Shades of Medium Violet Red #AC1C85
Tints of Medium Violet Red #AC1C85
RGB
CMYK
RGB Variations
Color information
#AC1C85 (or 0xAC1C85) is known color: Medium Violet Red. HEX triplet: AC, 1C and 85. RGB value is (172,28,133). Sum of RGB (Red+Green+Blue) = 172+28+133=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1C85 is #53E37A. Grayscale: #525252. Windows color (decimal): -5497723 or 8723628. OLE color: 8723628.
HSL color Cylindrical-coordinate representation of color #AC1C85: hue angle of 316.25º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1C85 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 28 | 133 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.33 |
| HSL | 316.25º | 0.72% | 0.39% | - |
| HSV(B) | 316.25º | 0.84% | 0.67% | - |
| XYZ | 21.66 | 11.29 | 23.23 | - |
| YUV | 83.03 | 156.21 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 133 | 0 | 0.84 | 0.23 | 0.33 | 316.25 | 0.72 | 0.39 |
| Hex | AC | 1C | 85 | 0 | 54 | 17 | 21 | 13C | 48 | 27 |
| Octal | 254 | 34 | 205 | 0 | 124 | 27 | 41 | 474 | 110 | 47 |
| Binary | 10101100 | 11100 | 10000101 | 0 | 1010100 | 10111 | 100001 | 100111100 | 1001000 | 100111 |
Color Harmonies of #AC1C85
Complementary color
Monochromatic Colors of #AC1C85
Black with #AC1C85
Text Example
Text Example
White with #AC1C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1C85; }
p { color: rgb(172,28,133); }
H1.HeaderClassName
{
color: #AC1C85;
}
.AnyTagClassName
{
color: #AC1C85;
}
</style>
background-color css
<style>
a { background-color: #AC1C85; }
a { background-color: rgb(172,28,133); }
div.DivClassName
{
background-color: #AC1C85;
}
.BgClassName
{
background-color: #AC1C85;
}
</style>
border-color css
<style>
span { border-color: #AC1C85; }
span { border-color: rgb(172,28,133); }
td.TdClassName
{
border-color: #AC1C85;
}
.TagClassName
{
border-color: #AC1C85;
}
</style>