color codes Logo

#aa00a9 color codes

#AA00A9
(170,0,169)
0 Favorites   0 Comments

Color spaces of #aa00a9

RGB 1700169
HSL0.831.000.33
HSV300°100°67°
CMYK 0.001.000.01   0.33
XYZ23.739011.410638.4874
Yxy11.41060.32240.1550
Hunter Lab33.779666.3287-43.9075
CIE-Lab40.263672.3642-44.4047

#aa00a9 color RGB value is (170,0,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 00000000 10101001
Octal 252 0 251
Decimal 170 0 169
Hex AA 0 A9

RGB Percentages of Color #aa00a9

%50.15
%0.00
%49.85

CMYK Percentages of Color #aa00a9

%0
%100
%1
%33

Triadic Colors of #aa00a9

#aa00a9 #a9aa00 #00a9aa

Analogous Colors of #aa00a9

#aa00a9 #aa0054 #5600aa

Monochromatic Colors of #aa00a9

#aa00a9

Complementary Color

#aa00a9 #00aa01

#aa00a9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa00a9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa00a9 Color CSS Codes

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

#aa00a9 Text Font Color

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

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


#aa00a9 Background Color

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

This div background color is #aa00a9


#aa00a9 Border Color

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

This div border color is #aa00a9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa00a9

#aa00a9 Color Palettes


Comments

No comments written yet.

Please login to write comment.