Shades of Medium Violet Red #A9127E
Tints of Medium Violet Red #A9127E
RGB
CMYK
RGB Variations
Color information
#A9127E (or 0xA9127E) is known color: Medium Violet Red. HEX triplet: A9, 12 and 7E. RGB value is (169,18,126). Sum of RGB (Red+Green+Blue) = 169+18+126=313 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.99% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 169 - color contains mainly: red. Hex color #A9127E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9127E is #56ED81. Grayscale: #4B4B4B. Windows color (decimal): -5696898 or 8262313. OLE color: 8262313.
HSL color Cylindrical-coordinate representation of color #A9127E: hue angle of 317.09º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A9127E is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 18 | 126 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.34 |
| HSL | 317.09º | 0.81% | 0.37% | - |
| HSV(B) | 317.09º | 0.89% | 0.66% | - |
| XYZ | 20.34 | 10.37 | 20.67 | - |
| YUV | 75.46 | 156.53 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 18 | 126 | 0 | 0.89 | 0.25 | 0.34 | 317.09 | 0.81 | 0.37 |
| Hex | A9 | 12 | 7E | 0 | 59 | 19 | 22 | 13D | 51 | 25 |
| Octal | 251 | 22 | 176 | 0 | 131 | 31 | 42 | 475 | 121 | 45 |
| Binary | 10101001 | 10010 | 1111110 | 0 | 1011001 | 11001 | 100010 | 100111101 | 1010001 | 100101 |
Color Harmonies of #A9127E
Complementary color
Monochromatic Colors of #A9127E
Black with #A9127E
Text Example
Text Example
White with #A9127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9127E; }
p { color: rgb(169,18,126); }
H1.HeaderClassName
{
color: #A9127E;
}
.AnyTagClassName
{
color: #A9127E;
}
</style>
background-color css
<style>
a { background-color: #A9127E; }
a { background-color: rgb(169,18,126); }
div.DivClassName
{
background-color: #A9127E;
}
.BgClassName
{
background-color: #A9127E;
}
</style>
border-color css
<style>
span { border-color: #A9127E; }
span { border-color: rgb(169,18,126); }
td.TdClassName
{
border-color: #A9127E;
}
.TagClassName
{
border-color: #A9127E;
}
</style>