Shades of Medium Violet Red #A8197C
Tints of Medium Violet Red #A8197C
RGB
CMYK
RGB Variations
Color information
#A8197C (or 0xA8197C) is known color: Medium Violet Red. HEX triplet: A8, 19 and 7C. RGB value is (168,25,124). Sum of RGB (Red+Green+Blue) = 168+25+124=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A8197C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8197C is #57E683. Grayscale: #4E4E4E. Windows color (decimal): -5760644 or 8133032. OLE color: 8133032.
HSL color Cylindrical-coordinate representation of color #A8197C: hue angle of 318.46º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8197C is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 124 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.34 |
| HSL | 318.46º | 0.74% | 0.38% | - |
| HSV(B) | 318.46º | 0.85% | 0.66% | - |
| XYZ | 20.13 | 10.48 | 20.03 | - |
| YUV | 79.04 | 153.38 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 124 | 0 | 0.85 | 0.26 | 0.34 | 318.46 | 0.74 | 0.38 |
| Hex | A8 | 19 | 7C | 0 | 55 | 1A | 22 | 13E | 4A | 26 |
| Octal | 250 | 31 | 174 | 0 | 125 | 32 | 42 | 476 | 112 | 46 |
| Binary | 10101000 | 11001 | 1111100 | 0 | 1010101 | 11010 | 100010 | 100111110 | 1001010 | 100110 |
Color Harmonies of #A8197C
Complementary color
Monochromatic Colors of #A8197C
Black with #A8197C
Text Example
Text Example
White with #A8197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8197C; }
p { color: rgb(168,25,124); }
H1.HeaderClassName
{
color: #A8197C;
}
.AnyTagClassName
{
color: #A8197C;
}
</style>
background-color css
<style>
a { background-color: #A8197C; }
a { background-color: rgb(168,25,124); }
div.DivClassName
{
background-color: #A8197C;
}
.BgClassName
{
background-color: #A8197C;
}
</style>
border-color css
<style>
span { border-color: #A8197C; }
span { border-color: rgb(168,25,124); }
td.TdClassName
{
border-color: #A8197C;
}
.TagClassName
{
border-color: #A8197C;
}
</style>