Shades of Dark Magenta #AA19A6
Tints of Dark Magenta #AA19A6
RGB
CMYK
RGB Variations
Color information
#AA19A6 (or 0xAA19A6) is known color: Dark Magenta. HEX triplet: AA, 19 and A6. RGB value is (170,25,166). Sum of RGB (Red+Green+Blue) = 170+25+166=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 166 (65.23% from 255 or 45.98% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA19A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA19A6 is #55E659. Grayscale: #545454. Windows color (decimal): -5629530 or 10885546. OLE color: 10885546.
HSL color Cylindrical-coordinate representation of color #AA19A6: hue angle of 301.66º 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 #AA19A6 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 166 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.33 |
| HSL | 301.66º | 0.74% | 0.38% | - |
| HSV(B) | 301.66º | 0.85% | 0.67% | - |
| XYZ | 23.81 | 11.99 | 37.14 | - |
| YUV | 84.43 | 174.04 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 166 | 0 | 0.85 | 0.02 | 0.33 | 301.66 | 0.74 | 0.38 |
| Hex | AA | 19 | A6 | 0 | 55 | 2 | 21 | 12E | 4A | 26 |
| Octal | 252 | 31 | 246 | 0 | 125 | 2 | 41 | 456 | 112 | 46 |
| Binary | 10101010 | 11001 | 10100110 | 0 | 1010101 | 10 | 100001 | 100101110 | 1001010 | 100110 |
Color Harmonies of #AA19A6
Complementary color
Monochromatic Colors of #AA19A6
Black with #AA19A6
Text Example
Text Example
White with #AA19A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA19A6; }
p { color: rgb(170,25,166); }
H1.HeaderClassName
{
color: #AA19A6;
}
.AnyTagClassName
{
color: #AA19A6;
}
</style>
background-color css
<style>
a { background-color: #AA19A6; }
a { background-color: rgb(170,25,166); }
div.DivClassName
{
background-color: #AA19A6;
}
.BgClassName
{
background-color: #AA19A6;
}
</style>
border-color css
<style>
span { border-color: #AA19A6; }
span { border-color: rgb(170,25,166); }
td.TdClassName
{
border-color: #AA19A6;
}
.TagClassName
{
border-color: #AA19A6;
}
</style>