Shades of Dark Magenta #AC0393
Tints of Dark Magenta #AC0393
RGB
CMYK
RGB Variations
Color information
#AC0393 (or 0xAC0393) is known color: Dark Magenta. HEX triplet: AC, 03 and 93. RGB value is (172,3,147). Sum of RGB (Red+Green+Blue) = 172+3+147=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0393 is #53FC6C. Grayscale: #454545. Windows color (decimal): -5504109 or 9634732. OLE color: 9634732.
HSL color Cylindrical-coordinate representation of color #AC0393: hue angle of 308.88º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0393 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 147 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.33 |
| HSL | 308.88º | 0.97% | 0.34% | - |
| HSV(B) | 308.88º | 0.98% | 0.67% | - |
| XYZ | 22.31 | 10.94 | 28.54 | - |
| YUV | 69.95 | 171.49 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 147 | 0 | 0.98 | 0.15 | 0.33 | 308.88 | 0.97 | 0.34 |
| Hex | AC | 3 | 93 | 0 | 62 | F | 21 | 135 | 61 | 22 |
| Octal | 254 | 3 | 223 | 0 | 142 | 17 | 41 | 465 | 141 | 42 |
| Binary | 10101100 | 11 | 10010011 | 0 | 1100010 | 1111 | 100001 | 100110101 | 1100001 | 100010 |
Color Harmonies of #AC0393
Complementary color
Monochromatic Colors of #AC0393
Black with #AC0393
Text Example
Text Example
White with #AC0393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0393; }
p { color: rgb(172,3,147); }
H1.HeaderClassName
{
color: #AC0393;
}
.AnyTagClassName
{
color: #AC0393;
}
</style>
background-color css
<style>
a { background-color: #AC0393; }
a { background-color: rgb(172,3,147); }
div.DivClassName
{
background-color: #AC0393;
}
.BgClassName
{
background-color: #AC0393;
}
</style>
border-color css
<style>
span { border-color: #AC0393; }
span { border-color: rgb(172,3,147); }
td.TdClassName
{
border-color: #AC0393;
}
.TagClassName
{
border-color: #AC0393;
}
</style>