Shades of Medium Violet Red #A9198B
Tints of Medium Violet Red #A9198B
RGB
CMYK
RGB Variations
Color information
#A9198B (or 0xA9198B) is known color: Medium Violet Red. HEX triplet: A9, 19 and 8B. RGB value is (169,25,139). Sum of RGB (Red+Green+Blue) = 169+25+139=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A9198B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9198B is #56E674. Grayscale: #505050. Windows color (decimal): -5695093 or 9116073. OLE color: 9116073.
HSL color Cylindrical-coordinate representation of color #A9198B: hue angle of 312.5º 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 #A9198B is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 25 | 139 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.34 |
| HSL | 312.5º | 0.74% | 0.38% | - |
| HSV(B) | 312.5º | 0.85% | 0.66% | - |
| XYZ | 21.37 | 10.99 | 25.42 | - |
| YUV | 81.05 | 160.71 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 25 | 139 | 0 | 0.85 | 0.18 | 0.34 | 312.5 | 0.74 | 0.38 |
| Hex | A9 | 19 | 8B | 0 | 55 | 12 | 22 | 138 | 4A | 26 |
| Octal | 251 | 31 | 213 | 0 | 125 | 22 | 42 | 470 | 112 | 46 |
| Binary | 10101001 | 11001 | 10001011 | 0 | 1010101 | 10010 | 100010 | 100111000 | 1001010 | 100110 |
Color Harmonies of #A9198B
Complementary color
Monochromatic Colors of #A9198B
Black with #A9198B
Text Example
Text Example
White with #A9198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9198B; }
p { color: rgb(169,25,139); }
H1.HeaderClassName
{
color: #A9198B;
}
.AnyTagClassName
{
color: #A9198B;
}
</style>
background-color css
<style>
a { background-color: #A9198B; }
a { background-color: rgb(169,25,139); }
div.DivClassName
{
background-color: #A9198B;
}
.BgClassName
{
background-color: #A9198B;
}
</style>
border-color css
<style>
span { border-color: #A9198B; }
span { border-color: rgb(169,25,139); }
td.TdClassName
{
border-color: #A9198B;
}
.TagClassName
{
border-color: #A9198B;
}
</style>