Shades of Medium Violet Red #AC0E8C
Tints of Medium Violet Red #AC0E8C
RGB
CMYK
RGB Variations
Color information
#AC0E8C (or 0xAC0E8C) is known color: Medium Violet Red. HEX triplet: AC, 0E and 8C. RGB value is (172,14,140). Sum of RGB (Red+Green+Blue) = 172+14+140=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 14 (5.86% from 255 or 4.29% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0E8C is #53F173. Grayscale: #4B4B4B. Windows color (decimal): -5501300 or 9178796. OLE color: 9178796.
HSL color Cylindrical-coordinate representation of color #AC0E8C: hue angle of 312.15º 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 #AC0E8C is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 14 | 140 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.33 |
| HSL | 312.15º | 0.85% | 0.36% | - |
| HSV(B) | 312.15º | 0.92% | 0.67% | - |
| XYZ | 21.9 | 10.98 | 25.78 | - |
| YUV | 75.61 | 164.35 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 140 | 0 | 0.92 | 0.19 | 0.33 | 312.15 | 0.85 | 0.36 |
| Hex | AC | E | 8C | 0 | 5C | 13 | 21 | 138 | 55 | 24 |
| Octal | 254 | 16 | 214 | 0 | 134 | 23 | 41 | 470 | 125 | 44 |
| Binary | 10101100 | 1110 | 10001100 | 0 | 1011100 | 10011 | 100001 | 100111000 | 1010101 | 100100 |
Color Harmonies of #AC0E8C
Complementary color
Monochromatic Colors of #AC0E8C
Black with #AC0E8C
Text Example
Text Example
White with #AC0E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0E8C; }
p { color: rgb(172,14,140); }
H1.HeaderClassName
{
color: #AC0E8C;
}
.AnyTagClassName
{
color: #AC0E8C;
}
</style>
background-color css
<style>
a { background-color: #AC0E8C; }
a { background-color: rgb(172,14,140); }
div.DivClassName
{
background-color: #AC0E8C;
}
.BgClassName
{
background-color: #AC0E8C;
}
</style>
border-color css
<style>
span { border-color: #AC0E8C; }
span { border-color: rgb(172,14,140); }
td.TdClassName
{
border-color: #AC0E8C;
}
.TagClassName
{
border-color: #AC0E8C;
}
</style>