Html Css Color HEX #AA02A0 Dark Magenta

📋 copy color: '#AA02A0'

red 170 ◦ green 2 ◦ blue 160

#AA02A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #AA02A0

Tints of Dark Magenta #AA02A0

RGB

 RED value IS 170 (66.8% from 255) = 51.2%

 GREEN value IS 2 (1.17% from 255) = 0.6%

 BLUE value IS 160 (62.89% from 255) = 48.19%

R = 51.2%
G = 0.6%
B = 48.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA02A0 (or 0xAA02A0) is known color: Dark Magenta. HEX triplet: AA, 02 and A0. RGB value is (170,2,160). Sum of RGB (Red+Green+Blue) = 170+2+160=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 160 (62.89% from 255 or 48.19% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA02A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA02A0 is #55FD5F. Grayscale: #454545. Windows color (decimal): -5635424 or 10486442. OLE color: 10486442.

HSL color Cylindrical-coordinate representation of color #AA02A0: hue angle of 303.57º 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 #AA02A0 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 2 160 -
CMYK 0 0.99 0.06 0.33
HSL 303.57º 0.98% 0.34% -
HSV(B) 303.57º 0.99% 0.67% -
XYZ 22.94 11.13 34.2 -
YUV 70.24 178.66 199.15 -
System Red Green Blue C M Y K H S L
Decimal 170 2 160 0 0.99 0.06 0.33 303.57 0.98 0.34
Hex AA 2 A0 0 63 6 21 130 62 22
Octal 252 2 240 0 143 6 41 460 142 42
Binary 10101010 10 10100000 0 1100011 110 100001 100110000 1100010 100010

Color Harmonies of #AA02A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA02A0

Black with #AA02A0

Text Example


Text Example

White with #AA02A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA02A0; }

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

 H1.HeaderClassName
 {
   color: #AA02A0;
 }
 .AnyTagClassName
 {
   color: #AA02A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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