Shades of Medium Violet Red #AC198A
Tints of Medium Violet Red #AC198A
RGB
CMYK
RGB Variations
Color information
#AC198A (or 0xAC198A) is known color: Medium Violet Red. HEX triplet: AC, 19 and 8A. RGB value is (172,25,138). Sum of RGB (Red+Green+Blue) = 172+25+138=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC198A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC198A is #53E675. Grayscale: #515151. Windows color (decimal): -5498486 or 9050540. OLE color: 9050540.
HSL color Cylindrical-coordinate representation of color #AC198A: hue angle of 313.88º 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 #AC198A is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 25 | 138 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.33 |
| HSL | 313.88º | 0.75% | 0.39% | - |
| HSV(B) | 313.88º | 0.85% | 0.67% | - |
| XYZ | 21.95 | 11.3 | 25.07 | - |
| YUV | 81.84 | 159.7 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 138 | 0 | 0.85 | 0.20 | 0.33 | 313.88 | 0.75 | 0.39 |
| Hex | AC | 19 | 8A | 0 | 55 | 14 | 21 | 13A | 4B | 27 |
| Octal | 254 | 31 | 212 | 0 | 125 | 24 | 41 | 472 | 113 | 47 |
| Binary | 10101100 | 11001 | 10001010 | 0 | 1010101 | 10100 | 100001 | 100111010 | 1001011 | 100111 |
Color Harmonies of #AC198A
Complementary color
Monochromatic Colors of #AC198A
Black with #AC198A
Text Example
Text Example
White with #AC198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC198A; }
p { color: rgb(172,25,138); }
H1.HeaderClassName
{
color: #AC198A;
}
.AnyTagClassName
{
color: #AC198A;
}
</style>
background-color css
<style>
a { background-color: #AC198A; }
a { background-color: rgb(172,25,138); }
div.DivClassName
{
background-color: #AC198A;
}
.BgClassName
{
background-color: #AC198A;
}
</style>
border-color css
<style>
span { border-color: #AC198A; }
span { border-color: rgb(172,25,138); }
td.TdClassName
{
border-color: #AC198A;
}
.TagClassName
{
border-color: #AC198A;
}
</style>