Shades of Medium Violet Red #AC0E93
Tints of Medium Violet Red #AC0E93
RGB
CMYK
RGB Variations
Color information
#AC0E93 (or 0xAC0E93) is known color: Medium Violet Red. HEX triplet: AC, 0E and 93. RGB value is (172,14,147). Sum of RGB (Red+Green+Blue) = 172+14+147=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0E93 is #53F16C. Grayscale: #4C4C4C. Windows color (decimal): -5501293 or 9637548. OLE color: 9637548.
HSL color Cylindrical-coordinate representation of color #AC0E93: hue angle of 309.49º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0E93 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 14 | 147 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.33 |
| HSL | 309.49º | 0.85% | 0.36% | - |
| HSV(B) | 309.49º | 0.92% | 0.67% | - |
| XYZ | 22.44 | 11.19 | 28.58 | - |
| YUV | 76.4 | 167.85 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 147 | 0 | 0.92 | 0.15 | 0.33 | 309.49 | 0.85 | 0.36 |
| Hex | AC | E | 93 | 0 | 5C | F | 21 | 135 | 55 | 24 |
| Octal | 254 | 16 | 223 | 0 | 134 | 17 | 41 | 465 | 125 | 44 |
| Binary | 10101100 | 1110 | 10010011 | 0 | 1011100 | 1111 | 100001 | 100110101 | 1010101 | 100100 |
Color Harmonies of #AC0E93
Complementary color
Monochromatic Colors of #AC0E93
Black with #AC0E93
Text Example
Text Example
White with #AC0E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0E93; }
p { color: rgb(172,14,147); }
H1.HeaderClassName
{
color: #AC0E93;
}
.AnyTagClassName
{
color: #AC0E93;
}
</style>
background-color css
<style>
a { background-color: #AC0E93; }
a { background-color: rgb(172,14,147); }
div.DivClassName
{
background-color: #AC0E93;
}
.BgClassName
{
background-color: #AC0E93;
}
</style>
border-color css
<style>
span { border-color: #AC0E93; }
span { border-color: rgb(172,14,147); }
td.TdClassName
{
border-color: #AC0E93;
}
.TagClassName
{
border-color: #AC0E93;
}
</style>