Html Css Color HEX #AA02A7 Dark Magenta

📋 copy color: '#AA02A7'

red 170 ◦ green 2 ◦ blue 167

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

Shades of Dark Magenta #AA02A7

Tints of Dark Magenta #AA02A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 49.26%

R = 50.15%
G = 0.59%
B = 49.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AA02A7 (or 0xAA02A7) is known color: Dark Magenta. HEX triplet: AA, 02 and A7. RGB value is (170,2,167). Sum of RGB (Red+Green+Blue) = 170+2+167=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 167 (65.62% from 255 or 49.26% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA02A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA02A7 is #55FD58. Grayscale: #464646. Windows color (decimal): -5635417 or 10945194. OLE color: 10945194.

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

Color convert

RGB 170 2 167 -
CMYK 0 0.99 0.02 0.33
HSL 301.07º 0.98% 0.34% -
HSV(B) 301.07º 0.99% 0.67% -
XYZ 23.57 11.38 37.51 -
YUV 71.04 182.16 198.58 -
System Red Green Blue C M Y K H S L
Decimal 170 2 167 0 0.99 0.02 0.33 301.07 0.98 0.34
Hex AA 2 A7 0 63 2 21 12D 62 22
Octal 252 2 247 0 143 2 41 455 142 42
Binary 10101010 10 10100111 0 1100011 10 100001 100101101 1100010 100010

Color Harmonies of #AA02A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA02A7

Black with #AA02A7

Text Example


Text Example

White with #AA02A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA02A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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