Shades of Deep Magenta #AB0FAD
Tints of Deep Magenta #AB0FAD
RGB
CMYK
RGB Variations
Color information
#AB0FAD (or 0xAB0FAD) is known color: Deep Magenta. HEX triplet: AB, 0F and AD. RGB value is (171,15,173). Sum of RGB (Red+Green+Blue) = 171+15+173=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 15 (6.25% from 255 or 4.18% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB0FAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0FAD is #54F052. Grayscale: #4F4F4F. Windows color (decimal): -5566547 or 11341739. OLE color: 11341739.
HSL color Cylindrical-coordinate representation of color #AB0FAD: hue angle of 299.24º 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 #AB0FAD is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 15 | 173 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.32 |
| HSL | 299.24º | 0.84% | 0.37% | - |
| HSV(B) | 299.24º | 0.91% | 0.68% | - |
| XYZ | 24.51 | 12.02 | 40.56 | - |
| YUV | 79.66 | 180.68 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 173 | 0.01 | 0.91 | 0 | 0.32 | 299.24 | 0.84 | 0.37 |
| Hex | AB | F | AD | 1 | 5B | 0 | 20 | 12B | 54 | 25 |
| Octal | 253 | 17 | 255 | 1 | 133 | 0 | 40 | 453 | 124 | 45 |
| Binary | 10101011 | 1111 | 10101101 | 1 | 1011011 | 0 | 100000 | 100101011 | 1010100 | 100101 |
Color Harmonies of #AB0FAD
Complementary color
Monochromatic Colors of #AB0FAD
Black with #AB0FAD
Text Example
Text Example
White with #AB0FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0FAD; }
p { color: rgb(171,15,173); }
H1.HeaderClassName
{
color: #AB0FAD;
}
.AnyTagClassName
{
color: #AB0FAD;
}
</style>
background-color css
<style>
a { background-color: #AB0FAD; }
a { background-color: rgb(171,15,173); }
div.DivClassName
{
background-color: #AB0FAD;
}
.BgClassName
{
background-color: #AB0FAD;
}
</style>
border-color css
<style>
span { border-color: #AB0FAD; }
span { border-color: rgb(171,15,173); }
td.TdClassName
{
border-color: #AB0FAD;
}
.TagClassName
{
border-color: #AB0FAD;
}
</style>