Html Css Color HEX #AA02A2 Dark Magenta

📋 copy color: '#AA02A2'

red 170 ◦ green 2 ◦ blue 162

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

Shades of Dark Magenta #AA02A2

Tints of Dark Magenta #AA02A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 48.5%

R = 50.9%
G = 0.6%
B = 48.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AA02A2 (or 0xAA02A2) is known color: Dark Magenta. HEX triplet: AA, 02 and A2. RGB value is (170,2,162). Sum of RGB (Red+Green+Blue) = 170+2+162=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 162 (63.67% from 255 or 48.50% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA02A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA02A2 is #55FD5D. Grayscale: #464646. Windows color (decimal): -5635422 or 10617514. OLE color: 10617514.

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

Color convert

RGB 170 2 162 -
CMYK 0 0.99 0.05 0.33
HSL 302.86º 0.98% 0.34% -
HSV(B) 302.86º 0.99% 0.67% -
XYZ 23.12 11.2 35.13 -
YUV 70.47 179.66 198.99 -
System Red Green Blue C M Y K H S L
Decimal 170 2 162 0 0.99 0.05 0.33 302.86 0.98 0.34
Hex AA 2 A2 0 63 5 21 12F 62 22
Octal 252 2 242 0 143 5 41 457 142 42
Binary 10101010 10 10100010 0 1100011 101 100001 100101111 1100010 100010

Color Harmonies of #AA02A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA02A2

Black with #AA02A2

Text Example


Text Example

White with #AA02A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA02A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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