Shades of Dark Magenta #AC0093
Tints of Dark Magenta #AC0093
RGB
CMYK
RGB Variations
Color information
#AC0093 (or 0xAC0093) is known color: Dark Magenta. HEX triplet: AC, 00 and 93. RGB value is (172,0,147). Sum of RGB (Red+Green+Blue) = 172+0+147=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0093 is #53FF6C. Grayscale: #434343. Windows color (decimal): -5504877 or 9633964. OLE color: 9633964.
HSL color Cylindrical-coordinate representation of color #AC0093: hue angle of 308.72º 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 #AC0093 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.15 | 0.33 |
| HSL | 308.72º | 1% | 0.34% | - |
| HSV(B) | 308.72º | 1% | 0.67% | - |
| XYZ | 22.28 | 10.88 | 28.53 | - |
| YUV | 68.19 | 172.48 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 147 | 0 | 1 | 0.15 | 0.33 | 308.72 | 1 | 0.34 |
| Hex | AC | 0 | 93 | 0 | 64 | F | 21 | 135 | 64 | 22 |
| Octal | 254 | 0 | 223 | 0 | 144 | 17 | 41 | 465 | 144 | 42 |
| Binary | 10101100 | 0 | 10010011 | 0 | 1100100 | 1111 | 100001 | 100110101 | 1100100 | 100010 |
Color Harmonies of #AC0093
Complementary color
Monochromatic Colors of #AC0093
Black with #AC0093
Text Example
Text Example
White with #AC0093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0093; }
p { color: rgb(172,0,147); }
H1.HeaderClassName
{
color: #AC0093;
}
.AnyTagClassName
{
color: #AC0093;
}
</style>
background-color css
<style>
a { background-color: #AC0093; }
a { background-color: rgb(172,0,147); }
div.DivClassName
{
background-color: #AC0093;
}
.BgClassName
{
background-color: #AC0093;
}
</style>
border-color css
<style>
span { border-color: #AC0093; }
span { border-color: rgb(172,0,147); }
td.TdClassName
{
border-color: #AC0093;
}
.TagClassName
{
border-color: #AC0093;
}
</style>