Shades of Dark Magenta #AB16AA
Tints of Dark Magenta #AB16AA
RGB
CMYK
RGB Variations
Color information
#AB16AA (or 0xAB16AA) is known color: Dark Magenta. HEX triplet: AB, 16 and AA. RGB value is (171,22,170). Sum of RGB (Red+Green+Blue) = 171+22+170=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB16AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB16AA is #54E955. Grayscale: #525252. Windows color (decimal): -5564758 or 11146923. OLE color: 11146923.
HSL color Cylindrical-coordinate representation of color #AB16AA: hue angle of 300.4º 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 #AB16AA is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 22 | 170 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.33 |
| HSL | 300.4º | 0.77% | 0.38% | - |
| HSV(B) | 300.4º | 0.87% | 0.67% | - |
| XYZ | 24.34 | 12.13 | 39.09 | - |
| YUV | 83.42 | 176.86 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 170 | 0 | 0.87 | 0.01 | 0.33 | 300.4 | 0.77 | 0.38 |
| Hex | AB | 16 | AA | 0 | 57 | 1 | 21 | 12C | 4D | 26 |
| Octal | 253 | 26 | 252 | 0 | 127 | 1 | 41 | 454 | 115 | 46 |
| Binary | 10101011 | 10110 | 10101010 | 0 | 1010111 | 1 | 100001 | 100101100 | 1001101 | 100110 |
Color Harmonies of #AB16AA
Complementary color
Monochromatic Colors of #AB16AA
Black with #AB16AA
Text Example
Text Example
White with #AB16AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB16AA; }
p { color: rgb(171,22,170); }
H1.HeaderClassName
{
color: #AB16AA;
}
.AnyTagClassName
{
color: #AB16AA;
}
</style>
background-color css
<style>
a { background-color: #AB16AA; }
a { background-color: rgb(171,22,170); }
div.DivClassName
{
background-color: #AB16AA;
}
.BgClassName
{
background-color: #AB16AA;
}
</style>
border-color css
<style>
span { border-color: #AB16AA; }
span { border-color: rgb(171,22,170); }
td.TdClassName
{
border-color: #AB16AA;
}
.TagClassName
{
border-color: #AB16AA;
}
</style>