Color Hex Logo

#aa66ac Color Hex

#AA66AC
(170,102,172)
0 Favorites   0 Comments

Color spaces of #aa66ac

RGB 170102172
HSL0.830.300.54
HSV298°41°67°
CMYK 0.010.410.00   0.33
XYZ28.775321.027341.5718
Yxy21.02730.31490.2301
Hunter Lab45.855531.7653-21.6524
CIE-Lab52.979438.4106-26.1619

#aa66ac color RGB value is (170,102,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100110 10101100
Octal 252 146 254
Decimal 170 102 172
Hex AA 66 AC

RGB Percentages of Color #aa66ac

%38.29
%22.97
%38.74

CMYK Percentages of Color #aa66ac

%1
%41
%0
%33

Triadic Colors of #aa66ac

#aa66ac #acaa66 #66acaa

Analogous Colors of #aa66ac

#aa66ac #ac668b #8766ac

Monochromatic Colors of #aa66ac

#aa66ac

Complementary Color

#aa66ac #68ac66

#aa66ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa66ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa66ac Color CSS Codes

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

#aa66ac Text Font Color

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

This sample text font color is #aa66ac
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.


#aa66ac Background Color

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

This div background color is #aa66ac


#aa66ac Border Color

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

This div border color is #aa66ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,102,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 #aa66ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa66ac


Comments

No comments written yet.

Please login to write comment.