Shades of Deep Magenta #AB0EAD
Tints of Deep Magenta #AB0EAD
RGB
CMYK
RGB Variations
Color information
#AB0EAD (or 0xAB0EAD) is known color: Deep Magenta. HEX triplet: AB, 0E and AD. RGB value is (171,14,173). Sum of RGB (Red+Green+Blue) = 171+14+173=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 14 (5.86% from 255 or 3.91% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB0EAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0EAD is #54F152. Grayscale: #4E4E4E. Windows color (decimal): -5566803 or 11341483. OLE color: 11341483.
HSL color Cylindrical-coordinate representation of color #AB0EAD: hue angle of 299.25º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB0EAD is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 14 | 173 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.32 |
| HSL | 299.25º | 0.85% | 0.37% | - |
| HSV(B) | 299.25º | 0.92% | 0.68% | - |
| XYZ | 24.49 | 11.99 | 40.56 | - |
| YUV | 79.07 | 181.01 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 14 | 173 | 0.01 | 0.92 | 0 | 0.32 | 299.25 | 0.85 | 0.37 |
| Hex | AB | E | AD | 1 | 5C | 0 | 20 | 12B | 55 | 25 |
| Octal | 253 | 16 | 255 | 1 | 134 | 0 | 40 | 453 | 125 | 45 |
| Binary | 10101011 | 1110 | 10101101 | 1 | 1011100 | 0 | 100000 | 100101011 | 1010101 | 100101 |
Color Harmonies of #AB0EAD
Complementary color
Monochromatic Colors of #AB0EAD
Black with #AB0EAD
Text Example
Text Example
White with #AB0EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0EAD; }
p { color: rgb(171,14,173); }
H1.HeaderClassName
{
color: #AB0EAD;
}
.AnyTagClassName
{
color: #AB0EAD;
}
</style>
background-color css
<style>
a { background-color: #AB0EAD; }
a { background-color: rgb(171,14,173); }
div.DivClassName
{
background-color: #AB0EAD;
}
.BgClassName
{
background-color: #AB0EAD;
}
</style>
border-color css
<style>
span { border-color: #AB0EAD; }
span { border-color: rgb(171,14,173); }
td.TdClassName
{
border-color: #AB0EAD;
}
.TagClassName
{
border-color: #AB0EAD;
}
</style>