Shades of Dark Magenta #AC0F9F
Tints of Dark Magenta #AC0F9F
RGB
CMYK
RGB Variations
Color information
#AC0F9F (or 0xAC0F9F) is known color: Dark Magenta. HEX triplet: AC, 0F and 9F. RGB value is (172,15,159). Sum of RGB (Red+Green+Blue) = 172+15+159=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0F9F is #53F060. Grayscale: #4D4D4D. Windows color (decimal): -5501025 or 10424236. OLE color: 10424236.
HSL color Cylindrical-coordinate representation of color #AC0F9F: hue angle of 304.97º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC0F9F is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 15 | 159 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.33 |
| HSL | 304.97º | 0.84% | 0.37% | - |
| HSV(B) | 304.97º | 0.91% | 0.67% | - |
| XYZ | 23.44 | 11.62 | 33.81 | - |
| YUV | 78.36 | 173.51 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 159 | 0 | 0.91 | 0.08 | 0.33 | 304.97 | 0.84 | 0.37 |
| Hex | AC | F | 9F | 0 | 5B | 8 | 21 | 131 | 54 | 25 |
| Octal | 254 | 17 | 237 | 0 | 133 | 10 | 41 | 461 | 124 | 45 |
| Binary | 10101100 | 1111 | 10011111 | 0 | 1011011 | 1000 | 100001 | 100110001 | 1010100 | 100101 |
Color Harmonies of #AC0F9F
Complementary color
Monochromatic Colors of #AC0F9F
Black with #AC0F9F
Text Example
Text Example
White with #AC0F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0F9F; }
p { color: rgb(172,15,159); }
H1.HeaderClassName
{
color: #AC0F9F;
}
.AnyTagClassName
{
color: #AC0F9F;
}
</style>
background-color css
<style>
a { background-color: #AC0F9F; }
a { background-color: rgb(172,15,159); }
div.DivClassName
{
background-color: #AC0F9F;
}
.BgClassName
{
background-color: #AC0F9F;
}
</style>
border-color css
<style>
span { border-color: #AC0F9F; }
span { border-color: rgb(172,15,159); }
td.TdClassName
{
border-color: #AC0F9F;
}
.TagClassName
{
border-color: #AC0F9F;
}
</style>