Shades of Medium Violet Red #AC1185
Tints of Medium Violet Red #AC1185
RGB
CMYK
RGB Variations
Color information
#AC1185 (or 0xAC1185) is known color: Medium Violet Red. HEX triplet: AC, 11 and 85. RGB value is (172,17,133). Sum of RGB (Red+Green+Blue) = 172+17+133=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1185 is #53EE7A. Grayscale: #4C4C4C. Windows color (decimal): -5500539 or 8720812. OLE color: 8720812.
HSL color Cylindrical-coordinate representation of color #AC1185: hue angle of 315.1º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1185 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 133 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.33 |
| HSL | 315.1º | 0.82% | 0.37% | - |
| HSV(B) | 315.1º | 0.9% | 0.67% | - |
| XYZ | 21.45 | 10.87 | 23.16 | - |
| YUV | 76.57 | 159.85 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 133 | 0 | 0.90 | 0.23 | 0.33 | 315.1 | 0.82 | 0.37 |
| Hex | AC | 11 | 85 | 0 | 5A | 17 | 21 | 13B | 52 | 25 |
| Octal | 254 | 21 | 205 | 0 | 132 | 27 | 41 | 473 | 122 | 45 |
| Binary | 10101100 | 10001 | 10000101 | 0 | 1011010 | 10111 | 100001 | 100111011 | 1010010 | 100101 |
Color Harmonies of #AC1185
Complementary color
Monochromatic Colors of #AC1185
Black with #AC1185
Text Example
Text Example
White with #AC1185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1185; }
p { color: rgb(172,17,133); }
H1.HeaderClassName
{
color: #AC1185;
}
.AnyTagClassName
{
color: #AC1185;
}
</style>
background-color css
<style>
a { background-color: #AC1185; }
a { background-color: rgb(172,17,133); }
div.DivClassName
{
background-color: #AC1185;
}
.BgClassName
{
background-color: #AC1185;
}
</style>
border-color css
<style>
span { border-color: #AC1185; }
span { border-color: rgb(172,17,133); }
td.TdClassName
{
border-color: #AC1185;
}
.TagClassName
{
border-color: #AC1185;
}
</style>