Shades of Dark Magenta #AA19A1
Tints of Dark Magenta #AA19A1
RGB
CMYK
RGB Variations
Color information
#AA19A1 (or 0xAA19A1) is known color: Dark Magenta. HEX triplet: AA, 19 and A1. RGB value is (170,25,161). Sum of RGB (Red+Green+Blue) = 170+25+161=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA19A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA19A1 is #55E65E. Grayscale: #535353. Windows color (decimal): -5629535 or 10557866. OLE color: 10557866.
HSL color Cylindrical-coordinate representation of color #AA19A1: hue angle of 303.72º 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 #AA19A1 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 161 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.33 |
| HSL | 303.72º | 0.74% | 0.38% | - |
| HSV(B) | 303.72º | 0.85% | 0.67% | - |
| XYZ | 23.36 | 11.81 | 34.77 | - |
| YUV | 83.86 | 171.54 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 161 | 0 | 0.85 | 0.05 | 0.33 | 303.72 | 0.74 | 0.38 |
| Hex | AA | 19 | A1 | 0 | 55 | 5 | 21 | 130 | 4A | 26 |
| Octal | 252 | 31 | 241 | 0 | 125 | 5 | 41 | 460 | 112 | 46 |
| Binary | 10101010 | 11001 | 10100001 | 0 | 1010101 | 101 | 100001 | 100110000 | 1001010 | 100110 |
Color Harmonies of #AA19A1
Complementary color
Monochromatic Colors of #AA19A1
Black with #AA19A1
Text Example
Text Example
White with #AA19A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA19A1; }
p { color: rgb(170,25,161); }
H1.HeaderClassName
{
color: #AA19A1;
}
.AnyTagClassName
{
color: #AA19A1;
}
</style>
background-color css
<style>
a { background-color: #AA19A1; }
a { background-color: rgb(170,25,161); }
div.DivClassName
{
background-color: #AA19A1;
}
.BgClassName
{
background-color: #AA19A1;
}
</style>
border-color css
<style>
span { border-color: #AA19A1; }
span { border-color: rgb(170,25,161); }
td.TdClassName
{
border-color: #AA19A1;
}
.TagClassName
{
border-color: #AA19A1;
}
</style>