Html Css Color HEX #AA19A8 Dark Magenta

📋 copy color: '#AA19A8'

red 170 ◦ green 25 ◦ blue 168

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

Shades of Dark Magenta #AA19A8

Tints of Dark Magenta #AA19A8

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.89%

 BLUE value IS 168 (66.02% from 255) = 46.28%

R = 46.83%
G = 6.89%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA19A8 (or 0xAA19A8) is known color: Dark Magenta. HEX triplet: AA, 19 and A8. RGB value is (170,25,168). Sum of RGB (Red+Green+Blue) = 170+25+168=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 168 (66.02% from 255 or 46.28% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA19A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA19A8 is #55E657. Grayscale: #545454. Windows color (decimal): -5629528 or 11016618. OLE color: 11016618.

HSL color Cylindrical-coordinate representation of color #AA19A8: hue angle of 300.83º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA19A8 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 25 168 -
CMYK 0 0.85 0.01 0.33
HSL 300.83º 0.74% 0.38% -
HSV(B) 300.83º 0.85% 0.67% -
XYZ 23.99 12.07 38.11 -
YUV 84.66 175.04 188.87 -
System Red Green Blue C M Y K H S L
Decimal 170 25 168 0 0.85 0.01 0.33 300.83 0.74 0.38
Hex AA 19 A8 0 55 1 21 12D 4A 26
Octal 252 31 250 0 125 1 41 455 112 46
Binary 10101010 11001 10101000 0 1010101 1 100001 100101101 1001010 100110

Color Harmonies of #AA19A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA19A8

Black with #AA19A8

Text Example


Text Example

White with #AA19A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA19A8; }

 p { color: rgb(170,25,168); }

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

background-color css

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

 a { background-color: rgb(170,25,168); }

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

border-color css

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

 span { border-color: rgb(170,25,168); }

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