Color Hex Logo

#aa00aa Color Hex

#AA00AA
(170,0,170)
5 Favorites   0 Comments

Color spaces of #aa00aa

RGB 1700170
HSL0.831.000.33
HSV300°100°67°
CMYK 0.001.000.00   0.33
XYZ23.833311.448338.9838
Yxy11.44830.32090.1542
Hunter Lab33.835366.5219-44.6270
CIE-Lab40.325572.5138-44.9033

#aa00aa color RGB value is (170,0,170).

#aa00aa hex color red value is 170, green value is 0 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aa00aa hue: 0.83 , saturation: 1.00 and the lightness value of aa00aa is 0.33.

The process color (four color CMYK) of #aa00aa color hex is 0.00, 1.00, 0.00, 0.33. Web safe color of #aa00aa is #990099. Color #aa00aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000000 10101010
Octal 252 0 252
Decimal 170 0 170
Hex AA 0 AA

RGB Percentages of Color #aa00aa

%50.00
%0.00
%50.00

CMYK Percentages of Color #aa00aa

%0
%100
%0
%33

Triadic Colors of #aa00aa

#aa00aa #aaaa00 #00aaaa

Analogous Colors of #aa00aa

#aa00aa #aa0055 #5500aa

Monochromatic Colors of #aa00aa

#aa00aa

Complementary Color

#aa00aa #00aa00

#aa00aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa00aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa00aa Color CSS Codes

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

#aa00aa Text Font Color

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

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


#aa00aa Background Color

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

This div background color is #aa00aa


#aa00aa Border Color

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

This div border color is #aa00aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa00aa


Comments

No comments written yet.

Please login to write comment.