Shades of Medium Violet Red #AC198C
Tints of Medium Violet Red #AC198C
RGB
CMYK
RGB Variations
Color information
#AC198C (or 0xAC198C) is known color: Medium Violet Red. HEX triplet: AC, 19 and 8C. RGB value is (172,25,140). Sum of RGB (Red+Green+Blue) = 172+25+140=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC198C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC198C is #53E673. Grayscale: #515151. Windows color (decimal): -5498484 or 9181612. OLE color: 9181612.
HSL color Cylindrical-coordinate representation of color #AC198C: hue angle of 313.06º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC198C is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 25 | 140 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.33 |
| HSL | 313.06º | 0.75% | 0.39% | - |
| HSV(B) | 313.06º | 0.85% | 0.67% | - |
| XYZ | 22.09 | 11.36 | 25.84 | - |
| YUV | 82.06 | 160.7 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 140 | 0 | 0.85 | 0.19 | 0.33 | 313.06 | 0.75 | 0.39 |
| Hex | AC | 19 | 8C | 0 | 55 | 13 | 21 | 139 | 4B | 27 |
| Octal | 254 | 31 | 214 | 0 | 125 | 23 | 41 | 471 | 113 | 47 |
| Binary | 10101100 | 11001 | 10001100 | 0 | 1010101 | 10011 | 100001 | 100111001 | 1001011 | 100111 |
Color Harmonies of #AC198C
Complementary color
Monochromatic Colors of #AC198C
Black with #AC198C
Text Example
Text Example
White with #AC198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC198C; }
p { color: rgb(172,25,140); }
H1.HeaderClassName
{
color: #AC198C;
}
.AnyTagClassName
{
color: #AC198C;
}
</style>
background-color css
<style>
a { background-color: #AC198C; }
a { background-color: rgb(172,25,140); }
div.DivClassName
{
background-color: #AC198C;
}
.BgClassName
{
background-color: #AC198C;
}
</style>
border-color css
<style>
span { border-color: #AC198C; }
span { border-color: rgb(172,25,140); }
td.TdClassName
{
border-color: #AC198C;
}
.TagClassName
{
border-color: #AC198C;
}
</style>