Shades of Medium Violet Red #AC0C83
Tints of Medium Violet Red #AC0C83
RGB
CMYK
RGB Variations
Color information
#AC0C83 (or 0xAC0C83) is known color: Medium Violet Red. HEX triplet: AC, 0C and 83. RGB value is (172,12,131). Sum of RGB (Red+Green+Blue) = 172+12+131=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0C83 is #53F37C. Grayscale: #494949. Windows color (decimal): -5501821 or 8588460. OLE color: 8588460.
HSL color Cylindrical-coordinate representation of color #AC0C83: hue angle of 315.38º 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 #AC0C83 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 12 | 131 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.33 |
| HSL | 315.38º | 0.87% | 0.36% | - |
| HSV(B) | 315.38º | 0.93% | 0.67% | - |
| XYZ | 21.24 | 10.67 | 22.41 | - |
| YUV | 73.41 | 160.51 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 131 | 0 | 0.93 | 0.24 | 0.33 | 315.38 | 0.87 | 0.36 |
| Hex | AC | C | 83 | 0 | 5D | 18 | 21 | 13B | 57 | 24 |
| Octal | 254 | 14 | 203 | 0 | 135 | 30 | 41 | 473 | 127 | 44 |
| Binary | 10101100 | 1100 | 10000011 | 0 | 1011101 | 11000 | 100001 | 100111011 | 1010111 | 100100 |
Color Harmonies of #AC0C83
Complementary color
Monochromatic Colors of #AC0C83
Black with #AC0C83
Text Example
Text Example
White with #AC0C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0C83; }
p { color: rgb(172,12,131); }
H1.HeaderClassName
{
color: #AC0C83;
}
.AnyTagClassName
{
color: #AC0C83;
}
</style>
background-color css
<style>
a { background-color: #AC0C83; }
a { background-color: rgb(172,12,131); }
div.DivClassName
{
background-color: #AC0C83;
}
.BgClassName
{
background-color: #AC0C83;
}
</style>
border-color css
<style>
span { border-color: #AC0C83; }
span { border-color: rgb(172,12,131); }
td.TdClassName
{
border-color: #AC0C83;
}
.TagClassName
{
border-color: #AC0C83;
}
</style>