Shades of Medium Violet Red #AC1190
Tints of Medium Violet Red #AC1190
RGB
CMYK
RGB Variations
Color information
#AC1190 (or 0xAC1190) is known color: Medium Violet Red. HEX triplet: AC, 11 and 90. RGB value is (172,17,144). Sum of RGB (Red+Green+Blue) = 172+17+144=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1190 is #53EE6F. Grayscale: #4D4D4D. Windows color (decimal): -5500528 or 9441708. OLE color: 9441708.
HSL color Cylindrical-coordinate representation of color #AC1190: hue angle of 310.84º 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 #AC1190 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 144 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.33 |
| HSL | 310.84º | 0.82% | 0.37% | - |
| HSV(B) | 310.84º | 0.9% | 0.67% | - |
| XYZ | 22.25 | 11.19 | 27.37 | - |
| YUV | 77.82 | 165.35 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 144 | 0 | 0.90 | 0.16 | 0.33 | 310.84 | 0.82 | 0.37 |
| Hex | AC | 11 | 90 | 0 | 5A | 10 | 21 | 137 | 52 | 25 |
| Octal | 254 | 21 | 220 | 0 | 132 | 20 | 41 | 467 | 122 | 45 |
| Binary | 10101100 | 10001 | 10010000 | 0 | 1011010 | 10000 | 100001 | 100110111 | 1010010 | 100101 |
Color Harmonies of #AC1190
Complementary color
Monochromatic Colors of #AC1190
Black with #AC1190
Text Example
Text Example
White with #AC1190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1190; }
p { color: rgb(172,17,144); }
H1.HeaderClassName
{
color: #AC1190;
}
.AnyTagClassName
{
color: #AC1190;
}
</style>
background-color css
<style>
a { background-color: #AC1190; }
a { background-color: rgb(172,17,144); }
div.DivClassName
{
background-color: #AC1190;
}
.BgClassName
{
background-color: #AC1190;
}
</style>
border-color css
<style>
span { border-color: #AC1190; }
span { border-color: rgb(172,17,144); }
td.TdClassName
{
border-color: #AC1190;
}
.TagClassName
{
border-color: #AC1190;
}
</style>