Shades of Dark Magenta #AC009E
Tints of Dark Magenta #AC009E
RGB
CMYK
RGB Variations
Color information
#AC009E (or 0xAC009E) is known color: Dark Magenta. HEX triplet: AC, 00 and 9E. RGB value is (172,0,158). Sum of RGB (Red+Green+Blue) = 172+0+158=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC009E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC009E is #53FF61. Grayscale: #444444. Windows color (decimal): -5504866 or 10354860. OLE color: 10354860.
HSL color Cylindrical-coordinate representation of color #AC009E: hue angle of 304.88º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC009E is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 158 | - |
| CMYK | 0 | 1 | 0.08 | 0.33 |
| HSL | 304.88º | 1% | 0.34% | - |
| HSV(B) | 304.88º | 1% | 0.67% | - |
| XYZ | 23.18 | 11.24 | 33.3 | - |
| YUV | 69.44 | 177.98 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 158 | 0 | 1 | 0.08 | 0.33 | 304.88 | 1 | 0.34 |
| Hex | AC | 0 | 9E | 0 | 64 | 8 | 21 | 131 | 64 | 22 |
| Octal | 254 | 0 | 236 | 0 | 144 | 10 | 41 | 461 | 144 | 42 |
| Binary | 10101100 | 0 | 10011110 | 0 | 1100100 | 1000 | 100001 | 100110001 | 1100100 | 100010 |
Color Harmonies of #AC009E
Complementary color
Monochromatic Colors of #AC009E
Black with #AC009E
Text Example
Text Example
White with #AC009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC009E; }
p { color: rgb(172,0,158); }
H1.HeaderClassName
{
color: #AC009E;
}
.AnyTagClassName
{
color: #AC009E;
}
</style>
background-color css
<style>
a { background-color: #AC009E; }
a { background-color: rgb(172,0,158); }
div.DivClassName
{
background-color: #AC009E;
}
.BgClassName
{
background-color: #AC009E;
}
</style>
border-color css
<style>
span { border-color: #AC009E; }
span { border-color: rgb(172,0,158); }
td.TdClassName
{
border-color: #AC009E;
}
.TagClassName
{
border-color: #AC009E;
}
</style>