Shades of Dark Magenta #AB018E
Tints of Dark Magenta #AB018E
RGB
CMYK
RGB Variations
Color information
#AB018E (or 0xAB018E) is known color: Dark Magenta. HEX triplet: AB, 01 and 8E. RGB value is (171,1,142). Sum of RGB (Red+Green+Blue) = 171+1+142=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB018E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB018E is #54FE71. Grayscale: #434343. Windows color (decimal): -5570162 or 9306539. OLE color: 9306539.
HSL color Cylindrical-coordinate representation of color #AB018E: hue angle of 310.24º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB018E is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 142 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.33 |
| HSL | 310.24º | 0.99% | 0.34% | - |
| HSV(B) | 310.24º | 0.99% | 0.67% | - |
| XYZ | 21.69 | 10.63 | 26.5 | - |
| YUV | 67.9 | 169.82 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 142 | 0 | 0.99 | 0.17 | 0.33 | 310.24 | 0.99 | 0.34 |
| Hex | AB | 1 | 8E | 0 | 63 | 11 | 21 | 136 | 63 | 22 |
| Octal | 253 | 1 | 216 | 0 | 143 | 21 | 41 | 466 | 143 | 42 |
| Binary | 10101011 | 1 | 10001110 | 0 | 1100011 | 10001 | 100001 | 100110110 | 1100011 | 100010 |
Color Harmonies of #AB018E
Complementary color
Monochromatic Colors of #AB018E
Black with #AB018E
Text Example
Text Example
White with #AB018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB018E; }
p { color: rgb(171,1,142); }
H1.HeaderClassName
{
color: #AB018E;
}
.AnyTagClassName
{
color: #AB018E;
}
</style>
background-color css
<style>
a { background-color: #AB018E; }
a { background-color: rgb(171,1,142); }
div.DivClassName
{
background-color: #AB018E;
}
.BgClassName
{
background-color: #AB018E;
}
</style>
border-color css
<style>
span { border-color: #AB018E; }
span { border-color: rgb(171,1,142); }
td.TdClassName
{
border-color: #AB018E;
}
.TagClassName
{
border-color: #AB018E;
}
</style>