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