Shades of Medium Violet Red #AC0C8F
Tints of Medium Violet Red #AC0C8F
RGB
CMYK
RGB Variations
Color information
#AC0C8F (or 0xAC0C8F) is known color: Medium Violet Red. HEX triplet: AC, 0C and 8F. RGB value is (172,12,143). Sum of RGB (Red+Green+Blue) = 172+12+143=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0C8F is #53F370. Grayscale: #4A4A4A. Windows color (decimal): -5501809 or 9374892. OLE color: 9374892.
HSL color Cylindrical-coordinate representation of color #AC0C8F: hue angle of 310.88º 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 #AC0C8F is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 12 | 143 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.33 |
| HSL | 310.88º | 0.87% | 0.36% | - |
| HSV(B) | 310.88º | 0.93% | 0.67% | - |
| XYZ | 22.1 | 11.02 | 26.95 | - |
| YUV | 74.77 | 166.51 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 143 | 0 | 0.93 | 0.17 | 0.33 | 310.88 | 0.87 | 0.36 |
| Hex | AC | C | 8F | 0 | 5D | 11 | 21 | 137 | 57 | 24 |
| Octal | 254 | 14 | 217 | 0 | 135 | 21 | 41 | 467 | 127 | 44 |
| Binary | 10101100 | 1100 | 10001111 | 0 | 1011101 | 10001 | 100001 | 100110111 | 1010111 | 100100 |
Color Harmonies of #AC0C8F
Complementary color
Monochromatic Colors of #AC0C8F
Black with #AC0C8F
Text Example
Text Example
White with #AC0C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0C8F; }
p { color: rgb(172,12,143); }
H1.HeaderClassName
{
color: #AC0C8F;
}
.AnyTagClassName
{
color: #AC0C8F;
}
</style>
background-color css
<style>
a { background-color: #AC0C8F; }
a { background-color: rgb(172,12,143); }
div.DivClassName
{
background-color: #AC0C8F;
}
.BgClassName
{
background-color: #AC0C8F;
}
</style>
border-color css
<style>
span { border-color: #AC0C8F; }
span { border-color: rgb(172,12,143); }
td.TdClassName
{
border-color: #AC0C8F;
}
.TagClassName
{
border-color: #AC0C8F;
}
</style>