Shades of Medium Violet Red #A8197A
Tints of Medium Violet Red #A8197A
RGB
CMYK
RGB Variations
Color information
#A8197A (or 0xA8197A) is known color: Medium Violet Red. HEX triplet: A8, 19 and 7A. RGB value is (168,25,122). Sum of RGB (Red+Green+Blue) = 168+25+122=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A8197A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8197A is #57E685. Grayscale: #4E4E4E. Windows color (decimal): -5760646 or 8001960. OLE color: 8001960.
HSL color Cylindrical-coordinate representation of color #A8197A: hue angle of 319.3º 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 #A8197A is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 122 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.34 |
| HSL | 319.3º | 0.74% | 0.38% | - |
| HSV(B) | 319.3º | 0.85% | 0.66% | - |
| XYZ | 20.01 | 10.43 | 19.37 | - |
| YUV | 78.82 | 152.38 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 122 | 0 | 0.85 | 0.27 | 0.34 | 319.3 | 0.74 | 0.38 |
| Hex | A8 | 19 | 7A | 0 | 55 | 1B | 22 | 13F | 4A | 26 |
| Octal | 250 | 31 | 172 | 0 | 125 | 33 | 42 | 477 | 112 | 46 |
| Binary | 10101000 | 11001 | 1111010 | 0 | 1010101 | 11011 | 100010 | 100111111 | 1001010 | 100110 |
Color Harmonies of #A8197A
Complementary color
Monochromatic Colors of #A8197A
Black with #A8197A
Text Example
Text Example
White with #A8197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8197A; }
p { color: rgb(168,25,122); }
H1.HeaderClassName
{
color: #A8197A;
}
.AnyTagClassName
{
color: #A8197A;
}
</style>
background-color css
<style>
a { background-color: #A8197A; }
a { background-color: rgb(168,25,122); }
div.DivClassName
{
background-color: #A8197A;
}
.BgClassName
{
background-color: #A8197A;
}
</style>
border-color css
<style>
span { border-color: #A8197A; }
span { border-color: rgb(168,25,122); }
td.TdClassName
{
border-color: #A8197A;
}
.TagClassName
{
border-color: #A8197A;
}
</style>