Shades of Dark Magenta #AC0593
Tints of Dark Magenta #AC0593
RGB
CMYK
RGB Variations
Color information
#AC0593 (or 0xAC0593) is known color: Dark Magenta. HEX triplet: AC, 05 and 93. RGB value is (172,5,147). Sum of RGB (Red+Green+Blue) = 172+5+147=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0593 is #53FA6C. Grayscale: #464646. Windows color (decimal): -5503597 or 9635244. OLE color: 9635244.
HSL color Cylindrical-coordinate representation of color #AC0593: hue angle of 308.98º 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 #AC0593 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 5 | 147 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.33 |
| HSL | 308.98º | 0.94% | 0.35% | - |
| HSV(B) | 308.98º | 0.97% | 0.67% | - |
| XYZ | 22.33 | 10.99 | 28.55 | - |
| YUV | 71.12 | 170.83 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 5 | 147 | 0 | 0.97 | 0.15 | 0.33 | 308.98 | 0.94 | 0.35 |
| Hex | AC | 5 | 93 | 0 | 61 | F | 21 | 135 | 5E | 23 |
| Octal | 254 | 5 | 223 | 0 | 141 | 17 | 41 | 465 | 136 | 43 |
| Binary | 10101100 | 101 | 10010011 | 0 | 1100001 | 1111 | 100001 | 100110101 | 1011110 | 100011 |
Color Harmonies of #AC0593
Complementary color
Monochromatic Colors of #AC0593
Black with #AC0593
Text Example
Text Example
White with #AC0593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0593; }
p { color: rgb(172,5,147); }
H1.HeaderClassName
{
color: #AC0593;
}
.AnyTagClassName
{
color: #AC0593;
}
</style>
background-color css
<style>
a { background-color: #AC0593; }
a { background-color: rgb(172,5,147); }
div.DivClassName
{
background-color: #AC0593;
}
.BgClassName
{
background-color: #AC0593;
}
</style>
border-color css
<style>
span { border-color: #AC0593; }
span { border-color: rgb(172,5,147); }
td.TdClassName
{
border-color: #AC0593;
}
.TagClassName
{
border-color: #AC0593;
}
</style>