Shades of Deep Magenta #AC16BA
Tints of Deep Magenta #AC16BA
RGB
CMYK
RGB Variations
Color information
#AC16BA (or 0xAC16BA) is known color: Deep Magenta. HEX triplet: AC, 16 and BA. RGB value is (172,22,186). Sum of RGB (Red+Green+Blue) = 172+22+186=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC16BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC16BA is #53E945. Grayscale: #555555. Windows color (decimal): -5499206 or 12195500. OLE color: 12195500.
HSL color Cylindrical-coordinate representation of color #AC16BA: hue angle of 294.88º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC16BA is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 22 | 186 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.27 |
| HSL | 294.88º | 0.79% | 0.41% | - |
| HSV(B) | 294.88º | 0.88% | 0.73% | - |
| XYZ | 26.16 | 12.89 | 47.56 | - |
| YUV | 85.55 | 184.7 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 186 | 0.08 | 0.88 | 0 | 0.27 | 294.88 | 0.79 | 0.41 |
| Hex | AC | 16 | BA | 8 | 58 | 0 | 1B | 127 | 4F | 29 |
| Octal | 254 | 26 | 272 | 10 | 130 | 0 | 33 | 447 | 117 | 51 |
| Binary | 10101100 | 10110 | 10111010 | 1000 | 1011000 | 0 | 11011 | 100100111 | 1001111 | 101001 |
Color Harmonies of #AC16BA
Complementary color
Monochromatic Colors of #AC16BA
Black with #AC16BA
Text Example
Text Example
White with #AC16BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC16BA; }
p { color: rgb(172,22,186); }
H1.HeaderClassName
{
color: #AC16BA;
}
.AnyTagClassName
{
color: #AC16BA;
}
</style>
background-color css
<style>
a { background-color: #AC16BA; }
a { background-color: rgb(172,22,186); }
div.DivClassName
{
background-color: #AC16BA;
}
.BgClassName
{
background-color: #AC16BA;
}
</style>
border-color css
<style>
span { border-color: #AC16BA; }
span { border-color: rgb(172,22,186); }
td.TdClassName
{
border-color: #AC16BA;
}
.TagClassName
{
border-color: #AC16BA;
}
</style>