Html Css Color HEX #AA03A6 Dark Magenta

📋 copy color: '#AA03A6'

red 170 ◦ green 3 ◦ blue 166

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

Shades of Dark Magenta #AA03A6

Tints of Dark Magenta #AA03A6

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

 BLUE value IS 166 (65.23% from 255) = 48.97%

R = 50.15%
G = 0.88%
B = 48.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AA03A6 (or 0xAA03A6) is known color: Dark Magenta. HEX triplet: AA, 03 and A6. RGB value is (170,3,166). Sum of RGB (Red+Green+Blue) = 170+3+166=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 166 (65.23% from 255 or 48.97% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA03A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA03A6 is #55FC59. Grayscale: #474747. Windows color (decimal): -5635162 or 10879914. OLE color: 10879914.

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

Color convert

RGB 170 3 166 -
CMYK 0 0.98 0.02 0.33
HSL 301.44º 0.97% 0.34% -
HSV(B) 301.44º 0.98% 0.67% -
XYZ 23.49 11.36 37.03 -
YUV 71.52 181.33 198.25 -
System Red Green Blue C M Y K H S L
Decimal 170 3 166 0 0.98 0.02 0.33 301.44 0.97 0.34
Hex AA 3 A6 0 62 2 21 12D 61 22
Octal 252 3 246 0 142 2 41 455 141 42
Binary 10101010 11 10100110 0 1100010 10 100001 100101101 1100001 100010

Color Harmonies of #AA03A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA03A6

Black with #AA03A6

Text Example


Text Example

White with #AA03A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA03A6; }

 p { color: rgb(170,3,166); }

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

background-color css

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

 a { background-color: rgb(170,3,166); }

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

border-color css

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

 span { border-color: rgb(170,3,166); }

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