Shades of Medium Violet Red #AC1194
Tints of Medium Violet Red #AC1194
RGB
CMYK
RGB Variations
Color information
#AC1194 (or 0xAC1194) is known color: Medium Violet Red. HEX triplet: AC, 11 and 94. RGB value is (172,17,148). Sum of RGB (Red+Green+Blue) = 172+17+148=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1194 is #53EE6B. Grayscale: #4D4D4D. Windows color (decimal): -5500524 or 9703852. OLE color: 9703852.
HSL color Cylindrical-coordinate representation of color #AC1194: hue angle of 309.29º 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 #AC1194 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 148 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.33 |
| HSL | 309.29º | 0.82% | 0.37% | - |
| HSV(B) | 309.29º | 0.9% | 0.67% | - |
| XYZ | 22.56 | 11.31 | 29.01 | - |
| YUV | 78.28 | 167.35 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 148 | 0 | 0.90 | 0.14 | 0.33 | 309.29 | 0.82 | 0.37 |
| Hex | AC | 11 | 94 | 0 | 5A | E | 21 | 135 | 52 | 25 |
| Octal | 254 | 21 | 224 | 0 | 132 | 16 | 41 | 465 | 122 | 45 |
| Binary | 10101100 | 10001 | 10010100 | 0 | 1011010 | 1110 | 100001 | 100110101 | 1010010 | 100101 |
Color Harmonies of #AC1194
Complementary color
Monochromatic Colors of #AC1194
Black with #AC1194
Text Example
Text Example
White with #AC1194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1194; }
p { color: rgb(172,17,148); }
H1.HeaderClassName
{
color: #AC1194;
}
.AnyTagClassName
{
color: #AC1194;
}
</style>
background-color css
<style>
a { background-color: #AC1194; }
a { background-color: rgb(172,17,148); }
div.DivClassName
{
background-color: #AC1194;
}
.BgClassName
{
background-color: #AC1194;
}
</style>
border-color css
<style>
span { border-color: #AC1194; }
span { border-color: rgb(172,17,148); }
td.TdClassName
{
border-color: #AC1194;
}
.TagClassName
{
border-color: #AC1194;
}
</style>