Shades of Dark Magenta #AC0D9F
Tints of Dark Magenta #AC0D9F
RGB
CMYK
RGB Variations
Color information
#AC0D9F (or 0xAC0D9F) is known color: Dark Magenta. HEX triplet: AC, 0D and 9F. RGB value is (172,13,159). Sum of RGB (Red+Green+Blue) = 172+13+159=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0D9F is #53F260. Grayscale: #4C4C4C. Windows color (decimal): -5501537 or 10423724. OLE color: 10423724.
HSL color Cylindrical-coordinate representation of color #AC0D9F: hue angle of 304.91º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0D9F is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 13 | 159 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.33 |
| HSL | 304.91º | 0.86% | 0.36% | - |
| HSV(B) | 304.91º | 0.92% | 0.67% | - |
| XYZ | 23.42 | 11.56 | 33.8 | - |
| YUV | 77.19 | 174.18 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 13 | 159 | 0 | 0.92 | 0.08 | 0.33 | 304.91 | 0.86 | 0.36 |
| Hex | AC | D | 9F | 0 | 5C | 8 | 21 | 131 | 56 | 24 |
| Octal | 254 | 15 | 237 | 0 | 134 | 10 | 41 | 461 | 126 | 44 |
| Binary | 10101100 | 1101 | 10011111 | 0 | 1011100 | 1000 | 100001 | 100110001 | 1010110 | 100100 |
Color Harmonies of #AC0D9F
Complementary color
Monochromatic Colors of #AC0D9F
Black with #AC0D9F
Text Example
Text Example
White with #AC0D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0D9F; }
p { color: rgb(172,13,159); }
H1.HeaderClassName
{
color: #AC0D9F;
}
.AnyTagClassName
{
color: #AC0D9F;
}
</style>
background-color css
<style>
a { background-color: #AC0D9F; }
a { background-color: rgb(172,13,159); }
div.DivClassName
{
background-color: #AC0D9F;
}
.BgClassName
{
background-color: #AC0D9F;
}
</style>
border-color css
<style>
span { border-color: #AC0D9F; }
span { border-color: rgb(172,13,159); }
td.TdClassName
{
border-color: #AC0D9F;
}
.TagClassName
{
border-color: #AC0D9F;
}
</style>