Shades of Medium Violet Red #AC197F
Tints of Medium Violet Red #AC197F
RGB
CMYK
RGB Variations
Color information
#AC197F (or 0xAC197F) is known color: Medium Violet Red. HEX triplet: AC, 19 and 7F. RGB value is (172,25,127). Sum of RGB (Red+Green+Blue) = 172+25+127=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC197F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC197F is #53E680. Grayscale: #505050. Windows color (decimal): -5498497 or 8329644. OLE color: 8329644.
HSL color Cylindrical-coordinate representation of color #AC197F: hue angle of 318.37º 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 #AC197F is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 25 | 127 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.33 |
| HSL | 318.37º | 0.75% | 0.39% | - |
| HSV(B) | 318.37º | 0.85% | 0.67% | - |
| XYZ | 21.19 | 11 | 21.08 | - |
| YUV | 80.58 | 154.2 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 127 | 0 | 0.85 | 0.26 | 0.33 | 318.37 | 0.75 | 0.39 |
| Hex | AC | 19 | 7F | 0 | 55 | 1A | 21 | 13E | 4B | 27 |
| Octal | 254 | 31 | 177 | 0 | 125 | 32 | 41 | 476 | 113 | 47 |
| Binary | 10101100 | 11001 | 1111111 | 0 | 1010101 | 11010 | 100001 | 100111110 | 1001011 | 100111 |
Color Harmonies of #AC197F
Complementary color
Monochromatic Colors of #AC197F
Black with #AC197F
Text Example
Text Example
White with #AC197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC197F; }
p { color: rgb(172,25,127); }
H1.HeaderClassName
{
color: #AC197F;
}
.AnyTagClassName
{
color: #AC197F;
}
</style>
background-color css
<style>
a { background-color: #AC197F; }
a { background-color: rgb(172,25,127); }
div.DivClassName
{
background-color: #AC197F;
}
.BgClassName
{
background-color: #AC197F;
}
</style>
border-color css
<style>
span { border-color: #AC197F; }
span { border-color: rgb(172,25,127); }
td.TdClassName
{
border-color: #AC197F;
}
.TagClassName
{
border-color: #AC197F;
}
</style>