Color Hex Logo

#aa549e Color Hex

#AA549E
(170,84,158)
0 Favorites   0 Comments

Color spaces of #aa549e

RGB 17084158
HSL0.860.340.50
HSV308°51°67°
CMYK 0.000.510.07   0.33
XYZ25.919417.355334.3316
Yxy17.35530.33400.2236
Hunter Lab41.659738.1528-19.6989
CIE-Lab48.704645.3399-24.5664

#aa549e color RGB value is (170,84,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010100 10011110
Octal 252 124 236
Decimal 170 84 158
Hex AA 54 9E

RGB Percentages of Color #aa549e

%41.26
%20.39
%38.35

CMYK Percentages of Color #aa549e

%0
%51
%7
%33

Triadic Colors of #aa549e

#aa549e #9eaa54 #549eaa

Analogous Colors of #aa549e

#aa549e #aa5473 #8b54aa

Monochromatic Colors of #aa549e

#aa549e

Complementary Color

#aa549e #54aa60

#aa549e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa549e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa549e Color CSS Codes

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

#aa549e Text Font Color

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

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


#aa549e Background Color

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

This div background color is #aa549e


#aa549e Border Color

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

This div border color is #aa549e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa549e


Comments

No comments written yet.

Please login to write comment.