Shades of Medium Violet Red #AC118E
Tints of Medium Violet Red #AC118E
RGB
CMYK
RGB Variations
Color information
#AC118E (or 0xAC118E) is known color: Medium Violet Red. HEX triplet: AC, 11 and 8E. RGB value is (172,17,142). Sum of RGB (Red+Green+Blue) = 172+17+142=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC118E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC118E is #53EE71. Grayscale: #4D4D4D. Windows color (decimal): -5500530 or 9310636. OLE color: 9310636.
HSL color Cylindrical-coordinate representation of color #AC118E: hue angle of 311.61º 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 #AC118E is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 142 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.33 |
| HSL | 311.61º | 0.82% | 0.37% | - |
| HSV(B) | 311.61º | 0.9% | 0.67% | - |
| XYZ | 22.1 | 11.12 | 26.57 | - |
| YUV | 77.6 | 164.35 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 142 | 0 | 0.90 | 0.17 | 0.33 | 311.61 | 0.82 | 0.37 |
| Hex | AC | 11 | 8E | 0 | 5A | 11 | 21 | 138 | 52 | 25 |
| Octal | 254 | 21 | 216 | 0 | 132 | 21 | 41 | 470 | 122 | 45 |
| Binary | 10101100 | 10001 | 10001110 | 0 | 1011010 | 10001 | 100001 | 100111000 | 1010010 | 100101 |
Color Harmonies of #AC118E
Complementary color
Monochromatic Colors of #AC118E
Black with #AC118E
Text Example
Text Example
White with #AC118E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC118E; }
p { color: rgb(172,17,142); }
H1.HeaderClassName
{
color: #AC118E;
}
.AnyTagClassName
{
color: #AC118E;
}
</style>
background-color css
<style>
a { background-color: #AC118E; }
a { background-color: rgb(172,17,142); }
div.DivClassName
{
background-color: #AC118E;
}
.BgClassName
{
background-color: #AC118E;
}
</style>
border-color css
<style>
span { border-color: #AC118E; }
span { border-color: rgb(172,17,142); }
td.TdClassName
{
border-color: #AC118E;
}
.TagClassName
{
border-color: #AC118E;
}
</style>