#aa00a2

Color #AA00A2 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #AA00A2

Tints of Dark Magenta #AA00A2

Color information

#AA00A2 (or 0xAA00A2) is unknown color: approx Dark Magenta. HEX triplet: AA, 00 and A2. RGB value is (170,0,162). Sum of RGB (Red+Green+Blue) = 170+0+162=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 162 (63.67% from 255 or 48.80% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA00A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA00A2 is #55FF5D. Grayscale: #444444. Windows color (decimal): -5635934 or 10617002. OLE color: 10617002.

HSL color Cylindrical-coordinate representation of color #AA00A2: hue angle of 302.82º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA00A2 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB1700162-
CMYK010.050.33
HSL302.82º100%33.33%-
HSV(B)302.82º100%66.67%-
XYZ23.111.1535.12-
YUV69.3180.32199.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 51.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 162 (63.67% from 255) = 48.80%
R=51.20%
G=0%
B=48.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1700162010.050.33302.8210033.33
HexAA0A206452112f6421
Octal2520242014454145714441
Binary10101010010100010011001001011000011001011111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa00a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa00a2; }

 p { color: rgb(170,0,162); }

 H1.HeaderClassName
 {
   color: #aa00a2;
 }
 .AnyTagClassName
 {
   color: #aa00a2;
 }
</style>
background-color css

<style>
 a { background-color: #aa00a2; }

 a { background-color: rgb(170,0,162); }

 div.DivClassName
 {
   background-color: #aa00a2;
 }
 .BgClassName
 {
   background-color: #aa00a2;
 }
</style>
border-color css

<style>
 span { border-color: #aa00a2; }

 span { border-color: rgb(170,0,162); }

 td.TdClassName
 {
   border-color: #aa00a2;
 }
 .TagClassName
 {
   border-color: #aa00a2;
 }
</style>