Shades of Dark Magenta #AB15AB
Tints of Dark Magenta #AB15AB
RGB
CMYK
RGB Variations
Color information
#AB15AB (or 0xAB15AB) is known color: Dark Magenta. HEX triplet: AB, 15 and AB. RGB value is (171,21,171). Sum of RGB (Red+Green+Blue) = 171+21+171=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB15AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB15AB is #54EA54. Grayscale: #525252. Windows color (decimal): -5565013 or 11212203. OLE color: 11212203.
HSL color Cylindrical-coordinate representation of color #AB15AB: hue angle of 300º 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 #AB15AB is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 171 | - |
| CMYK | 0 | 0.88 | 0 | 0.33 |
| HSL | 300º | 0.78% | 0.38% | - |
| HSV(B) | 300º | 0.88% | 0.67% | - |
| XYZ | 24.41 | 12.13 | 39.58 | - |
| YUV | 82.95 | 177.7 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 171 | 0 | 0.88 | 0 | 0.33 | 300 | 0.78 | 0.38 |
| Hex | AB | 15 | AB | 0 | 58 | 0 | 21 | 12C | 4E | 26 |
| Octal | 253 | 25 | 253 | 0 | 130 | 0 | 41 | 454 | 116 | 46 |
| Binary | 10101011 | 10101 | 10101011 | 0 | 1011000 | 0 | 100001 | 100101100 | 1001110 | 100110 |
Color Harmonies of #AB15AB
Complementary color
Monochromatic Colors of #AB15AB
Black with #AB15AB
Text Example
Text Example
White with #AB15AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB15AB; }
p { color: rgb(171,21,171); }
H1.HeaderClassName
{
color: #AB15AB;
}
.AnyTagClassName
{
color: #AB15AB;
}
</style>
background-color css
<style>
a { background-color: #AB15AB; }
a { background-color: rgb(171,21,171); }
div.DivClassName
{
background-color: #AB15AB;
}
.BgClassName
{
background-color: #AB15AB;
}
</style>
border-color css
<style>
span { border-color: #AB15AB; }
span { border-color: rgb(171,21,171); }
td.TdClassName
{
border-color: #AB15AB;
}
.TagClassName
{
border-color: #AB15AB;
}
</style>