Shades of Deep Magenta #AB0DB7
Tints of Deep Magenta #AB0DB7
RGB
CMYK
RGB Variations
Color information
#AB0DB7 (or 0xAB0DB7) is known color: Deep Magenta. HEX triplet: AB, 0D and B7. RGB value is (171,13,183). Sum of RGB (Red+Green+Blue) = 171+13+183=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 183 (71.88% from 255 or 49.86% from 367); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB0DB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0DB7 is #54F248. Grayscale: #4F4F4F. Windows color (decimal): -5567049 or 11996587. OLE color: 11996587.
HSL color Cylindrical-coordinate representation of color #AB0DB7: hue angle of 295.76º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0DB7 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 13 | 183 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.28 |
| HSL | 295.76º | 0.87% | 0.38% | - |
| HSV(B) | 295.76º | 0.93% | 0.72% | - |
| XYZ | 25.49 | 12.36 | 45.84 | - |
| YUV | 79.62 | 186.35 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 13 | 183 | 0.07 | 0.93 | 0 | 0.28 | 295.76 | 0.87 | 0.38 |
| Hex | AB | D | B7 | 7 | 5D | 0 | 1C | 128 | 57 | 26 |
| Octal | 253 | 15 | 267 | 7 | 135 | 0 | 34 | 450 | 127 | 46 |
| Binary | 10101011 | 1101 | 10110111 | 111 | 1011101 | 0 | 11100 | 100101000 | 1010111 | 100110 |
Color Harmonies of #AB0DB7
Complementary color
Monochromatic Colors of #AB0DB7
Black with #AB0DB7
Text Example
Text Example
White with #AB0DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0DB7; }
p { color: rgb(171,13,183); }
H1.HeaderClassName
{
color: #AB0DB7;
}
.AnyTagClassName
{
color: #AB0DB7;
}
</style>
background-color css
<style>
a { background-color: #AB0DB7; }
a { background-color: rgb(171,13,183); }
div.DivClassName
{
background-color: #AB0DB7;
}
.BgClassName
{
background-color: #AB0DB7;
}
</style>
border-color css
<style>
span { border-color: #AB0DB7; }
span { border-color: rgb(171,13,183); }
td.TdClassName
{
border-color: #AB0DB7;
}
.TagClassName
{
border-color: #AB0DB7;
}
</style>