Shades of Dark Magenta #AA19AB
Tints of Dark Magenta #AA19AB
RGB
CMYK
RGB Variations
Color information
#AA19AB (or 0xAA19AB) is known color: Dark Magenta. HEX triplet: AA, 19 and AB. RGB value is (170,25,171). Sum of RGB (Red+Green+Blue) = 170+25+171=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA19AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA19AB is #55E654. Grayscale: #545454. Windows color (decimal): -5629525 or 11213226. OLE color: 11213226.
HSL color Cylindrical-coordinate representation of color #AA19AB: hue angle of 299.59º 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 #AA19AB is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 171 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.33 |
| HSL | 299.59º | 0.74% | 0.38% | - |
| HSV(B) | 299.59º | 0.85% | 0.67% | - |
| XYZ | 24.28 | 12.18 | 39.6 | - |
| YUV | 85 | 176.54 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 171 | 0.01 | 0.85 | 0 | 0.33 | 299.59 | 0.74 | 0.38 |
| Hex | AA | 19 | AB | 1 | 55 | 0 | 21 | 12C | 4A | 26 |
| Octal | 252 | 31 | 253 | 1 | 125 | 0 | 41 | 454 | 112 | 46 |
| Binary | 10101010 | 11001 | 10101011 | 1 | 1010101 | 0 | 100001 | 100101100 | 1001010 | 100110 |
Color Harmonies of #AA19AB
Complementary color
Monochromatic Colors of #AA19AB
Black with #AA19AB
Text Example
Text Example
White with #AA19AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA19AB; }
p { color: rgb(170,25,171); }
H1.HeaderClassName
{
color: #AA19AB;
}
.AnyTagClassName
{
color: #AA19AB;
}
</style>
background-color css
<style>
a { background-color: #AA19AB; }
a { background-color: rgb(170,25,171); }
div.DivClassName
{
background-color: #AA19AB;
}
.BgClassName
{
background-color: #AA19AB;
}
</style>
border-color css
<style>
span { border-color: #AA19AB; }
span { border-color: rgb(170,25,171); }
td.TdClassName
{
border-color: #AA19AB;
}
.TagClassName
{
border-color: #AA19AB;
}
</style>