Shades of Dark Magenta #AC11A3
Tints of Dark Magenta #AC11A3
RGB
CMYK
RGB Variations
Color information
#AC11A3 (or 0xAC11A3) is known color: Dark Magenta. HEX triplet: AC, 11 and A3. RGB value is (172,17,163). Sum of RGB (Red+Green+Blue) = 172+17+163=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 163 (64.06% from 255 or 46.31% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC11A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC11A3 is #53EE5C. Grayscale: #4F4F4F. Windows color (decimal): -5500509 or 10686892. OLE color: 10686892.
HSL color Cylindrical-coordinate representation of color #AC11A3: hue angle of 303.48º 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 #AC11A3 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 163 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.33 |
| HSL | 303.48º | 0.82% | 0.37% | - |
| HSV(B) | 303.48º | 0.9% | 0.67% | - |
| XYZ | 23.82 | 11.82 | 35.68 | - |
| YUV | 79.99 | 174.85 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 163 | 0 | 0.90 | 0.05 | 0.33 | 303.48 | 0.82 | 0.37 |
| Hex | AC | 11 | A3 | 0 | 5A | 5 | 21 | 12F | 52 | 25 |
| Octal | 254 | 21 | 243 | 0 | 132 | 5 | 41 | 457 | 122 | 45 |
| Binary | 10101100 | 10001 | 10100011 | 0 | 1011010 | 101 | 100001 | 100101111 | 1010010 | 100101 |
Color Harmonies of #AC11A3
Complementary color
Monochromatic Colors of #AC11A3
Black with #AC11A3
Text Example
Text Example
White with #AC11A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC11A3; }
p { color: rgb(172,17,163); }
H1.HeaderClassName
{
color: #AC11A3;
}
.AnyTagClassName
{
color: #AC11A3;
}
</style>
background-color css
<style>
a { background-color: #AC11A3; }
a { background-color: rgb(172,17,163); }
div.DivClassName
{
background-color: #AC11A3;
}
.BgClassName
{
background-color: #AC11A3;
}
</style>
border-color css
<style>
span { border-color: #AC11A3; }
span { border-color: rgb(172,17,163); }
td.TdClassName
{
border-color: #AC11A3;
}
.TagClassName
{
border-color: #AC11A3;
}
</style>