Shades of Dark Magenta #AC11A7
Tints of Dark Magenta #AC11A7
RGB
CMYK
RGB Variations
Color information
#AC11A7 (or 0xAC11A7) is known color: Dark Magenta. HEX triplet: AC, 11 and A7. RGB value is (172,17,167). Sum of RGB (Red+Green+Blue) = 172+17+167=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 167 (65.62% from 255 or 46.91% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC11A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC11A7 is #53EE58. Grayscale: #505050. Windows color (decimal): -5500505 or 10949036. OLE color: 10949036.
HSL color Cylindrical-coordinate representation of color #AC11A7: hue angle of 301.94º 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 #AC11A7 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 167 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.33 |
| HSL | 301.94º | 0.82% | 0.37% | - |
| HSV(B) | 301.94º | 0.9% | 0.67% | - |
| XYZ | 24.19 | 11.96 | 37.59 | - |
| YUV | 80.45 | 176.85 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 167 | 0 | 0.90 | 0.03 | 0.33 | 301.94 | 0.82 | 0.37 |
| Hex | AC | 11 | A7 | 0 | 5A | 3 | 21 | 12E | 52 | 25 |
| Octal | 254 | 21 | 247 | 0 | 132 | 3 | 41 | 456 | 122 | 45 |
| Binary | 10101100 | 10001 | 10100111 | 0 | 1011010 | 11 | 100001 | 100101110 | 1010010 | 100101 |
Color Harmonies of #AC11A7
Complementary color
Monochromatic Colors of #AC11A7
Black with #AC11A7
Text Example
Text Example
White with #AC11A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC11A7; }
p { color: rgb(172,17,167); }
H1.HeaderClassName
{
color: #AC11A7;
}
.AnyTagClassName
{
color: #AC11A7;
}
</style>
background-color css
<style>
a { background-color: #AC11A7; }
a { background-color: rgb(172,17,167); }
div.DivClassName
{
background-color: #AC11A7;
}
.BgClassName
{
background-color: #AC11A7;
}
</style>
border-color css
<style>
span { border-color: #AC11A7; }
span { border-color: rgb(172,17,167); }
td.TdClassName
{
border-color: #AC11A7;
}
.TagClassName
{
border-color: #AC11A7;
}
</style>