Shades of Dark Magenta #AB0D9A
Tints of Dark Magenta #AB0D9A
RGB
CMYK
RGB Variations
Color information
#AB0D9A (or 0xAB0D9A) is known color: Dark Magenta. HEX triplet: AB, 0D and 9A. RGB value is (171,13,154). Sum of RGB (Red+Green+Blue) = 171+13+154=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0D9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0D9A is #54F265. Grayscale: #4B4B4B. Windows color (decimal): -5567078 or 10096043. OLE color: 10096043.
HSL color Cylindrical-coordinate representation of color #AB0D9A: hue angle of 306.46º 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 #AB0D9A is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 13 | 154 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.33 |
| HSL | 306.46º | 0.86% | 0.36% | - |
| HSV(B) | 306.46º | 0.92% | 0.67% | - |
| XYZ | 22.77 | 11.28 | 31.55 | - |
| YUV | 76.32 | 171.85 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 13 | 154 | 0 | 0.92 | 0.10 | 0.33 | 306.46 | 0.86 | 0.36 |
| Hex | AB | D | 9A | 0 | 5C | A | 21 | 132 | 56 | 24 |
| Octal | 253 | 15 | 232 | 0 | 134 | 12 | 41 | 462 | 126 | 44 |
| Binary | 10101011 | 1101 | 10011010 | 0 | 1011100 | 1010 | 100001 | 100110010 | 1010110 | 100100 |
Color Harmonies of #AB0D9A
Complementary color
Monochromatic Colors of #AB0D9A
Black with #AB0D9A
Text Example
Text Example
White with #AB0D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0D9A; }
p { color: rgb(171,13,154); }
H1.HeaderClassName
{
color: #AB0D9A;
}
.AnyTagClassName
{
color: #AB0D9A;
}
</style>
background-color css
<style>
a { background-color: #AB0D9A; }
a { background-color: rgb(171,13,154); }
div.DivClassName
{
background-color: #AB0D9A;
}
.BgClassName
{
background-color: #AB0D9A;
}
</style>
border-color css
<style>
span { border-color: #AB0D9A; }
span { border-color: rgb(171,13,154); }
td.TdClassName
{
border-color: #AB0D9A;
}
.TagClassName
{
border-color: #AB0D9A;
}
</style>