Shades of Dark Magenta #AC11A0
Tints of Dark Magenta #AC11A0
RGB
CMYK
RGB Variations
Color information
#AC11A0 (or 0xAC11A0) is known color: Dark Magenta. HEX triplet: AC, 11 and A0. RGB value is (172,17,160). Sum of RGB (Red+Green+Blue) = 172+17+160=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 160 (62.89% from 255 or 45.85% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC11A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC11A0 is #53EE5F. Grayscale: #4F4F4F. Windows color (decimal): -5500512 or 10490284. OLE color: 10490284.
HSL color Cylindrical-coordinate representation of color #AC11A0: hue angle of 304.65º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC11A0 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 160 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.33 |
| HSL | 304.65º | 0.82% | 0.37% | - |
| HSV(B) | 304.65º | 0.9% | 0.67% | - |
| XYZ | 23.56 | 11.71 | 34.28 | - |
| YUV | 79.65 | 173.35 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 160 | 0 | 0.90 | 0.07 | 0.33 | 304.65 | 0.82 | 0.37 |
| Hex | AC | 11 | A0 | 0 | 5A | 7 | 21 | 131 | 52 | 25 |
| Octal | 254 | 21 | 240 | 0 | 132 | 7 | 41 | 461 | 122 | 45 |
| Binary | 10101100 | 10001 | 10100000 | 0 | 1011010 | 111 | 100001 | 100110001 | 1010010 | 100101 |
Color Harmonies of #AC11A0
Complementary color
Monochromatic Colors of #AC11A0
Black with #AC11A0
Text Example
Text Example
White with #AC11A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC11A0; }
p { color: rgb(172,17,160); }
H1.HeaderClassName
{
color: #AC11A0;
}
.AnyTagClassName
{
color: #AC11A0;
}
</style>
background-color css
<style>
a { background-color: #AC11A0; }
a { background-color: rgb(172,17,160); }
div.DivClassName
{
background-color: #AC11A0;
}
.BgClassName
{
background-color: #AC11A0;
}
</style>
border-color css
<style>
span { border-color: #AC11A0; }
span { border-color: rgb(172,17,160); }
td.TdClassName
{
border-color: #AC11A0;
}
.TagClassName
{
border-color: #AC11A0;
}
</style>