Shades of Deep Magenta #AB0FAE
Tints of Deep Magenta #AB0FAE
RGB
CMYK
RGB Variations
Color information
#AB0FAE (or 0xAB0FAE) is known color: Deep Magenta. HEX triplet: AB, 0F and AE. RGB value is (171,15,174). Sum of RGB (Red+Green+Blue) = 171+15+174=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB0FAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0FAE is #54F051. Grayscale: #4F4F4F. Windows color (decimal): -5566546 or 11407275. OLE color: 11407275.
HSL color Cylindrical-coordinate representation of color #AB0FAE: hue angle of 298.87º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB0FAE is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 15 | 174 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.32 |
| HSL | 298.87º | 0.84% | 0.37% | - |
| HSV(B) | 298.87º | 0.91% | 0.68% | - |
| XYZ | 24.61 | 12.06 | 41.07 | - |
| YUV | 79.77 | 181.18 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 174 | 0.02 | 0.91 | 0 | 0.32 | 298.87 | 0.84 | 0.37 |
| Hex | AB | F | AE | 2 | 5B | 0 | 20 | 12B | 54 | 25 |
| Octal | 253 | 17 | 256 | 2 | 133 | 0 | 40 | 453 | 124 | 45 |
| Binary | 10101011 | 1111 | 10101110 | 10 | 1011011 | 0 | 100000 | 100101011 | 1010100 | 100101 |
Color Harmonies of #AB0FAE
Complementary color
Monochromatic Colors of #AB0FAE
Black with #AB0FAE
Text Example
Text Example
White with #AB0FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0FAE; }
p { color: rgb(171,15,174); }
H1.HeaderClassName
{
color: #AB0FAE;
}
.AnyTagClassName
{
color: #AB0FAE;
}
</style>
background-color css
<style>
a { background-color: #AB0FAE; }
a { background-color: rgb(171,15,174); }
div.DivClassName
{
background-color: #AB0FAE;
}
.BgClassName
{
background-color: #AB0FAE;
}
</style>
border-color css
<style>
span { border-color: #AB0FAE; }
span { border-color: rgb(171,15,174); }
td.TdClassName
{
border-color: #AB0FAE;
}
.TagClassName
{
border-color: #AB0FAE;
}
</style>