Html Css Color HEX #AA19A2 Dark Magenta

📋 copy color: '#AA19A2'

red 170 ◦ green 25 ◦ blue 162

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

Shades of Dark Magenta #AA19A2

Tints of Dark Magenta #AA19A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45.38%

R = 47.62%
G = 7%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AA19A2 (or 0xAA19A2) is known color: Dark Magenta. HEX triplet: AA, 19 and A2. RGB value is (170,25,162). Sum of RGB (Red+Green+Blue) = 170+25+162=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 162 (63.67% from 255 or 45.38% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA19A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA19A2 is #55E65D. Grayscale: #535353. Windows color (decimal): -5629534 or 10623402. OLE color: 10623402.

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

Color convert

RGB 170 25 162 -
CMYK 0 0.85 0.05 0.33
HSL 303.31º 0.74% 0.38% -
HSV(B) 303.31º 0.85% 0.67% -
XYZ 23.45 11.85 35.23 -
YUV 83.97 172.04 189.36 -
System Red Green Blue C M Y K H S L
Decimal 170 25 162 0 0.85 0.05 0.33 303.31 0.74 0.38
Hex AA 19 A2 0 55 5 21 12F 4A 26
Octal 252 31 242 0 125 5 41 457 112 46
Binary 10101010 11001 10100010 0 1010101 101 100001 100101111 1001010 100110

Color Harmonies of #AA19A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA19A2

Black with #AA19A2

Text Example


Text Example

White with #AA19A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA19A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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