Shades of Dark Magenta #AB0EA0
Tints of Dark Magenta #AB0EA0
RGB
CMYK
RGB Variations
Color information
#AB0EA0 (or 0xAB0EA0) is known color: Dark Magenta. HEX triplet: AB, 0E and A0. RGB value is (171,14,160). Sum of RGB (Red+Green+Blue) = 171+14+160=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 14 (5.86% from 255 or 4.06% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0EA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0EA0 is #54F15F. Grayscale: #4D4D4D. Windows color (decimal): -5566816 or 10489515. OLE color: 10489515.
HSL color Cylindrical-coordinate representation of color #AB0EA0: hue angle of 304.2º degrees, saturation: 0.85, 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 #AB0EA0 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 14 | 160 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.33 |
| HSL | 304.2º | 0.85% | 0.36% | - |
| HSV(B) | 304.2º | 0.92% | 0.67% | - |
| XYZ | 23.3 | 11.51 | 34.25 | - |
| YUV | 77.59 | 174.51 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 14 | 160 | 0 | 0.92 | 0.06 | 0.33 | 304.2 | 0.85 | 0.36 |
| Hex | AB | E | A0 | 0 | 5C | 6 | 21 | 130 | 55 | 24 |
| Octal | 253 | 16 | 240 | 0 | 134 | 6 | 41 | 460 | 125 | 44 |
| Binary | 10101011 | 1110 | 10100000 | 0 | 1011100 | 110 | 100001 | 100110000 | 1010101 | 100100 |
Color Harmonies of #AB0EA0
Complementary color
Monochromatic Colors of #AB0EA0
Black with #AB0EA0
Text Example
Text Example
White with #AB0EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0EA0; }
p { color: rgb(171,14,160); }
H1.HeaderClassName
{
color: #AB0EA0;
}
.AnyTagClassName
{
color: #AB0EA0;
}
</style>
background-color css
<style>
a { background-color: #AB0EA0; }
a { background-color: rgb(171,14,160); }
div.DivClassName
{
background-color: #AB0EA0;
}
.BgClassName
{
background-color: #AB0EA0;
}
</style>
border-color css
<style>
span { border-color: #AB0EA0; }
span { border-color: rgb(171,14,160); }
td.TdClassName
{
border-color: #AB0EA0;
}
.TagClassName
{
border-color: #AB0EA0;
}
</style>