Shades of Medium Violet Red #AC0C84
Tints of Medium Violet Red #AC0C84
RGB
CMYK
RGB Variations
Color information
#AC0C84 (or 0xAC0C84) is known color: Medium Violet Red. HEX triplet: AC, 0C and 84. RGB value is (172,12,132). Sum of RGB (Red+Green+Blue) = 172+12+132=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0C84 is #53F37B. Grayscale: #494949. Windows color (decimal): -5501820 or 8653996. OLE color: 8653996.
HSL color Cylindrical-coordinate representation of color #AC0C84: hue angle of 315º 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 #AC0C84 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 12 | 132 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.33 |
| HSL | 315º | 0.87% | 0.36% | - |
| HSV(B) | 315º | 0.93% | 0.67% | - |
| XYZ | 21.31 | 10.7 | 22.77 | - |
| YUV | 73.52 | 161.01 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 132 | 0 | 0.93 | 0.23 | 0.33 | 315 | 0.87 | 0.36 |
| Hex | AC | C | 84 | 0 | 5D | 17 | 21 | 13B | 57 | 24 |
| Octal | 254 | 14 | 204 | 0 | 135 | 27 | 41 | 473 | 127 | 44 |
| Binary | 10101100 | 1100 | 10000100 | 0 | 1011101 | 10111 | 100001 | 100111011 | 1010111 | 100100 |
Color Harmonies of #AC0C84
Complementary color
Monochromatic Colors of #AC0C84
Black with #AC0C84
Text Example
Text Example
White with #AC0C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0C84; }
p { color: rgb(172,12,132); }
H1.HeaderClassName
{
color: #AC0C84;
}
.AnyTagClassName
{
color: #AC0C84;
}
</style>
background-color css
<style>
a { background-color: #AC0C84; }
a { background-color: rgb(172,12,132); }
div.DivClassName
{
background-color: #AC0C84;
}
.BgClassName
{
background-color: #AC0C84;
}
</style>
border-color css
<style>
span { border-color: #AC0C84; }
span { border-color: rgb(172,12,132); }
td.TdClassName
{
border-color: #AC0C84;
}
.TagClassName
{
border-color: #AC0C84;
}
</style>