Shades of Dark Magenta #AB16A6
Tints of Dark Magenta #AB16A6
RGB
CMYK
RGB Variations
Color information
#AB16A6 (or 0xAB16A6) is known color: Dark Magenta. HEX triplet: AB, 16 and A6. RGB value is (171,22,166). Sum of RGB (Red+Green+Blue) = 171+22+166=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 22 (8.98% from 255 or 6.13% from 359); Blue value is 166 (65.23% from 255 or 46.24% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB16A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB16A6 is #54E959. Grayscale: #525252. Windows color (decimal): -5564762 or 10884779. OLE color: 10884779.
HSL color Cylindrical-coordinate representation of color #AB16A6: hue angle of 302.01º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB16A6 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 22 | 166 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.33 |
| HSL | 302.01º | 0.77% | 0.38% | - |
| HSV(B) | 302.01º | 0.87% | 0.67% | - |
| XYZ | 23.96 | 11.98 | 37.13 | - |
| YUV | 82.97 | 174.86 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 166 | 0 | 0.87 | 0.03 | 0.33 | 302.01 | 0.77 | 0.38 |
| Hex | AB | 16 | A6 | 0 | 57 | 3 | 21 | 12E | 4D | 26 |
| Octal | 253 | 26 | 246 | 0 | 127 | 3 | 41 | 456 | 115 | 46 |
| Binary | 10101011 | 10110 | 10100110 | 0 | 1010111 | 11 | 100001 | 100101110 | 1001101 | 100110 |
Color Harmonies of #AB16A6
Complementary color
Monochromatic Colors of #AB16A6
Black with #AB16A6
Text Example
Text Example
White with #AB16A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB16A6; }
p { color: rgb(171,22,166); }
H1.HeaderClassName
{
color: #AB16A6;
}
.AnyTagClassName
{
color: #AB16A6;
}
</style>
background-color css
<style>
a { background-color: #AB16A6; }
a { background-color: rgb(171,22,166); }
div.DivClassName
{
background-color: #AB16A6;
}
.BgClassName
{
background-color: #AB16A6;
}
</style>
border-color css
<style>
span { border-color: #AB16A6; }
span { border-color: rgb(171,22,166); }
td.TdClassName
{
border-color: #AB16A6;
}
.TagClassName
{
border-color: #AB16A6;
}
</style>