Shades of Dark Magenta #AC16A1
Tints of Dark Magenta #AC16A1
RGB
CMYK
RGB Variations
Color information
#AC16A1 (or 0xAC16A1) is known color: Dark Magenta. HEX triplet: AC, 16 and A1. RGB value is (172,22,161). Sum of RGB (Red+Green+Blue) = 172+22+161=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 161 (63.28% from 255 or 45.35% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC16A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC16A1 is #53E95E. Grayscale: #525252. Windows color (decimal): -5499231 or 10557100. OLE color: 10557100.
HSL color Cylindrical-coordinate representation of color #AC16A1: hue angle of 304.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 #AC16A1 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 22 | 161 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.33 |
| HSL | 304.4º | 0.77% | 0.38% | - |
| HSV(B) | 304.4º | 0.87% | 0.67% | - |
| XYZ | 23.73 | 11.92 | 34.77 | - |
| YUV | 82.7 | 172.2 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 161 | 0 | 0.87 | 0.06 | 0.33 | 304.4 | 0.77 | 0.38 |
| Hex | AC | 16 | A1 | 0 | 57 | 6 | 21 | 130 | 4D | 26 |
| Octal | 254 | 26 | 241 | 0 | 127 | 6 | 41 | 460 | 115 | 46 |
| Binary | 10101100 | 10110 | 10100001 | 0 | 1010111 | 110 | 100001 | 100110000 | 1001101 | 100110 |
Color Harmonies of #AC16A1
Complementary color
Monochromatic Colors of #AC16A1
Black with #AC16A1
Text Example
Text Example
White with #AC16A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC16A1; }
p { color: rgb(172,22,161); }
H1.HeaderClassName
{
color: #AC16A1;
}
.AnyTagClassName
{
color: #AC16A1;
}
</style>
background-color css
<style>
a { background-color: #AC16A1; }
a { background-color: rgb(172,22,161); }
div.DivClassName
{
background-color: #AC16A1;
}
.BgClassName
{
background-color: #AC16A1;
}
</style>
border-color css
<style>
span { border-color: #AC16A1; }
span { border-color: rgb(172,22,161); }
td.TdClassName
{
border-color: #AC16A1;
}
.TagClassName
{
border-color: #AC16A1;
}
</style>