Shades of Dark Magenta #AB15A0
Tints of Dark Magenta #AB15A0
RGB
CMYK
RGB Variations
Color information
#AB15A0 (or 0xAB15A0) is known color: Dark Magenta. HEX triplet: AB, 15 and A0. RGB value is (171,21,160). Sum of RGB (Red+Green+Blue) = 171+21+160=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB15A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB15A0 is #54EA5F. Grayscale: #515151. Windows color (decimal): -5565024 or 10491307. OLE color: 10491307.
HSL color Cylindrical-coordinate representation of color #AB15A0: hue angle of 304.4º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB15A0 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 160 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.33 |
| HSL | 304.4º | 0.78% | 0.38% | - |
| HSV(B) | 304.4º | 0.88% | 0.67% | - |
| XYZ | 23.41 | 11.73 | 34.29 | - |
| YUV | 81.7 | 172.2 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 160 | 0 | 0.88 | 0.06 | 0.33 | 304.4 | 0.78 | 0.38 |
| Hex | AB | 15 | A0 | 0 | 58 | 6 | 21 | 130 | 4E | 26 |
| Octal | 253 | 25 | 240 | 0 | 130 | 6 | 41 | 460 | 116 | 46 |
| Binary | 10101011 | 10101 | 10100000 | 0 | 1011000 | 110 | 100001 | 100110000 | 1001110 | 100110 |
Color Harmonies of #AB15A0
Complementary color
Monochromatic Colors of #AB15A0
Black with #AB15A0
Text Example
Text Example
White with #AB15A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB15A0; }
p { color: rgb(171,21,160); }
H1.HeaderClassName
{
color: #AB15A0;
}
.AnyTagClassName
{
color: #AB15A0;
}
</style>
background-color css
<style>
a { background-color: #AB15A0; }
a { background-color: rgb(171,21,160); }
div.DivClassName
{
background-color: #AB15A0;
}
.BgClassName
{
background-color: #AB15A0;
}
</style>
border-color css
<style>
span { border-color: #AB15A0; }
span { border-color: rgb(171,21,160); }
td.TdClassName
{
border-color: #AB15A0;
}
.TagClassName
{
border-color: #AB15A0;
}
</style>