Shades of Medium Violet Red #A9118E
Tints of Medium Violet Red #A9118E
RGB
CMYK
RGB Variations
Color information
#A9118E (or 0xA9118E) is known color: Medium Violet Red. HEX triplet: A9, 11 and 8E. RGB value is (169,17,142). Sum of RGB (Red+Green+Blue) = 169+17+142=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A9118E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9118E is #56EE71. Grayscale: #4C4C4C. Windows color (decimal): -5697138 or 9310633. OLE color: 9310633.
HSL color Cylindrical-coordinate representation of color #A9118E: hue angle of 310.66º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A9118E is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 17 | 142 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.34 |
| HSL | 310.66º | 0.82% | 0.36% | - |
| HSV(B) | 310.66º | 0.9% | 0.66% | - |
| XYZ | 21.45 | 10.79 | 26.54 | - |
| YUV | 76.7 | 164.86 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 17 | 142 | 0 | 0.90 | 0.16 | 0.34 | 310.66 | 0.82 | 0.36 |
| Hex | A9 | 11 | 8E | 0 | 5A | 10 | 22 | 137 | 52 | 24 |
| Octal | 251 | 21 | 216 | 0 | 132 | 20 | 42 | 467 | 122 | 44 |
| Binary | 10101001 | 10001 | 10001110 | 0 | 1011010 | 10000 | 100010 | 100110111 | 1010010 | 100100 |
Color Harmonies of #A9118E
Complementary color
Monochromatic Colors of #A9118E
Black with #A9118E
Text Example
Text Example
White with #A9118E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9118E; }
p { color: rgb(169,17,142); }
H1.HeaderClassName
{
color: #A9118E;
}
.AnyTagClassName
{
color: #A9118E;
}
</style>
background-color css
<style>
a { background-color: #A9118E; }
a { background-color: rgb(169,17,142); }
div.DivClassName
{
background-color: #A9118E;
}
.BgClassName
{
background-color: #A9118E;
}
</style>
border-color css
<style>
span { border-color: #A9118E; }
span { border-color: rgb(169,17,142); }
td.TdClassName
{
border-color: #A9118E;
}
.TagClassName
{
border-color: #A9118E;
}
</style>