Shades of Dark Magenta #AC0592
Tints of Dark Magenta #AC0592
RGB
CMYK
RGB Variations
Color information
#AC0592 (or 0xAC0592) is known color: Dark Magenta. HEX triplet: AC, 05 and 92. RGB value is (172,5,146). Sum of RGB (Red+Green+Blue) = 172+5+146=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0592 is #53FA6D. Grayscale: #464646. Windows color (decimal): -5503598 or 9569708. OLE color: 9569708.
HSL color Cylindrical-coordinate representation of color #AC0592: hue angle of 309.34º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0592 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 146 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.33 |
| HSL | 309.34º | 0.94% | 0.35% | - |
| HSV(B) | 309.34º | 0.97% | 0.67% | - |
| XYZ | 22.26 | 10.95 | 28.14 | - |
| YUV | 71.01 | 170.33 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 146 | 0 | 0.97 | 0.15 | 0.33 | 309.34 | 0.94 | 0.35 |
| Hex | AC | 5 | 92 | 0 | 61 | F | 21 | 135 | 5E | 23 |
| Octal | 254 | 5 | 222 | 0 | 141 | 17 | 41 | 465 | 136 | 43 |
| Binary | 10101100 | 101 | 10010010 | 0 | 1100001 | 1111 | 100001 | 100110101 | 1011110 | 100011 |
Color Harmonies of #AC0592
Complementary color
Monochromatic Colors of #AC0592
Black with #AC0592
Text Example
Text Example
White with #AC0592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0592; }
p { color: rgb(172,5,146); }
H1.HeaderClassName
{
color: #AC0592;
}
.AnyTagClassName
{
color: #AC0592;
}
</style>
background-color css
<style>
a { background-color: #AC0592; }
a { background-color: rgb(172,5,146); }
div.DivClassName
{
background-color: #AC0592;
}
.BgClassName
{
background-color: #AC0592;
}
</style>
border-color css
<style>
span { border-color: #AC0592; }
span { border-color: rgb(172,5,146); }
td.TdClassName
{
border-color: #AC0592;
}
.TagClassName
{
border-color: #AC0592;
}
</style>