Shades of Medium Violet Red #AC188E
Tints of Medium Violet Red #AC188E
RGB
CMYK
RGB Variations
Color information
#AC188E (or 0xAC188E) is known color: Medium Violet Red. HEX triplet: AC, 18 and 8E. RGB value is (172,24,142). Sum of RGB (Red+Green+Blue) = 172+24+142=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC188E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC188E is #53E771. Grayscale: #515151. Windows color (decimal): -5498738 or 9312428. OLE color: 9312428.
HSL color Cylindrical-coordinate representation of color #AC188E: hue angle of 312.16º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC188E is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 24 | 142 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.33 |
| HSL | 312.16º | 0.76% | 0.38% | - |
| HSV(B) | 312.16º | 0.86% | 0.67% | - |
| XYZ | 22.22 | 11.38 | 26.62 | - |
| YUV | 81.7 | 162.03 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 142 | 0 | 0.86 | 0.17 | 0.33 | 312.16 | 0.76 | 0.38 |
| Hex | AC | 18 | 8E | 0 | 56 | 11 | 21 | 138 | 4C | 26 |
| Octal | 254 | 30 | 216 | 0 | 126 | 21 | 41 | 470 | 114 | 46 |
| Binary | 10101100 | 11000 | 10001110 | 0 | 1010110 | 10001 | 100001 | 100111000 | 1001100 | 100110 |
Color Harmonies of #AC188E
Complementary color
Monochromatic Colors of #AC188E
Black with #AC188E
Text Example
Text Example
White with #AC188E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC188E; }
p { color: rgb(172,24,142); }
H1.HeaderClassName
{
color: #AC188E;
}
.AnyTagClassName
{
color: #AC188E;
}
</style>
background-color css
<style>
a { background-color: #AC188E; }
a { background-color: rgb(172,24,142); }
div.DivClassName
{
background-color: #AC188E;
}
.BgClassName
{
background-color: #AC188E;
}
</style>
border-color css
<style>
span { border-color: #AC188E; }
span { border-color: rgb(172,24,142); }
td.TdClassName
{
border-color: #AC188E;
}
.TagClassName
{
border-color: #AC188E;
}
</style>