Html Css Color HEX #AA02AD Deep Magenta

📋 copy color: '#AA02AD'

red 170 ◦ green 2 ◦ blue 173

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

Shades of Deep Magenta #AA02AD

Tints of Deep Magenta #AA02AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50.14%

R = 49.28%
G = 0.58%
B = 50.14%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA02AD (or 0xAA02AD) is known color: Deep Magenta. HEX triplet: AA, 02 and AD. RGB value is (170,2,173). Sum of RGB (Red+Green+Blue) = 170+2+173=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 2 (1.17% from 255 or 0.58% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA02AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA02AD is #55FD52. Grayscale: #474747. Windows color (decimal): -5635411 or 11338410. OLE color: 11338410.

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

Color convert

RGB 170 2 173 -
CMYK 0.02 0.99 0 0.32
HSL 298.95º 0.98% 0.34% -
HSV(B) 298.95º 0.99% 0.68% -
XYZ 24.14 11.61 40.5 -
YUV 71.73 185.16 198.1 -
System Red Green Blue C M Y K H S L
Decimal 170 2 173 0.02 0.99 0 0.32 298.95 0.98 0.34
Hex AA 2 AD 2 63 0 20 12B 62 22
Octal 252 2 255 2 143 0 40 453 142 42
Binary 10101010 10 10101101 10 1100011 0 100000 100101011 1100010 100010

Color Harmonies of #AA02AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA02AD

Black with #AA02AD

Text Example


Text Example

White with #AA02AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA02AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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