Shades of Deep Magenta #AB0DB8
Tints of Deep Magenta #AB0DB8
RGB
CMYK
RGB Variations
Color information
#AB0DB8 (or 0xAB0DB8) is known color: Deep Magenta. HEX triplet: AB, 0D and B8. RGB value is (171,13,184). Sum of RGB (Red+Green+Blue) = 171+13+184=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 13 (5.47% from 255 or 3.53% from 368); Blue value is 184 (72.27% from 255 or 50% from 368); Max value from RGB is 184 - color contains mainly: blue. Hex color #AB0DB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0DB8 is #54F247. Grayscale: #4F4F4F. Windows color (decimal): -5567048 or 12062123. OLE color: 12062123.
HSL color Cylindrical-coordinate representation of color #AB0DB8: hue angle of 295.44º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0DB8 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 13 | 184 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.28 |
| HSL | 295.44º | 0.87% | 0.39% | - |
| HSV(B) | 295.44º | 0.93% | 0.72% | - |
| XYZ | 25.59 | 12.41 | 46.39 | - |
| YUV | 79.74 | 186.85 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 13 | 184 | 0.07 | 0.93 | 0 | 0.28 | 295.44 | 0.87 | 0.39 |
| Hex | AB | D | B8 | 7 | 5D | 0 | 1C | 127 | 57 | 27 |
| Octal | 253 | 15 | 270 | 7 | 135 | 0 | 34 | 447 | 127 | 47 |
| Binary | 10101011 | 1101 | 10111000 | 111 | 1011101 | 0 | 11100 | 100100111 | 1010111 | 100111 |
Color Harmonies of #AB0DB8
Complementary color
Monochromatic Colors of #AB0DB8
Black with #AB0DB8
Text Example
Text Example
White with #AB0DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0DB8; }
p { color: rgb(171,13,184); }
H1.HeaderClassName
{
color: #AB0DB8;
}
.AnyTagClassName
{
color: #AB0DB8;
}
</style>
background-color css
<style>
a { background-color: #AB0DB8; }
a { background-color: rgb(171,13,184); }
div.DivClassName
{
background-color: #AB0DB8;
}
.BgClassName
{
background-color: #AB0DB8;
}
</style>
border-color css
<style>
span { border-color: #AB0DB8; }
span { border-color: rgb(171,13,184); }
td.TdClassName
{
border-color: #AB0DB8;
}
.TagClassName
{
border-color: #AB0DB8;
}
</style>