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