Color Hex Logo

#aa819a Color Hex

#AA819A
(170,129,154)
0 Favorites   0 Comments

Color spaces of #aa819a

RGB 170129154
HSL0.900.190.59
HSV323°24°67°
CMYK 0.000.240.09   0.33
XYZ30.260626.579734.1073
Yxy26.57970.33270.2923
Hunter Lab51.555514.5488-3.1353
CIE-Lab58.583319.9358-7.2371

#aa819a color RGB value is (170,129,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000001 10011010
Octal 252 201 232
Decimal 170 129 154
Hex AA 81 9A

RGB Percentages of Color #aa819a

%37.53
%28.48
%34.00

CMYK Percentages of Color #aa819a

%0
%24
%9
%33

Triadic Colors of #aa819a

#aa819a #9aaa81 #819aaa

Analogous Colors of #aa819a

#aa819a #aa8186 #a681aa

Monochromatic Colors of #aa819a

#aa819a

Complementary Color

#aa819a #81aa91

#aa819a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa819a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa819a Color CSS Codes

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

#aa819a Text Font Color

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

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


#aa819a Background Color

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

This div background color is #aa819a


#aa819a Border Color

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

This div border color is #aa819a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa819a


Comments

No comments written yet.

Please login to write comment.