Shades of Medium Violet Red #AC0C80
Tints of Medium Violet Red #AC0C80
RGB
CMYK
RGB Variations
Color information
#AC0C80 (or 0xAC0C80) is known color: Medium Violet Red. HEX triplet: AC, 0C and 80. RGB value is (172,12,128). Sum of RGB (Red+Green+Blue) = 172+12+128=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0C80 is #53F37F. Grayscale: #484848. Windows color (decimal): -5501824 or 8391852. OLE color: 8391852.
HSL color Cylindrical-coordinate representation of color #AC0C80: hue angle of 316.5º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0C80 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 12 | 128 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.33 |
| HSL | 316.5º | 0.87% | 0.36% | - |
| HSV(B) | 316.5º | 0.93% | 0.67% | - |
| XYZ | 21.04 | 10.59 | 21.36 | - |
| YUV | 73.06 | 159.01 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 128 | 0 | 0.93 | 0.26 | 0.33 | 316.5 | 0.87 | 0.36 |
| Hex | AC | C | 80 | 0 | 5D | 1A | 21 | 13C | 57 | 24 |
| Octal | 254 | 14 | 200 | 0 | 135 | 32 | 41 | 474 | 127 | 44 |
| Binary | 10101100 | 1100 | 10000000 | 0 | 1011101 | 11010 | 100001 | 100111100 | 1010111 | 100100 |
Color Harmonies of #AC0C80
Complementary color
Monochromatic Colors of #AC0C80
Black with #AC0C80
Text Example
Text Example
White with #AC0C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0C80; }
p { color: rgb(172,12,128); }
H1.HeaderClassName
{
color: #AC0C80;
}
.AnyTagClassName
{
color: #AC0C80;
}
</style>
background-color css
<style>
a { background-color: #AC0C80; }
a { background-color: rgb(172,12,128); }
div.DivClassName
{
background-color: #AC0C80;
}
.BgClassName
{
background-color: #AC0C80;
}
</style>
border-color css
<style>
span { border-color: #AC0C80; }
span { border-color: rgb(172,12,128); }
td.TdClassName
{
border-color: #AC0C80;
}
.TagClassName
{
border-color: #AC0C80;
}
</style>