Shades of Medium Violet Red #AC0C86
Tints of Medium Violet Red #AC0C86
RGB
CMYK
RGB Variations
Color information
#AC0C86 (or 0xAC0C86) is known color: Medium Violet Red. HEX triplet: AC, 0C and 86. RGB value is (172,12,134). Sum of RGB (Red+Green+Blue) = 172+12+134=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0C86 is #53F379. Grayscale: #494949. Windows color (decimal): -5501818 or 8785068. OLE color: 8785068.
HSL color Cylindrical-coordinate representation of color #AC0C86: hue angle of 314.25º 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 #AC0C86 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 12 | 134 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.33 |
| HSL | 314.25º | 0.87% | 0.36% | - |
| HSV(B) | 314.25º | 0.93% | 0.67% | - |
| XYZ | 21.45 | 10.75 | 23.5 | - |
| YUV | 73.75 | 162.01 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 134 | 0 | 0.93 | 0.22 | 0.33 | 314.25 | 0.87 | 0.36 |
| Hex | AC | C | 86 | 0 | 5D | 16 | 21 | 13A | 57 | 24 |
| Octal | 254 | 14 | 206 | 0 | 135 | 26 | 41 | 472 | 127 | 44 |
| Binary | 10101100 | 1100 | 10000110 | 0 | 1011101 | 10110 | 100001 | 100111010 | 1010111 | 100100 |
Color Harmonies of #AC0C86
Complementary color
Monochromatic Colors of #AC0C86
Black with #AC0C86
Text Example
Text Example
White with #AC0C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0C86; }
p { color: rgb(172,12,134); }
H1.HeaderClassName
{
color: #AC0C86;
}
.AnyTagClassName
{
color: #AC0C86;
}
</style>
background-color css
<style>
a { background-color: #AC0C86; }
a { background-color: rgb(172,12,134); }
div.DivClassName
{
background-color: #AC0C86;
}
.BgClassName
{
background-color: #AC0C86;
}
</style>
border-color css
<style>
span { border-color: #AC0C86; }
span { border-color: rgb(172,12,134); }
td.TdClassName
{
border-color: #AC0C86;
}
.TagClassName
{
border-color: #AC0C86;
}
</style>