Shades of Medium Violet Red #AC178C
Tints of Medium Violet Red #AC178C
RGB
CMYK
RGB Variations
Color information
#AC178C (or 0xAC178C) is known color: Medium Violet Red. HEX triplet: AC, 17 and 8C. RGB value is (172,23,140). Sum of RGB (Red+Green+Blue) = 172+23+140=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC178C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC178C is #53E873. Grayscale: #505050. Windows color (decimal): -5498996 or 9181100. OLE color: 9181100.
HSL color Cylindrical-coordinate representation of color #AC178C: hue angle of 312.89º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC178C is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 23 | 140 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.33 |
| HSL | 312.89º | 0.76% | 0.38% | - |
| HSV(B) | 312.89º | 0.87% | 0.67% | - |
| XYZ | 22.05 | 11.28 | 25.83 | - |
| YUV | 80.89 | 161.36 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 140 | 0 | 0.87 | 0.19 | 0.33 | 312.89 | 0.76 | 0.38 |
| Hex | AC | 17 | 8C | 0 | 57 | 13 | 21 | 139 | 4C | 26 |
| Octal | 254 | 27 | 214 | 0 | 127 | 23 | 41 | 471 | 114 | 46 |
| Binary | 10101100 | 10111 | 10001100 | 0 | 1010111 | 10011 | 100001 | 100111001 | 1001100 | 100110 |
Color Harmonies of #AC178C
Complementary color
Monochromatic Colors of #AC178C
Black with #AC178C
Text Example
Text Example
White with #AC178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC178C; }
p { color: rgb(172,23,140); }
H1.HeaderClassName
{
color: #AC178C;
}
.AnyTagClassName
{
color: #AC178C;
}
</style>
background-color css
<style>
a { background-color: #AC178C; }
a { background-color: rgb(172,23,140); }
div.DivClassName
{
background-color: #AC178C;
}
.BgClassName
{
background-color: #AC178C;
}
</style>
border-color css
<style>
span { border-color: #AC178C; }
span { border-color: rgb(172,23,140); }
td.TdClassName
{
border-color: #AC178C;
}
.TagClassName
{
border-color: #AC178C;
}
</style>