Shades of Dark Magenta #AB0DAB
Tints of Dark Magenta #AB0DAB
RGB
CMYK
RGB Variations
Color information
#AB0DAB (or 0xAB0DAB) is known color: Dark Magenta. HEX triplet: AB, 0D and AB. RGB value is (171,13,171). Sum of RGB (Red+Green+Blue) = 171+13+171=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB0DAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0DAB is #54F254. Grayscale: #4D4D4D. Windows color (decimal): -5567061 or 11210155. OLE color: 11210155.
HSL color Cylindrical-coordinate representation of color #AB0DAB: hue angle of 300º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB0DAB is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 13 | 171 | - |
| CMYK | 0 | 0.92 | 0 | 0.33 |
| HSL | 300º | 0.86% | 0.36% | - |
| HSV(B) | 300º | 0.92% | 0.67% | - |
| XYZ | 24.29 | 11.89 | 39.54 | - |
| YUV | 78.25 | 180.35 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 13 | 171 | 0 | 0.92 | 0 | 0.33 | 300 | 0.86 | 0.36 |
| Hex | AB | D | AB | 0 | 5C | 0 | 21 | 12C | 56 | 24 |
| Octal | 253 | 15 | 253 | 0 | 134 | 0 | 41 | 454 | 126 | 44 |
| Binary | 10101011 | 1101 | 10101011 | 0 | 1011100 | 0 | 100001 | 100101100 | 1010110 | 100100 |
Color Harmonies of #AB0DAB
Complementary color
Monochromatic Colors of #AB0DAB
Black with #AB0DAB
Text Example
Text Example
White with #AB0DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0DAB; }
p { color: rgb(171,13,171); }
H1.HeaderClassName
{
color: #AB0DAB;
}
.AnyTagClassName
{
color: #AB0DAB;
}
</style>
background-color css
<style>
a { background-color: #AB0DAB; }
a { background-color: rgb(171,13,171); }
div.DivClassName
{
background-color: #AB0DAB;
}
.BgClassName
{
background-color: #AB0DAB;
}
</style>
border-color css
<style>
span { border-color: #AB0DAB; }
span { border-color: rgb(171,13,171); }
td.TdClassName
{
border-color: #AB0DAB;
}
.TagClassName
{
border-color: #AB0DAB;
}
</style>