Shades of Dark Magenta #AB0599
Tints of Dark Magenta #AB0599
RGB
CMYK
RGB Variations
Color information
#AB0599 (or 0xAB0599) is known color: Dark Magenta. HEX triplet: AB, 05 and 99. RGB value is (171,5,153). Sum of RGB (Red+Green+Blue) = 171+5+153=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0599 is #54FA66. Grayscale: #474747. Windows color (decimal): -5569127 or 10028459. OLE color: 10028459.
HSL color Cylindrical-coordinate representation of color #AB0599: hue angle of 306.51º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB0599 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 5 | 153 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.33 |
| HSL | 306.51º | 0.94% | 0.35% | - |
| HSV(B) | 306.51º | 0.97% | 0.67% | - |
| XYZ | 22.6 | 11.07 | 31.08 | - |
| YUV | 71.51 | 174 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 153 | 0 | 0.97 | 0.11 | 0.33 | 306.51 | 0.94 | 0.35 |
| Hex | AB | 5 | 99 | 0 | 61 | B | 21 | 133 | 5E | 23 |
| Octal | 253 | 5 | 231 | 0 | 141 | 13 | 41 | 463 | 136 | 43 |
| Binary | 10101011 | 101 | 10011001 | 0 | 1100001 | 1011 | 100001 | 100110011 | 1011110 | 100011 |
Color Harmonies of #AB0599
Complementary color
Monochromatic Colors of #AB0599
Black with #AB0599
Text Example
Text Example
White with #AB0599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0599; }
p { color: rgb(171,5,153); }
H1.HeaderClassName
{
color: #AB0599;
}
.AnyTagClassName
{
color: #AB0599;
}
</style>
background-color css
<style>
a { background-color: #AB0599; }
a { background-color: rgb(171,5,153); }
div.DivClassName
{
background-color: #AB0599;
}
.BgClassName
{
background-color: #AB0599;
}
</style>
border-color css
<style>
span { border-color: #AB0599; }
span { border-color: rgb(171,5,153); }
td.TdClassName
{
border-color: #AB0599;
}
.TagClassName
{
border-color: #AB0599;
}
</style>