Color Hex Logo

#aa9faa Color Hex

#AA9FAA
(170,159,170)
0 Favorites   0 Comments

Color spaces of #aa9faa

RGB 170159170
HSL0.830.060.65
HSV300°67°
CMYK 0.000.060.00   0.33
XYZ36.231436.244643.1165
Yxy36.24460.31340.3136
Hunter Lab60.20352.0680-0.3198
CIE-Lab66.70646.0438-4.2698

#aa9faa color RGB value is (170,159,170).

#aa9faa hex color red value is 170, green value is 159 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aa9faa hue: 0.83 , saturation: 0.06 and the lightness value of aa9faa is 0.65.

The process color (four color CMYK) of #aa9faa color hex is 0.00, 0.06, 0.00, 0.33. Web safe color of #aa9faa is #999999. Color #aa9faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011111 10101010
Octal 252 237 252
Decimal 170 159 170
Hex AA 9F AA

RGB Percentages of Color #aa9faa

%34.07
%31.86
%34.07

CMYK Percentages of Color #aa9faa

%0
%6
%0
%33

Triadic Colors of #aa9faa

#aa9faa #aaaa9f #9faaaa

Analogous Colors of #aa9faa

#aa9faa #aa9fa5 #a59faa

Monochromatic Colors of #aa9faa

#aa9faa

Complementary Color

#aa9faa #9faa9f

#aa9faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9faa Color CSS Codes

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

#aa9faa Text Font Color

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

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


#aa9faa Background Color

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

This div background color is #aa9faa


#aa9faa Border Color

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

This div border color is #aa9faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9faa


Comments

No comments written yet.

Please login to write comment.