Shades of Deep Magenta #AB15B7
Tints of Deep Magenta #AB15B7
RGB
CMYK
RGB Variations
Color information
#AB15B7 (or 0xAB15B7) is known color: Deep Magenta. HEX triplet: AB, 15 and B7. RGB value is (171,21,183). Sum of RGB (Red+Green+Blue) = 171+21+183=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 183 (71.88% from 255 or 48.8% from 375); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB15B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB15B7 is #54EA48. Grayscale: #535353. Windows color (decimal): -5565001 or 11998635. OLE color: 11998635.
HSL color Cylindrical-coordinate representation of color #AB15B7: hue angle of 295.56º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB15B7 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 21 | 183 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.28 |
| HSL | 295.56º | 0.79% | 0.4% | - |
| HSV(B) | 295.56º | 0.89% | 0.72% | - |
| XYZ | 25.61 | 12.61 | 45.88 | - |
| YUV | 84.32 | 183.7 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 183 | 0.07 | 0.89 | 0 | 0.28 | 295.56 | 0.79 | 0.4 |
| Hex | AB | 15 | B7 | 7 | 59 | 0 | 1C | 128 | 4F | 28 |
| Octal | 253 | 25 | 267 | 7 | 131 | 0 | 34 | 450 | 117 | 50 |
| Binary | 10101011 | 10101 | 10110111 | 111 | 1011001 | 0 | 11100 | 100101000 | 1001111 | 101000 |
Color Harmonies of #AB15B7
Complementary color
Monochromatic Colors of #AB15B7
Black with #AB15B7
Text Example
Text Example
White with #AB15B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB15B7; }
p { color: rgb(171,21,183); }
H1.HeaderClassName
{
color: #AB15B7;
}
.AnyTagClassName
{
color: #AB15B7;
}
</style>
background-color css
<style>
a { background-color: #AB15B7; }
a { background-color: rgb(171,21,183); }
div.DivClassName
{
background-color: #AB15B7;
}
.BgClassName
{
background-color: #AB15B7;
}
</style>
border-color css
<style>
span { border-color: #AB15B7; }
span { border-color: rgb(171,21,183); }
td.TdClassName
{
border-color: #AB15B7;
}
.TagClassName
{
border-color: #AB15B7;
}
</style>