Shades of Dark Magenta #AB0BA8
Tints of Dark Magenta #AB0BA8
RGB
CMYK
RGB Variations
Color information
#AB0BA8 (or 0xAB0BA8) is known color: Dark Magenta. HEX triplet: AB, 0B and A8. RGB value is (171,11,168). Sum of RGB (Red+Green+Blue) = 171+11+168=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 168 (66.02% from 255 or 48% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0BA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0BA8 is #54F457. Grayscale: #4C4C4C. Windows color (decimal): -5567576 or 11013035. OLE color: 11013035.
HSL color Cylindrical-coordinate representation of color #AB0BA8: hue angle of 301.12º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0BA8 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 11 | 168 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.33 |
| HSL | 301.13º | 0.88% | 0.36% | - |
| HSV(B) | 301.13º | 0.94% | 0.67% | - |
| XYZ | 23.98 | 11.72 | 38.04 | - |
| YUV | 76.74 | 179.51 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 11 | 168 | 0 | 0.94 | 0.02 | 0.33 | 301.13 | 0.88 | 0.36 |
| Hex | AB | B | A8 | 0 | 5E | 2 | 21 | 12D | 58 | 24 |
| Octal | 253 | 13 | 250 | 0 | 136 | 2 | 41 | 455 | 130 | 44 |
| Binary | 10101011 | 1011 | 10101000 | 0 | 1011110 | 10 | 100001 | 100101101 | 1011000 | 100100 |
Color Harmonies of #AB0BA8
Complementary color
Monochromatic Colors of #AB0BA8
Black with #AB0BA8
Text Example
Text Example
White with #AB0BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0BA8; }
p { color: rgb(171,11,168); }
H1.HeaderClassName
{
color: #AB0BA8;
}
.AnyTagClassName
{
color: #AB0BA8;
}
</style>
background-color css
<style>
a { background-color: #AB0BA8; }
a { background-color: rgb(171,11,168); }
div.DivClassName
{
background-color: #AB0BA8;
}
.BgClassName
{
background-color: #AB0BA8;
}
</style>
border-color css
<style>
span { border-color: #AB0BA8; }
span { border-color: rgb(171,11,168); }
td.TdClassName
{
border-color: #AB0BA8;
}
.TagClassName
{
border-color: #AB0BA8;
}
</style>