Html Css Color HEX #AA02AC Dark Magenta

📋 copy color: '#AA02AC'

red 170 ◦ green 2 ◦ blue 172

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

Shades of Dark Magenta #AA02AC

Tints of Dark Magenta #AA02AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50%

R = 49.42%
G = 0.58%
B = 50%

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

#AA02AC (or 0xAA02AC) is known color: Dark Magenta. HEX triplet: AA, 02 and AC. RGB value is (170,2,172). Sum of RGB (Red+Green+Blue) = 170+2+172=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA02AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA02AC is #55FD53. Grayscale: #474747. Windows color (decimal): -5635412 or 11272874. OLE color: 11272874.

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

Color convert

RGB 170 2 172 -
CMYK 0.01 0.99 0 0.33
HSL 299.29º 0.98% 0.34% -
HSV(B) 299.29º 0.99% 0.67% -
XYZ 24.05 11.57 40 -
YUV 71.61 184.66 198.18 -
System Red Green Blue C M Y K H S L
Decimal 170 2 172 0.01 0.99 0 0.33 299.29 0.98 0.34
Hex AA 2 AC 1 63 0 21 12B 62 22
Octal 252 2 254 1 143 0 41 453 142 42
Binary 10101010 10 10101100 1 1100011 0 100001 100101011 1100010 100010

Color Harmonies of #AA02AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA02AC

Black with #AA02AC

Text Example


Text Example

White with #AA02AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA02AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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