Shades of Dark Magenta #AB0DA0
Tints of Dark Magenta #AB0DA0
RGB
CMYK
RGB Variations
Color information
#AB0DA0 (or 0xAB0DA0) is known color: Dark Magenta. HEX triplet: AB, 0D and A0. RGB value is (171,13,160). Sum of RGB (Red+Green+Blue) = 171+13+160=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 160 (62.89% from 255 or 46.51% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0DA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0DA0 is #54F25F. Grayscale: #4C4C4C. Windows color (decimal): -5567072 or 10489259. OLE color: 10489259.
HSL color Cylindrical-coordinate representation of color #AB0DA0: hue angle of 304.18º 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 #AB0DA0 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 13 | 160 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.33 |
| HSL | 304.18º | 0.86% | 0.36% | - |
| HSV(B) | 304.18º | 0.92% | 0.67% | - |
| XYZ | 23.28 | 11.48 | 34.25 | - |
| YUV | 77 | 174.85 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 13 | 160 | 0 | 0.92 | 0.06 | 0.33 | 304.18 | 0.86 | 0.36 |
| Hex | AB | D | A0 | 0 | 5C | 6 | 21 | 130 | 56 | 24 |
| Octal | 253 | 15 | 240 | 0 | 134 | 6 | 41 | 460 | 126 | 44 |
| Binary | 10101011 | 1101 | 10100000 | 0 | 1011100 | 110 | 100001 | 100110000 | 1010110 | 100100 |
Color Harmonies of #AB0DA0
Complementary color
Monochromatic Colors of #AB0DA0
Black with #AB0DA0
Text Example
Text Example
White with #AB0DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0DA0; }
p { color: rgb(171,13,160); }
H1.HeaderClassName
{
color: #AB0DA0;
}
.AnyTagClassName
{
color: #AB0DA0;
}
</style>
background-color css
<style>
a { background-color: #AB0DA0; }
a { background-color: rgb(171,13,160); }
div.DivClassName
{
background-color: #AB0DA0;
}
.BgClassName
{
background-color: #AB0DA0;
}
</style>
border-color css
<style>
span { border-color: #AB0DA0; }
span { border-color: rgb(171,13,160); }
td.TdClassName
{
border-color: #AB0DA0;
}
.TagClassName
{
border-color: #AB0DA0;
}
</style>