Shades of Medium Violet Red #AC158C
Tints of Medium Violet Red #AC158C
RGB
CMYK
RGB Variations
Color information
#AC158C (or 0xAC158C) is known color: Medium Violet Red. HEX triplet: AC, 15 and 8C. RGB value is (172,21,140). Sum of RGB (Red+Green+Blue) = 172+21+140=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC158C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC158C is #53EA73. Grayscale: #4F4F4F. Windows color (decimal): -5499508 or 9180588. OLE color: 9180588.
HSL color Cylindrical-coordinate representation of color #AC158C: hue angle of 312.72º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC158C is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 21 | 140 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.33 |
| HSL | 312.72º | 0.78% | 0.38% | - |
| HSV(B) | 312.72º | 0.88% | 0.67% | - |
| XYZ | 22.02 | 11.2 | 25.81 | - |
| YUV | 79.72 | 162.03 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 140 | 0 | 0.88 | 0.19 | 0.33 | 312.72 | 0.78 | 0.38 |
| Hex | AC | 15 | 8C | 0 | 58 | 13 | 21 | 139 | 4E | 26 |
| Octal | 254 | 25 | 214 | 0 | 130 | 23 | 41 | 471 | 116 | 46 |
| Binary | 10101100 | 10101 | 10001100 | 0 | 1011000 | 10011 | 100001 | 100111001 | 1001110 | 100110 |
Color Harmonies of #AC158C
Complementary color
Monochromatic Colors of #AC158C
Black with #AC158C
Text Example
Text Example
White with #AC158C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC158C; }
p { color: rgb(172,21,140); }
H1.HeaderClassName
{
color: #AC158C;
}
.AnyTagClassName
{
color: #AC158C;
}
</style>
background-color css
<style>
a { background-color: #AC158C; }
a { background-color: rgb(172,21,140); }
div.DivClassName
{
background-color: #AC158C;
}
.BgClassName
{
background-color: #AC158C;
}
</style>
border-color css
<style>
span { border-color: #AC158C; }
span { border-color: rgb(172,21,140); }
td.TdClassName
{
border-color: #AC158C;
}
.TagClassName
{
border-color: #AC158C;
}
</style>