Shades of Medium Violet Red #AC0E80
Tints of Medium Violet Red #AC0E80
RGB
CMYK
RGB Variations
Color information
#AC0E80 (or 0xAC0E80) is known color: Medium Violet Red. HEX triplet: AC, 0E and 80. RGB value is (172,14,128). Sum of RGB (Red+Green+Blue) = 172+14+128=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0E80 is #53F17F. Grayscale: #494949. Windows color (decimal): -5501312 or 8392364. OLE color: 8392364.
HSL color Cylindrical-coordinate representation of color #AC0E80: hue angle of 316.71º 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 #AC0E80 is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 14 | 128 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.33 |
| HSL | 316.71º | 0.85% | 0.36% | - |
| HSV(B) | 316.71º | 0.92% | 0.67% | - |
| XYZ | 21.07 | 10.64 | 21.37 | - |
| YUV | 74.24 | 158.35 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 128 | 0 | 0.92 | 0.26 | 0.33 | 316.71 | 0.85 | 0.36 |
| Hex | AC | E | 80 | 0 | 5C | 1A | 21 | 13D | 55 | 24 |
| Octal | 254 | 16 | 200 | 0 | 134 | 32 | 41 | 475 | 125 | 44 |
| Binary | 10101100 | 1110 | 10000000 | 0 | 1011100 | 11010 | 100001 | 100111101 | 1010101 | 100100 |
Color Harmonies of #AC0E80
Complementary color
Monochromatic Colors of #AC0E80
Black with #AC0E80
Text Example
Text Example
White with #AC0E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0E80; }
p { color: rgb(172,14,128); }
H1.HeaderClassName
{
color: #AC0E80;
}
.AnyTagClassName
{
color: #AC0E80;
}
</style>
background-color css
<style>
a { background-color: #AC0E80; }
a { background-color: rgb(172,14,128); }
div.DivClassName
{
background-color: #AC0E80;
}
.BgClassName
{
background-color: #AC0E80;
}
</style>
border-color css
<style>
span { border-color: #AC0E80; }
span { border-color: rgb(172,14,128); }
td.TdClassName
{
border-color: #AC0E80;
}
.TagClassName
{
border-color: #AC0E80;
}
</style>