#AA02A1

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

Shades of Dark Magenta #AA02A1

Tints of Dark Magenta #AA02A1

Color information

#AA02A1 (or 0xAA02A1) is unknown color: approx Dark Magenta. HEX triplet: AA, 02 and A1. RGB value is (170,2,161). Sum of RGB (Red+Green+Blue) = 170+2+161=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 161 (63.28% from 255 or 48.35% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA02A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA02A1 is #55FD5E. Grayscale: #454545. Windows color (decimal): -5635423 or 10551978. OLE color: 10551978.

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

Color convert

RGB1702161-
CMYK00.990.050.33
HSL303.21º97.67%33.73%-
HSV(B)303.21º98.82%66.67%-
XYZ23.0311.1634.66-
YUV70.36179.16199.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.05%
GREEN value IS 2 (1.17% from 255) = 0.60%
BLUE value IS 161 (63.28% from 255) = 48.35%
R=51.05%
G=0.60%
B=48.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170216100.990.050.33303.2197.6733.73
HexAA2A106352112f6222
Octal2522241014354145714242
Binary101010101010100001011000111011000011001011111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA02A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA02A1; }

 p { color: rgb(170,2,161); }

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

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

 a { background-color: rgb(170,2,161); }

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

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

 span { border-color: rgb(170,2,161); }

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