Shades of Dark Magenta #AC119D
Tints of Dark Magenta #AC119D
RGB
CMYK
RGB Variations
Color information
#AC119D (or 0xAC119D) is known color: Dark Magenta. HEX triplet: AC, 11 and 9D. RGB value is (172,17,157). Sum of RGB (Red+Green+Blue) = 172+17+157=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC119D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC119D is #53EE62. Grayscale: #4E4E4E. Windows color (decimal): -5500515 or 10293676. OLE color: 10293676.
HSL color Cylindrical-coordinate representation of color #AC119D: hue angle of 305.81º 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 #AC119D is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 157 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.33 |
| HSL | 305.81º | 0.82% | 0.37% | - |
| HSV(B) | 305.81º | 0.9% | 0.67% | - |
| XYZ | 23.3 | 11.61 | 32.91 | - |
| YUV | 79.31 | 171.85 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 157 | 0 | 0.90 | 0.09 | 0.33 | 305.81 | 0.82 | 0.37 |
| Hex | AC | 11 | 9D | 0 | 5A | 9 | 21 | 132 | 52 | 25 |
| Octal | 254 | 21 | 235 | 0 | 132 | 11 | 41 | 462 | 122 | 45 |
| Binary | 10101100 | 10001 | 10011101 | 0 | 1011010 | 1001 | 100001 | 100110010 | 1010010 | 100101 |
Color Harmonies of #AC119D
Complementary color
Monochromatic Colors of #AC119D
Black with #AC119D
Text Example
Text Example
White with #AC119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC119D; }
p { color: rgb(172,17,157); }
H1.HeaderClassName
{
color: #AC119D;
}
.AnyTagClassName
{
color: #AC119D;
}
</style>
background-color css
<style>
a { background-color: #AC119D; }
a { background-color: rgb(172,17,157); }
div.DivClassName
{
background-color: #AC119D;
}
.BgClassName
{
background-color: #AC119D;
}
</style>
border-color css
<style>
span { border-color: #AC119D; }
span { border-color: rgb(172,17,157); }
td.TdClassName
{
border-color: #AC119D;
}
.TagClassName
{
border-color: #AC119D;
}
</style>