Shades of Medium Violet Red #AC197E
Tints of Medium Violet Red #AC197E
RGB
CMYK
RGB Variations
Color information
#AC197E (or 0xAC197E) is known color: Medium Violet Red. HEX triplet: AC, 19 and 7E. RGB value is (172,25,126). Sum of RGB (Red+Green+Blue) = 172+25+126=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC197E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC197E is #53E681. Grayscale: #505050. Windows color (decimal): -5498498 or 8264108. OLE color: 8264108.
HSL color Cylindrical-coordinate representation of color #AC197E: hue angle of 318.78º 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 #AC197E is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 25 | 126 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.33 |
| HSL | 318.78º | 0.75% | 0.39% | - |
| HSV(B) | 318.78º | 0.85% | 0.67% | - |
| XYZ | 21.13 | 10.97 | 20.74 | - |
| YUV | 80.47 | 153.7 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 126 | 0 | 0.85 | 0.27 | 0.33 | 318.78 | 0.75 | 0.39 |
| Hex | AC | 19 | 7E | 0 | 55 | 1B | 21 | 13F | 4B | 27 |
| Octal | 254 | 31 | 176 | 0 | 125 | 33 | 41 | 477 | 113 | 47 |
| Binary | 10101100 | 11001 | 1111110 | 0 | 1010101 | 11011 | 100001 | 100111111 | 1001011 | 100111 |
Color Harmonies of #AC197E
Complementary color
Monochromatic Colors of #AC197E
Black with #AC197E
Text Example
Text Example
White with #AC197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC197E; }
p { color: rgb(172,25,126); }
H1.HeaderClassName
{
color: #AC197E;
}
.AnyTagClassName
{
color: #AC197E;
}
</style>
background-color css
<style>
a { background-color: #AC197E; }
a { background-color: rgb(172,25,126); }
div.DivClassName
{
background-color: #AC197E;
}
.BgClassName
{
background-color: #AC197E;
}
</style>
border-color css
<style>
span { border-color: #AC197E; }
span { border-color: rgb(172,25,126); }
td.TdClassName
{
border-color: #AC197E;
}
.TagClassName
{
border-color: #AC197E;
}
</style>