Shades of Deep Magenta #AB0AB7
Tints of Deep Magenta #AB0AB7
RGB
CMYK
RGB Variations
Color information
#AB0AB7 (or 0xAB0AB7) is known color: Deep Magenta. HEX triplet: AB, 0A and B7. RGB value is (171,10,183). Sum of RGB (Red+Green+Blue) = 171+10+183=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 183 (71.88% from 255 or 50.27% from 364); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB0AB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0AB7 is #54F548. Grayscale: #4D4D4D. Windows color (decimal): -5567817 or 11995819. OLE color: 11995819.
HSL color Cylindrical-coordinate representation of color #AB0AB7: hue angle of 295.84º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0AB7 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 10 | 183 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.28 |
| HSL | 295.84º | 0.9% | 0.38% | - |
| HSV(B) | 295.84º | 0.95% | 0.72% | - |
| XYZ | 25.45 | 12.29 | 45.83 | - |
| YUV | 77.86 | 187.34 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 10 | 183 | 0.07 | 0.95 | 0 | 0.28 | 295.84 | 0.9 | 0.38 |
| Hex | AB | A | B7 | 7 | 5F | 0 | 1C | 128 | 5A | 26 |
| Octal | 253 | 12 | 267 | 7 | 137 | 0 | 34 | 450 | 132 | 46 |
| Binary | 10101011 | 1010 | 10110111 | 111 | 1011111 | 0 | 11100 | 100101000 | 1011010 | 100110 |
Color Harmonies of #AB0AB7
Complementary color
Monochromatic Colors of #AB0AB7
Black with #AB0AB7
Text Example
Text Example
White with #AB0AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0AB7; }
p { color: rgb(171,10,183); }
H1.HeaderClassName
{
color: #AB0AB7;
}
.AnyTagClassName
{
color: #AB0AB7;
}
</style>
background-color css
<style>
a { background-color: #AB0AB7; }
a { background-color: rgb(171,10,183); }
div.DivClassName
{
background-color: #AB0AB7;
}
.BgClassName
{
background-color: #AB0AB7;
}
</style>
border-color css
<style>
span { border-color: #AB0AB7; }
span { border-color: rgb(171,10,183); }
td.TdClassName
{
border-color: #AB0AB7;
}
.TagClassName
{
border-color: #AB0AB7;
}
</style>