Shades of Medium Violet Red #A8137E
Tints of Medium Violet Red #A8137E
RGB
CMYK
RGB Variations
Color information
#A8137E (or 0xA8137E) is known color: Medium Violet Red. HEX triplet: A8, 13 and 7E. RGB value is (168,19,126). Sum of RGB (Red+Green+Blue) = 168+19+126=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A8137E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8137E is #57EC81. Grayscale: #4B4B4B. Windows color (decimal): -5762178 or 8262568. OLE color: 8262568.
HSL color Cylindrical-coordinate representation of color #A8137E: hue angle of 316.91º degrees, saturation: 0.8, 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 #A8137E is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 19 | 126 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.34 |
| HSL | 316.91º | 0.8% | 0.37% | - |
| HSV(B) | 316.91º | 0.89% | 0.66% | - |
| XYZ | 20.15 | 10.3 | 20.66 | - |
| YUV | 75.75 | 156.36 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 126 | 0 | 0.89 | 0.25 | 0.34 | 316.91 | 0.8 | 0.37 |
| Hex | A8 | 13 | 7E | 0 | 59 | 19 | 22 | 13D | 50 | 25 |
| Octal | 250 | 23 | 176 | 0 | 131 | 31 | 42 | 475 | 120 | 45 |
| Binary | 10101000 | 10011 | 1111110 | 0 | 1011001 | 11001 | 100010 | 100111101 | 1010000 | 100101 |
Color Harmonies of #A8137E
Complementary color
Monochromatic Colors of #A8137E
Black with #A8137E
Text Example
Text Example
White with #A8137E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8137E; }
p { color: rgb(168,19,126); }
H1.HeaderClassName
{
color: #A8137E;
}
.AnyTagClassName
{
color: #A8137E;
}
</style>
background-color css
<style>
a { background-color: #A8137E; }
a { background-color: rgb(168,19,126); }
div.DivClassName
{
background-color: #A8137E;
}
.BgClassName
{
background-color: #A8137E;
}
</style>
border-color css
<style>
span { border-color: #A8137E; }
span { border-color: rgb(168,19,126); }
td.TdClassName
{
border-color: #A8137E;
}
.TagClassName
{
border-color: #A8137E;
}
</style>