Shades of Medium Violet Red #A8197D
Tints of Medium Violet Red #A8197D
RGB
CMYK
RGB Variations
Color information
#A8197D (or 0xA8197D) is known color: Medium Violet Red. HEX triplet: A8, 19 and 7D. RGB value is (168,25,125). Sum of RGB (Red+Green+Blue) = 168+25+125=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A8197D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8197D is #57E682. Grayscale: #4E4E4E. Windows color (decimal): -5760643 or 8198568. OLE color: 8198568.
HSL color Cylindrical-coordinate representation of color #A8197D: hue angle of 318.04º 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 #A8197D is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 125 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.34 |
| HSL | 318.04º | 0.74% | 0.38% | - |
| HSV(B) | 318.04º | 0.85% | 0.66% | - |
| XYZ | 20.2 | 10.5 | 20.36 | - |
| YUV | 79.16 | 153.88 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 125 | 0 | 0.85 | 0.26 | 0.34 | 318.04 | 0.74 | 0.38 |
| Hex | A8 | 19 | 7D | 0 | 55 | 1A | 22 | 13E | 4A | 26 |
| Octal | 250 | 31 | 175 | 0 | 125 | 32 | 42 | 476 | 112 | 46 |
| Binary | 10101000 | 11001 | 1111101 | 0 | 1010101 | 11010 | 100010 | 100111110 | 1001010 | 100110 |
Color Harmonies of #A8197D
Complementary color
Monochromatic Colors of #A8197D
Black with #A8197D
Text Example
Text Example
White with #A8197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8197D; }
p { color: rgb(168,25,125); }
H1.HeaderClassName
{
color: #A8197D;
}
.AnyTagClassName
{
color: #A8197D;
}
</style>
background-color css
<style>
a { background-color: #A8197D; }
a { background-color: rgb(168,25,125); }
div.DivClassName
{
background-color: #A8197D;
}
.BgClassName
{
background-color: #A8197D;
}
</style>
border-color css
<style>
span { border-color: #A8197D; }
span { border-color: rgb(168,25,125); }
td.TdClassName
{
border-color: #A8197D;
}
.TagClassName
{
border-color: #A8197D;
}
</style>