Html Css Color HEX #AA02AB Dark Magenta

📋 copy color: '#AA02AB'

red 170 ◦ green 2 ◦ blue 171

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

Shades of Dark Magenta #AA02AB

Tints of Dark Magenta #AA02AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.85%

R = 49.56%
G = 0.58%
B = 49.85%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA02AB (or 0xAA02AB) is known color: Dark Magenta. HEX triplet: AA, 02 and AB. RGB value is (170,2,171). Sum of RGB (Red+Green+Blue) = 170+2+171=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA02AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA02AB is #55FD54. Grayscale: #464646. Windows color (decimal): -5635413 or 11207338. OLE color: 11207338.

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

Color convert

RGB 170 2 171 -
CMYK 0.01 0.99 0 0.33
HSL 299.65º 0.98% 0.34% -
HSV(B) 299.65º 0.99% 0.67% -
XYZ 23.95 11.53 39.49 -
YUV 71.5 184.16 198.26 -
System Red Green Blue C M Y K H S L
Decimal 170 2 171 0.01 0.99 0 0.33 299.65 0.98 0.34
Hex AA 2 AB 1 63 0 21 12C 62 22
Octal 252 2 253 1 143 0 41 454 142 42
Binary 10101010 10 10101011 1 1100011 0 100001 100101100 1100010 100010

Color Harmonies of #AA02AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA02AB

Black with #AA02AB

Text Example


Text Example

White with #AA02AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA02AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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