Shades of Dark Magenta #AB11A8
Tints of Dark Magenta #AB11A8
RGB
CMYK
RGB Variations
Color information
#AB11A8 (or 0xAB11A8) is known color: Dark Magenta. HEX triplet: AB, 11 and A8. RGB value is (171,17,168). Sum of RGB (Red+Green+Blue) = 171+17+168=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 168 (66.02% from 255 or 47.19% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB11A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB11A8 is #54EE57. Grayscale: #4F4F4F. Windows color (decimal): -5566040 or 11014571. OLE color: 11014571.
HSL color Cylindrical-coordinate representation of color #AB11A8: hue angle of 301.17º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB11A8 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 17 | 168 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.33 |
| HSL | 301.17º | 0.82% | 0.37% | - |
| HSV(B) | 301.17º | 0.9% | 0.67% | - |
| XYZ | 24.06 | 11.89 | 38.07 | - |
| YUV | 80.26 | 177.52 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 17 | 168 | 0 | 0.90 | 0.02 | 0.33 | 301.17 | 0.82 | 0.37 |
| Hex | AB | 11 | A8 | 0 | 5A | 2 | 21 | 12D | 52 | 25 |
| Octal | 253 | 21 | 250 | 0 | 132 | 2 | 41 | 455 | 122 | 45 |
| Binary | 10101011 | 10001 | 10101000 | 0 | 1011010 | 10 | 100001 | 100101101 | 1010010 | 100101 |
Color Harmonies of #AB11A8
Complementary color
Monochromatic Colors of #AB11A8
Black with #AB11A8
Text Example
Text Example
White with #AB11A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB11A8; }
p { color: rgb(171,17,168); }
H1.HeaderClassName
{
color: #AB11A8;
}
.AnyTagClassName
{
color: #AB11A8;
}
</style>
background-color css
<style>
a { background-color: #AB11A8; }
a { background-color: rgb(171,17,168); }
div.DivClassName
{
background-color: #AB11A8;
}
.BgClassName
{
background-color: #AB11A8;
}
</style>
border-color css
<style>
span { border-color: #AB11A8; }
span { border-color: rgb(171,17,168); }
td.TdClassName
{
border-color: #AB11A8;
}
.TagClassName
{
border-color: #AB11A8;
}
</style>