Shades of Dark Magenta #AC049E
Tints of Dark Magenta #AC049E
RGB
CMYK
RGB Variations
Color information
#AC049E (or 0xAC049E) is known color: Dark Magenta. HEX triplet: AC, 04 and 9E. RGB value is (172,4,158). Sum of RGB (Red+Green+Blue) = 172+4+158=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC049E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC049E is #53FB61. Grayscale: #474747. Windows color (decimal): -5503842 or 10355884. OLE color: 10355884.
HSL color Cylindrical-coordinate representation of color #AC049E: hue angle of 305º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC049E is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 4 | 158 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.33 |
| HSL | 305º | 0.95% | 0.35% | - |
| HSV(B) | 305º | 0.98% | 0.67% | - |
| XYZ | 23.23 | 11.33 | 33.31 | - |
| YUV | 71.79 | 176.66 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 4 | 158 | 0 | 0.98 | 0.08 | 0.33 | 305 | 0.95 | 0.35 |
| Hex | AC | 4 | 9E | 0 | 62 | 8 | 21 | 131 | 5F | 23 |
| Octal | 254 | 4 | 236 | 0 | 142 | 10 | 41 | 461 | 137 | 43 |
| Binary | 10101100 | 100 | 10011110 | 0 | 1100010 | 1000 | 100001 | 100110001 | 1011111 | 100011 |
Color Harmonies of #AC049E
Complementary color
Monochromatic Colors of #AC049E
Black with #AC049E
Text Example
Text Example
White with #AC049E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC049E; }
p { color: rgb(172,4,158); }
H1.HeaderClassName
{
color: #AC049E;
}
.AnyTagClassName
{
color: #AC049E;
}
</style>
background-color css
<style>
a { background-color: #AC049E; }
a { background-color: rgb(172,4,158); }
div.DivClassName
{
background-color: #AC049E;
}
.BgClassName
{
background-color: #AC049E;
}
</style>
border-color css
<style>
span { border-color: #AC049E; }
span { border-color: rgb(172,4,158); }
td.TdClassName
{
border-color: #AC049E;
}
.TagClassName
{
border-color: #AC049E;
}
</style>