Shades of Deep Magenta #AC16AD
Tints of Deep Magenta #AC16AD
RGB
CMYK
RGB Variations
Color information
#AC16AD (or 0xAC16AD) is known color: Deep Magenta. HEX triplet: AC, 16 and AD. RGB value is (172,22,173). Sum of RGB (Red+Green+Blue) = 172+22+173=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC16AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC16AD is #53E952. Grayscale: #535353. Windows color (decimal): -5499219 or 11343532. OLE color: 11343532.
HSL color Cylindrical-coordinate representation of color #AC16AD: hue angle of 299.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC16AD is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 22 | 173 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.32 |
| HSL | 299.6º | 0.77% | 0.38% | - |
| HSV(B) | 299.6º | 0.87% | 0.68% | - |
| XYZ | 24.84 | 12.36 | 40.61 | - |
| YUV | 84.06 | 178.2 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 173 | 0.01 | 0.87 | 0 | 0.32 | 299.6 | 0.77 | 0.38 |
| Hex | AC | 16 | AD | 1 | 57 | 0 | 20 | 12C | 4D | 26 |
| Octal | 254 | 26 | 255 | 1 | 127 | 0 | 40 | 454 | 115 | 46 |
| Binary | 10101100 | 10110 | 10101101 | 1 | 1010111 | 0 | 100000 | 100101100 | 1001101 | 100110 |
Color Harmonies of #AC16AD
Complementary color
Monochromatic Colors of #AC16AD
Black with #AC16AD
Text Example
Text Example
White with #AC16AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC16AD; }
p { color: rgb(172,22,173); }
H1.HeaderClassName
{
color: #AC16AD;
}
.AnyTagClassName
{
color: #AC16AD;
}
</style>
background-color css
<style>
a { background-color: #AC16AD; }
a { background-color: rgb(172,22,173); }
div.DivClassName
{
background-color: #AC16AD;
}
.BgClassName
{
background-color: #AC16AD;
}
</style>
border-color css
<style>
span { border-color: #AC16AD; }
span { border-color: rgb(172,22,173); }
td.TdClassName
{
border-color: #AC16AD;
}
.TagClassName
{
border-color: #AC16AD;
}
</style>