Color Hex Logo

#aa81ac Color Hex

#AA81AC
(170,129,172)
0 Favorites   0 Comments

Color spaces of #aa81ac

RGB 170129172
HSL0.830.210.59
HSV297°25°67°
CMYK 0.010.250.00   0.33
XYZ31.874227.225142.6047
Yxy27.22510.31340.2677
Hunter Lab52.177717.7308-11.8878
CIE-Lab59.182123.3183-16.6593

#aa81ac color RGB value is (170,129,172).

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

The process color (four color CMYK) of #aa81ac color hex is 0.01, 0.25, 0.00, 0.33. Web safe color of #aa81ac is #999999. Color #aa81ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000001 10101100
Octal 252 201 254
Decimal 170 129 172
Hex AA 81 AC

RGB Percentages of Color #aa81ac

%36.09
%27.39
%36.52

CMYK Percentages of Color #aa81ac

%1
%25
%0
%33

Triadic Colors of #aa81ac

#aa81ac #acaa81 #81acaa

Analogous Colors of #aa81ac

#aa81ac #ac8199 #9581ac

Monochromatic Colors of #aa81ac

#aa81ac

Complementary Color

#aa81ac #83ac81

#aa81ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa81ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa81ac Color CSS Codes

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

#aa81ac Text Font Color

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

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


#aa81ac Background Color

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

This div background color is #aa81ac


#aa81ac Border Color

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

This div border color is #aa81ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa81ac


Comments

No comments written yet.

Please login to write comment.