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