Shades of Dark Magenta #AC0F9E
Tints of Dark Magenta #AC0F9E
RGB
CMYK
RGB Variations
Color information
#AC0F9E (or 0xAC0F9E) is known color: Dark Magenta. HEX triplet: AC, 0F and 9E. RGB value is (172,15,158). Sum of RGB (Red+Green+Blue) = 172+15+158=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0F9E is #53F061. Grayscale: #4D4D4D. Windows color (decimal): -5501026 or 10358700. OLE color: 10358700.
HSL color Cylindrical-coordinate representation of color #AC0F9E: hue angle of 305.35º 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 #AC0F9E is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 15 | 158 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.33 |
| HSL | 305.35º | 0.84% | 0.37% | - |
| HSV(B) | 305.35º | 0.91% | 0.67% | - |
| XYZ | 23.36 | 11.58 | 33.35 | - |
| YUV | 78.25 | 173.01 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 158 | 0 | 0.91 | 0.08 | 0.33 | 305.35 | 0.84 | 0.37 |
| Hex | AC | F | 9E | 0 | 5B | 8 | 21 | 131 | 54 | 25 |
| Octal | 254 | 17 | 236 | 0 | 133 | 10 | 41 | 461 | 124 | 45 |
| Binary | 10101100 | 1111 | 10011110 | 0 | 1011011 | 1000 | 100001 | 100110001 | 1010100 | 100101 |
Color Harmonies of #AC0F9E
Complementary color
Monochromatic Colors of #AC0F9E
Black with #AC0F9E
Text Example
Text Example
White with #AC0F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0F9E; }
p { color: rgb(172,15,158); }
H1.HeaderClassName
{
color: #AC0F9E;
}
.AnyTagClassName
{
color: #AC0F9E;
}
</style>
background-color css
<style>
a { background-color: #AC0F9E; }
a { background-color: rgb(172,15,158); }
div.DivClassName
{
background-color: #AC0F9E;
}
.BgClassName
{
background-color: #AC0F9E;
}
</style>
border-color css
<style>
span { border-color: #AC0F9E; }
span { border-color: rgb(172,15,158); }
td.TdClassName
{
border-color: #AC0F9E;
}
.TagClassName
{
border-color: #AC0F9E;
}
</style>