Color Hex Logo

#aa339c Color Hex

#AA339C
(170,51,156)
0 Favorites   0 Comments

Color spaces of #aa339c

RGB 17051156
HSL0.850.540.43
HSV307°70°67°
CMYK 0.000.700.08   0.33
XYZ23.762113.314032.7699
Yxy13.31400.34020.1906
Hunter Lab36.488452.3889-27.7060
CIE-Lab43.232659.6689-31.9047

#aa339c color RGB value is (170,51,156).

#aa339c hex color red value is 170, green value is 51 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #aa339c hue: 0.85 , saturation: 0.54 and the lightness value of aa339c is 0.43.

The process color (four color CMYK) of #aa339c color hex is 0.00, 0.70, 0.08, 0.33. Web safe color of #aa339c is #993399. Color #aa339c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110011 10011100
Octal 252 63 234
Decimal 170 51 156
Hex AA 33 9C

RGB Percentages of Color #aa339c

%45.09
%13.53
%41.38

CMYK Percentages of Color #aa339c

%0
%70
%8
%33

Triadic Colors of #aa339c

#aa339c #9caa33 #339caa

Analogous Colors of #aa339c

#aa339c #aa3360 #7d33aa

Monochromatic Colors of #aa339c

#aa339c

Complementary Color

#aa339c #33aa41

#aa339c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa339c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa339c Color CSS Codes

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

#aa339c Text Font Color

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

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


#aa339c Background Color

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

This div background color is #aa339c


#aa339c Border Color

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

This div border color is #aa339c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa339c


Comments

No comments written yet.

Please login to write comment.