Shades of Medium Violet Red #AC198B
Tints of Medium Violet Red #AC198B
RGB
CMYK
RGB Variations
Color information
#AC198B (or 0xAC198B) is known color: Medium Violet Red. HEX triplet: AC, 19 and 8B. RGB value is (172,25,139). Sum of RGB (Red+Green+Blue) = 172+25+139=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC198B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC198B is #53E674. Grayscale: #515151. Windows color (decimal): -5498485 or 9116076. OLE color: 9116076.
HSL color Cylindrical-coordinate representation of color #AC198B: hue angle of 313.47º 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 #AC198B is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 25 | 139 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.33 |
| HSL | 313.47º | 0.75% | 0.39% | - |
| HSV(B) | 313.47º | 0.85% | 0.67% | - |
| XYZ | 22.02 | 11.33 | 25.45 | - |
| YUV | 81.95 | 160.2 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 139 | 0 | 0.85 | 0.19 | 0.33 | 313.47 | 0.75 | 0.39 |
| Hex | AC | 19 | 8B | 0 | 55 | 13 | 21 | 139 | 4B | 27 |
| Octal | 254 | 31 | 213 | 0 | 125 | 23 | 41 | 471 | 113 | 47 |
| Binary | 10101100 | 11001 | 10001011 | 0 | 1010101 | 10011 | 100001 | 100111001 | 1001011 | 100111 |
Color Harmonies of #AC198B
Complementary color
Monochromatic Colors of #AC198B
Black with #AC198B
Text Example
Text Example
White with #AC198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC198B; }
p { color: rgb(172,25,139); }
H1.HeaderClassName
{
color: #AC198B;
}
.AnyTagClassName
{
color: #AC198B;
}
</style>
background-color css
<style>
a { background-color: #AC198B; }
a { background-color: rgb(172,25,139); }
div.DivClassName
{
background-color: #AC198B;
}
.BgClassName
{
background-color: #AC198B;
}
</style>
border-color css
<style>
span { border-color: #AC198B; }
span { border-color: rgb(172,25,139); }
td.TdClassName
{
border-color: #AC198B;
}
.TagClassName
{
border-color: #AC198B;
}
</style>