Shades of Medium Violet Red #AC1786
Tints of Medium Violet Red #AC1786
RGB
CMYK
RGB Variations
Color information
#AC1786 (or 0xAC1786) is known color: Medium Violet Red. HEX triplet: AC, 17 and 86. RGB value is (172,23,134). Sum of RGB (Red+Green+Blue) = 172+23+134=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1786 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1786 is #53E879. Grayscale: #4F4F4F. Windows color (decimal): -5499002 or 8787884. OLE color: 8787884.
HSL color Cylindrical-coordinate representation of color #AC1786: hue angle of 315.3º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1786 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 23 | 134 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.33 |
| HSL | 315.3º | 0.76% | 0.38% | - |
| HSV(B) | 315.3º | 0.87% | 0.67% | - |
| XYZ | 21.62 | 11.1 | 23.56 | - |
| YUV | 80.21 | 158.36 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 134 | 0 | 0.87 | 0.22 | 0.33 | 315.3 | 0.76 | 0.38 |
| Hex | AC | 17 | 86 | 0 | 57 | 16 | 21 | 13B | 4C | 26 |
| Octal | 254 | 27 | 206 | 0 | 127 | 26 | 41 | 473 | 114 | 46 |
| Binary | 10101100 | 10111 | 10000110 | 0 | 1010111 | 10110 | 100001 | 100111011 | 1001100 | 100110 |
Color Harmonies of #AC1786
Complementary color
Monochromatic Colors of #AC1786
Black with #AC1786
Text Example
Text Example
White with #AC1786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1786; }
p { color: rgb(172,23,134); }
H1.HeaderClassName
{
color: #AC1786;
}
.AnyTagClassName
{
color: #AC1786;
}
</style>
background-color css
<style>
a { background-color: #AC1786; }
a { background-color: rgb(172,23,134); }
div.DivClassName
{
background-color: #AC1786;
}
.BgClassName
{
background-color: #AC1786;
}
</style>
border-color css
<style>
span { border-color: #AC1786; }
span { border-color: rgb(172,23,134); }
td.TdClassName
{
border-color: #AC1786;
}
.TagClassName
{
border-color: #AC1786;
}
</style>