Shades of Medium Violet Red #AC1C91
Tints of Medium Violet Red #AC1C91
RGB
CMYK
RGB Variations
Color information
#AC1C91 (or 0xAC1C91) is known color: Medium Violet Red. HEX triplet: AC, 1C and 91. RGB value is (172,28,145). Sum of RGB (Red+Green+Blue) = 172+28+145=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1C91 is #53E36E. Grayscale: #545454. Windows color (decimal): -5497711 or 9510060. OLE color: 9510060.
HSL color Cylindrical-coordinate representation of color #AC1C91: hue angle of 311.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 #AC1C91 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 28 | 145 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.33 |
| HSL | 311.25º | 0.72% | 0.39% | - |
| HSV(B) | 311.25º | 0.84% | 0.67% | - |
| XYZ | 22.54 | 11.65 | 27.85 | - |
| YUV | 84.39 | 162.21 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 145 | 0 | 0.84 | 0.16 | 0.33 | 311.25 | 0.72 | 0.39 |
| Hex | AC | 1C | 91 | 0 | 54 | 10 | 21 | 137 | 48 | 27 |
| Octal | 254 | 34 | 221 | 0 | 124 | 20 | 41 | 467 | 110 | 47 |
| Binary | 10101100 | 11100 | 10010001 | 0 | 1010100 | 10000 | 100001 | 100110111 | 1001000 | 100111 |
Color Harmonies of #AC1C91
Complementary color
Monochromatic Colors of #AC1C91
Black with #AC1C91
Text Example
Text Example
White with #AC1C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1C91; }
p { color: rgb(172,28,145); }
H1.HeaderClassName
{
color: #AC1C91;
}
.AnyTagClassName
{
color: #AC1C91;
}
</style>
background-color css
<style>
a { background-color: #AC1C91; }
a { background-color: rgb(172,28,145); }
div.DivClassName
{
background-color: #AC1C91;
}
.BgClassName
{
background-color: #AC1C91;
}
</style>
border-color css
<style>
span { border-color: #AC1C91; }
span { border-color: rgb(172,28,145); }
td.TdClassName
{
border-color: #AC1C91;
}
.TagClassName
{
border-color: #AC1C91;
}
</style>