Shades of Deep Magenta #AB16AC
Tints of Deep Magenta #AB16AC
RGB
CMYK
RGB Variations
Color information
#AB16AC (or 0xAB16AC) is known color: Deep Magenta. HEX triplet: AB, 16 and AC. RGB value is (171,22,172). Sum of RGB (Red+Green+Blue) = 171+22+172=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB16AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB16AC is #54E953. Grayscale: #535353. Windows color (decimal): -5564756 or 11277995. OLE color: 11277995.
HSL color Cylindrical-coordinate representation of color #AB16AC: hue angle of 299.6º 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 #AB16AC is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 22 | 172 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.33 |
| HSL | 299.6º | 0.77% | 0.38% | - |
| HSV(B) | 299.6º | 0.87% | 0.67% | - |
| XYZ | 24.53 | 12.21 | 40.09 | - |
| YUV | 83.65 | 177.86 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 172 | 0.01 | 0.87 | 0 | 0.33 | 299.6 | 0.77 | 0.38 |
| Hex | AB | 16 | AC | 1 | 57 | 0 | 21 | 12C | 4D | 26 |
| Octal | 253 | 26 | 254 | 1 | 127 | 0 | 41 | 454 | 115 | 46 |
| Binary | 10101011 | 10110 | 10101100 | 1 | 1010111 | 0 | 100001 | 100101100 | 1001101 | 100110 |
Color Harmonies of #AB16AC
Complementary color
Monochromatic Colors of #AB16AC
Black with #AB16AC
Text Example
Text Example
White with #AB16AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB16AC; }
p { color: rgb(171,22,172); }
H1.HeaderClassName
{
color: #AB16AC;
}
.AnyTagClassName
{
color: #AB16AC;
}
</style>
background-color css
<style>
a { background-color: #AB16AC; }
a { background-color: rgb(171,22,172); }
div.DivClassName
{
background-color: #AB16AC;
}
.BgClassName
{
background-color: #AB16AC;
}
</style>
border-color css
<style>
span { border-color: #AB16AC; }
span { border-color: rgb(171,22,172); }
td.TdClassName
{
border-color: #AB16AC;
}
.TagClassName
{
border-color: #AB16AC;
}
</style>