Shades of Medium Violet Red #A9197C
Tints of Medium Violet Red #A9197C
RGB
CMYK
RGB Variations
Color information
#A9197C (or 0xA9197C) is known color: Medium Violet Red. HEX triplet: A9, 19 and 7C. RGB value is (169,25,124). Sum of RGB (Red+Green+Blue) = 169+25+124=318 (42% of max value = 765). Red value is 169 (66.41% from 255 or 53.14% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 169 - color contains mainly: red. Hex color #A9197C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9197C is #56E683. Grayscale: #4F4F4F. Windows color (decimal): -5695108 or 8133033. OLE color: 8133033.
HSL color Cylindrical-coordinate representation of color #A9197C: hue angle of 318.75º 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 #A9197C is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 25 | 124 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.34 |
| HSL | 318.75º | 0.74% | 0.38% | - |
| HSV(B) | 318.75º | 0.85% | 0.66% | - |
| XYZ | 20.35 | 10.59 | 20.04 | - |
| YUV | 79.34 | 153.21 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 25 | 124 | 0 | 0.85 | 0.27 | 0.34 | 318.75 | 0.74 | 0.38 |
| Hex | A9 | 19 | 7C | 0 | 55 | 1B | 22 | 13F | 4A | 26 |
| Octal | 251 | 31 | 174 | 0 | 125 | 33 | 42 | 477 | 112 | 46 |
| Binary | 10101001 | 11001 | 1111100 | 0 | 1010101 | 11011 | 100010 | 100111111 | 1001010 | 100110 |
Color Harmonies of #A9197C
Complementary color
Monochromatic Colors of #A9197C
Black with #A9197C
Text Example
Text Example
White with #A9197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9197C; }
p { color: rgb(169,25,124); }
H1.HeaderClassName
{
color: #A9197C;
}
.AnyTagClassName
{
color: #A9197C;
}
</style>
background-color css
<style>
a { background-color: #A9197C; }
a { background-color: rgb(169,25,124); }
div.DivClassName
{
background-color: #A9197C;
}
.BgClassName
{
background-color: #A9197C;
}
</style>
border-color css
<style>
span { border-color: #A9197C; }
span { border-color: rgb(169,25,124); }
td.TdClassName
{
border-color: #A9197C;
}
.TagClassName
{
border-color: #A9197C;
}
</style>