Shades of Medium Violet Red #AC198D
Tints of Medium Violet Red #AC198D
RGB
CMYK
RGB Variations
Color information
#AC198D (or 0xAC198D) is known color: Medium Violet Red. HEX triplet: AC, 19 and 8D. RGB value is (172,25,141). Sum of RGB (Red+Green+Blue) = 172+25+141=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC198D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC198D is #53E672. Grayscale: #515151. Windows color (decimal): -5498483 or 9247148. OLE color: 9247148.
HSL color Cylindrical-coordinate representation of color #AC198D: hue angle of 312.65º 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 #AC198D is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 25 | 141 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.33 |
| HSL | 312.65º | 0.75% | 0.39% | - |
| HSV(B) | 312.65º | 0.85% | 0.67% | - |
| XYZ | 22.17 | 11.39 | 26.23 | - |
| YUV | 82.18 | 161.2 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 141 | 0 | 0.85 | 0.18 | 0.33 | 312.65 | 0.75 | 0.39 |
| Hex | AC | 19 | 8D | 0 | 55 | 12 | 21 | 139 | 4B | 27 |
| Octal | 254 | 31 | 215 | 0 | 125 | 22 | 41 | 471 | 113 | 47 |
| Binary | 10101100 | 11001 | 10001101 | 0 | 1010101 | 10010 | 100001 | 100111001 | 1001011 | 100111 |
Color Harmonies of #AC198D
Complementary color
Monochromatic Colors of #AC198D
Black with #AC198D
Text Example
Text Example
White with #AC198D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC198D; }
p { color: rgb(172,25,141); }
H1.HeaderClassName
{
color: #AC198D;
}
.AnyTagClassName
{
color: #AC198D;
}
</style>
background-color css
<style>
a { background-color: #AC198D; }
a { background-color: rgb(172,25,141); }
div.DivClassName
{
background-color: #AC198D;
}
.BgClassName
{
background-color: #AC198D;
}
</style>
border-color css
<style>
span { border-color: #AC198D; }
span { border-color: rgb(172,25,141); }
td.TdClassName
{
border-color: #AC198D;
}
.TagClassName
{
border-color: #AC198D;
}
</style>