Shades of Dark Magenta #AC0A9F
Tints of Dark Magenta #AC0A9F
RGB
CMYK
RGB Variations
Color information
#AC0A9F (or 0xAC0A9F) is known color: Dark Magenta. HEX triplet: AC, 0A and 9F. RGB value is (172,10,159). Sum of RGB (Red+Green+Blue) = 172+10+159=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0A9F is #53F560. Grayscale: #4A4A4A. Windows color (decimal): -5502305 or 10422956. OLE color: 10422956.
HSL color Cylindrical-coordinate representation of color #AC0A9F: hue angle of 304.81º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0A9F is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 10 | 159 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.33 |
| HSL | 304.81º | 0.89% | 0.36% | - |
| HSV(B) | 304.81º | 0.94% | 0.67% | - |
| XYZ | 23.38 | 11.49 | 33.79 | - |
| YUV | 75.42 | 175.17 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 159 | 0 | 0.94 | 0.08 | 0.33 | 304.81 | 0.89 | 0.36 |
| Hex | AC | A | 9F | 0 | 5E | 8 | 21 | 131 | 59 | 24 |
| Octal | 254 | 12 | 237 | 0 | 136 | 10 | 41 | 461 | 131 | 44 |
| Binary | 10101100 | 1010 | 10011111 | 0 | 1011110 | 1000 | 100001 | 100110001 | 1011001 | 100100 |
Color Harmonies of #AC0A9F
Complementary color
Monochromatic Colors of #AC0A9F
Black with #AC0A9F
Text Example
Text Example
White with #AC0A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0A9F; }
p { color: rgb(172,10,159); }
H1.HeaderClassName
{
color: #AC0A9F;
}
.AnyTagClassName
{
color: #AC0A9F;
}
</style>
background-color css
<style>
a { background-color: #AC0A9F; }
a { background-color: rgb(172,10,159); }
div.DivClassName
{
background-color: #AC0A9F;
}
.BgClassName
{
background-color: #AC0A9F;
}
</style>
border-color css
<style>
span { border-color: #AC0A9F; }
span { border-color: rgb(172,10,159); }
td.TdClassName
{
border-color: #AC0A9F;
}
.TagClassName
{
border-color: #AC0A9F;
}
</style>