Color Hex Logo

#aa539d Color Hex

#AA539D
(170,83,157)
0 Favorites   0 Comments

Color spaces of #aa539d

RGB 17083157
HSL0.860.340.50
HSV309°51°67°
CMYK 0.000.510.08   0.33
XYZ25.756617.166933.8543
Yxy17.16690.33550.2236
Hunter Lab41.433038.4560-19.4420
CIE-Lab48.469645.6725-24.3377

#aa539d color RGB value is (170,83,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010011 10011101
Octal 252 123 235
Decimal 170 83 157
Hex AA 53 9D

RGB Percentages of Color #aa539d

%41.46
%20.24
%38.29

CMYK Percentages of Color #aa539d

%0
%51
%8
%33

Triadic Colors of #aa539d

#aa539d #9daa53 #539daa

Analogous Colors of #aa539d

#aa539d #aa5372 #8c53aa

Monochromatic Colors of #aa539d

#aa539d

Complementary Color

#aa539d #53aa60

#aa539d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa539d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa539d Color CSS Codes

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

#aa539d Text Font Color

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

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


#aa539d Background Color

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

This div background color is #aa539d


#aa539d Border Color

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

This div border color is #aa539d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa539d


Comments

No comments written yet.

Please login to write comment.