Shades of Dark Magenta #AB19A0
Tints of Dark Magenta #AB19A0
RGB
CMYK
RGB Variations
Color information
#AB19A0 (or 0xAB19A0) is known color: Dark Magenta. HEX triplet: AB, 19 and A0. RGB value is (171,25,160). Sum of RGB (Red+Green+Blue) = 171+25+160=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB19A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB19A0 is #54E65F. Grayscale: #535353. Windows color (decimal): -5564000 or 10492331. OLE color: 10492331.
HSL color Cylindrical-coordinate representation of color #AB19A0: hue angle of 304.52º 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 #AB19A0 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 160 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.33 |
| HSL | 304.52º | 0.74% | 0.38% | - |
| HSV(B) | 304.52º | 0.85% | 0.67% | - |
| XYZ | 23.49 | 11.89 | 34.32 | - |
| YUV | 84.04 | 170.87 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 160 | 0 | 0.85 | 0.06 | 0.33 | 304.52 | 0.74 | 0.38 |
| Hex | AB | 19 | A0 | 0 | 55 | 6 | 21 | 131 | 4A | 26 |
| Octal | 253 | 31 | 240 | 0 | 125 | 6 | 41 | 461 | 112 | 46 |
| Binary | 10101011 | 11001 | 10100000 | 0 | 1010101 | 110 | 100001 | 100110001 | 1001010 | 100110 |
Color Harmonies of #AB19A0
Complementary color
Monochromatic Colors of #AB19A0
Black with #AB19A0
Text Example
Text Example
White with #AB19A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB19A0; }
p { color: rgb(171,25,160); }
H1.HeaderClassName
{
color: #AB19A0;
}
.AnyTagClassName
{
color: #AB19A0;
}
</style>
background-color css
<style>
a { background-color: #AB19A0; }
a { background-color: rgb(171,25,160); }
div.DivClassName
{
background-color: #AB19A0;
}
.BgClassName
{
background-color: #AB19A0;
}
</style>
border-color css
<style>
span { border-color: #AB19A0; }
span { border-color: rgb(171,25,160); }
td.TdClassName
{
border-color: #AB19A0;
}
.TagClassName
{
border-color: #AB19A0;
}
</style>