color codes Logo

#aa65ac color codes

#AA65AC
(170,101,172)
0 Favorites   0 Comments

Color spaces of #aa65ac

RGB 170101172
HSL0.830.300.54
HSV298°41°67°
CMYK 0.010.410.00   0.33
XYZ28.677620.832041.5392
Yxy20.83200.31500.2288
Hunter Lab45.642132.2805-22.0108
CIE-Lab52.765138.9536-26.4933

#aa65ac color RGB value is (170,101,172).

#aa65ac hex color red value is 170, green value is 101 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #aa65ac hue: 0.83 , saturation: 0.30 and the lightness value of aa65ac is 0.54.

The process color (four color CMYK) of #aa65ac color code is 0.01, 0.41, 0.00, 0.33. Web safe color of #aa65ac is #996699. Color #aa65ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100101 10101100
Octal 252 145 254
Decimal 170 101 172
Hex AA 65 AC

RGB Percentages of Color #aa65ac

%38.37
%22.80
%38.83

CMYK Percentages of Color #aa65ac

%1
%41
%0
%33

Triadic Colors of #aa65ac

#aa65ac #acaa65 #65acaa

Analogous Colors of #aa65ac

#aa65ac #ac658b #8765ac

Monochromatic Colors of #aa65ac

#aa65ac

Complementary Color

#aa65ac #67ac65

#aa65ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa65ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa65ac Color CSS Codes

.mybgcolor {background-color:#aa65ac; } 
.myforecolor {color:#aa65ac; }
.mybordercolor {border:3px solid #aa65ac; }

#aa65ac Text Font Color

<p style="color:#aa65ac">Text here</p>

This sample text font color is #aa65ac
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#aa65ac Background Color

<div style="background-color:#aa65ac">
Div content here</div>

This div background color is #aa65ac


#aa65ac Border Color

<div style="border:3px solid #aa65ac">
Div here</div>

This div border color is #aa65ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,101,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aa65ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aa65ac;
  -webkit-box-shadow: 1px 1px 3px 2px #aa65ac;
  box-shadow:         1px 1px 3px 2px #aa65ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,101,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aa65ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #aa65ac;
  -webkit-box-shadow: 1px 1px 3px 2px #aa65ac;
  box-shadow:         1px 1px 3px 2px #aa65ac;">
Div content here</div>

This div box has shadow with color #aa65ac


Comments

No comments written yet.

Please login to write comment.