Shades of Medium Violet Red #A9198A
Tints of Medium Violet Red #A9198A
RGB
CMYK
RGB Variations
Color information
#A9198A (or 0xA9198A) is known color: Medium Violet Red. HEX triplet: A9, 19 and 8A. RGB value is (169,25,138). Sum of RGB (Red+Green+Blue) = 169+25+138=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A9198A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9198A is #56E675. Grayscale: #505050. Windows color (decimal): -5695094 or 9050537. OLE color: 9050537.
HSL color Cylindrical-coordinate representation of color #A9198A: hue angle of 312.92º 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 #A9198A is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 25 | 138 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.34 |
| HSL | 312.92º | 0.74% | 0.38% | - |
| HSV(B) | 312.92º | 0.85% | 0.66% | - |
| XYZ | 21.3 | 10.97 | 25.04 | - |
| YUV | 80.94 | 160.21 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 25 | 138 | 0 | 0.85 | 0.18 | 0.34 | 312.92 | 0.74 | 0.38 |
| Hex | A9 | 19 | 8A | 0 | 55 | 12 | 22 | 139 | 4A | 26 |
| Octal | 251 | 31 | 212 | 0 | 125 | 22 | 42 | 471 | 112 | 46 |
| Binary | 10101001 | 11001 | 10001010 | 0 | 1010101 | 10010 | 100010 | 100111001 | 1001010 | 100110 |
Color Harmonies of #A9198A
Complementary color
Monochromatic Colors of #A9198A
Black with #A9198A
Text Example
Text Example
White with #A9198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9198A; }
p { color: rgb(169,25,138); }
H1.HeaderClassName
{
color: #A9198A;
}
.AnyTagClassName
{
color: #A9198A;
}
</style>
background-color css
<style>
a { background-color: #A9198A; }
a { background-color: rgb(169,25,138); }
div.DivClassName
{
background-color: #A9198A;
}
.BgClassName
{
background-color: #A9198A;
}
</style>
border-color css
<style>
span { border-color: #A9198A; }
span { border-color: rgb(169,25,138); }
td.TdClassName
{
border-color: #A9198A;
}
.TagClassName
{
border-color: #A9198A;
}
</style>