Color Hex Logo

#aa599e Color Hex

#AA599E
(170,89,158)
0 Favorites   0 Comments

Color spaces of #aa599e

RGB 17089158
HSL0.860.320.51
HSV309°48°67°
CMYK 0.000.480.07   0.33
XYZ26.321518.159434.4656
Yxy18.15940.33340.2300
Hunter Lab42.613835.6807-18.1234
CIE-Lab49.688942.7656-23.0463

#aa599e color RGB value is (170,89,158).

#aa599e hex color red value is 170, green value is 89 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #aa599e hue: 0.86 , saturation: 0.32 and the lightness value of aa599e is 0.51.

The process color (four color CMYK) of #aa599e color hex is 0.00, 0.48, 0.07, 0.33. Web safe color of #aa599e is #996699. Color #aa599e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01011001 10011110
Octal 252 131 236
Decimal 170 89 158
Hex AA 59 9E

RGB Percentages of Color #aa599e

%40.77
%21.34
%37.89

CMYK Percentages of Color #aa599e

%0
%48
%7
%33

Triadic Colors of #aa599e

#aa599e #9eaa59 #599eaa

Analogous Colors of #aa599e

#aa599e #aa5976 #8e59aa

Monochromatic Colors of #aa599e

#aa599e

Complementary Color

#aa599e #59aa65

#aa599e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa599e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa599e Color CSS Codes

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

#aa599e Text Font Color

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

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


#aa599e Background Color

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

This div background color is #aa599e


#aa599e Border Color

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

This div border color is #aa599e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa599e


Comments

No comments written yet.

Please login to write comment.