Shades of Medium Violet Red #A8198A
Tints of Medium Violet Red #A8198A
RGB
CMYK
RGB Variations
Color information
#A8198A (or 0xA8198A) is known color: Medium Violet Red. HEX triplet: A8, 19 and 8A. RGB value is (168,25,138). Sum of RGB (Red+Green+Blue) = 168+25+138=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A8198A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8198A is #57E675. Grayscale: #505050. Windows color (decimal): -5760630 or 9050536. OLE color: 9050536.
HSL color Cylindrical-coordinate representation of color #A8198A: hue angle of 312.59º 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 #A8198A is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 138 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.34 |
| HSL | 312.59º | 0.74% | 0.38% | - |
| HSV(B) | 312.59º | 0.85% | 0.66% | - |
| XYZ | 21.08 | 10.86 | 25.03 | - |
| YUV | 80.64 | 160.38 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 138 | 0 | 0.85 | 0.18 | 0.34 | 312.59 | 0.74 | 0.38 |
| Hex | A8 | 19 | 8A | 0 | 55 | 12 | 22 | 139 | 4A | 26 |
| Octal | 250 | 31 | 212 | 0 | 125 | 22 | 42 | 471 | 112 | 46 |
| Binary | 10101000 | 11001 | 10001010 | 0 | 1010101 | 10010 | 100010 | 100111001 | 1001010 | 100110 |
Color Harmonies of #A8198A
Complementary color
Monochromatic Colors of #A8198A
Black with #A8198A
Text Example
Text Example
White with #A8198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8198A; }
p { color: rgb(168,25,138); }
H1.HeaderClassName
{
color: #A8198A;
}
.AnyTagClassName
{
color: #A8198A;
}
</style>
background-color css
<style>
a { background-color: #A8198A; }
a { background-color: rgb(168,25,138); }
div.DivClassName
{
background-color: #A8198A;
}
.BgClassName
{
background-color: #A8198A;
}
</style>
border-color css
<style>
span { border-color: #A8198A; }
span { border-color: rgb(168,25,138); }
td.TdClassName
{
border-color: #A8198A;
}
.TagClassName
{
border-color: #A8198A;
}
</style>