Shades of Medium Violet Red #A8117E
Tints of Medium Violet Red #A8117E
RGB
CMYK
RGB Variations
Color information
#A8117E (or 0xA8117E) is known color: Medium Violet Red. HEX triplet: A8, 11 and 7E. RGB value is (168,17,126). Sum of RGB (Red+Green+Blue) = 168+17+126=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A8117E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8117E is #57EE81. Grayscale: #4A4A4A. Windows color (decimal): -5762690 or 8262056. OLE color: 8262056.
HSL color Cylindrical-coordinate representation of color #A8117E: hue angle of 316.69º 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 #A8117E is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 126 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.34 |
| HSL | 316.69º | 0.82% | 0.36% | - |
| HSV(B) | 316.69º | 0.9% | 0.66% | - |
| XYZ | 20.11 | 10.23 | 20.65 | - |
| YUV | 74.58 | 157.03 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 126 | 0 | 0.90 | 0.25 | 0.34 | 316.69 | 0.82 | 0.36 |
| Hex | A8 | 11 | 7E | 0 | 5A | 19 | 22 | 13D | 52 | 24 |
| Octal | 250 | 21 | 176 | 0 | 132 | 31 | 42 | 475 | 122 | 44 |
| Binary | 10101000 | 10001 | 1111110 | 0 | 1011010 | 11001 | 100010 | 100111101 | 1010010 | 100100 |
Color Harmonies of #A8117E
Complementary color
Monochromatic Colors of #A8117E
Black with #A8117E
Text Example
Text Example
White with #A8117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8117E; }
p { color: rgb(168,17,126); }
H1.HeaderClassName
{
color: #A8117E;
}
.AnyTagClassName
{
color: #A8117E;
}
</style>
background-color css
<style>
a { background-color: #A8117E; }
a { background-color: rgb(168,17,126); }
div.DivClassName
{
background-color: #A8117E;
}
.BgClassName
{
background-color: #A8117E;
}
</style>
border-color css
<style>
span { border-color: #A8117E; }
span { border-color: rgb(168,17,126); }
td.TdClassName
{
border-color: #A8117E;
}
.TagClassName
{
border-color: #A8117E;
}
</style>