Color Hex Logo

#aa37aa Color Hex

#AA37AA
(170,55,170)
0 Favorites   0 Comments

Color spaces of #aa37aa

RGB 17055170
HSL0.830.510.44
HSV300°68°67°
CMYK 0.000.680.00   0.33
XYZ25.199514.180739.4392
Yxy14.18070.31970.1799
Hunter Lab37.657353.5484-35.7355
CIE-Lab44.491060.4722-38.2723

#aa37aa color RGB value is (170,55,170).

#aa37aa hex color red value is 170, green value is 55 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aa37aa hue: 0.83 , saturation: 0.51 and the lightness value of aa37aa is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00110111 10101010
Octal 252 67 252
Decimal 170 55 170
Hex AA 37 AA

RGB Percentages of Color #aa37aa

%43.04
%13.92
%43.04

CMYK Percentages of Color #aa37aa

%0
%68
%0
%33

Triadic Colors of #aa37aa

#aa37aa #aaaa37 #37aaaa

Analogous Colors of #aa37aa

#aa37aa #aa3771 #7137aa

Monochromatic Colors of #aa37aa

#aa37aa

Complementary Color

#aa37aa #37aa37

#aa37aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa37aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa37aa Color CSS Codes

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

#aa37aa Text Font Color

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

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


#aa37aa Background Color

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

This div background color is #aa37aa


#aa37aa Border Color

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

This div border color is #aa37aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa37aa


Comments

No comments written yet.

Please login to write comment.