Shades of Medium Violet Red #A8117F
Tints of Medium Violet Red #A8117F
RGB
CMYK
RGB Variations
Color information
#A8117F (or 0xA8117F) is known color: Medium Violet Red. HEX triplet: A8, 11 and 7F. RGB value is (168,17,127). Sum of RGB (Red+Green+Blue) = 168+17+127=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A8117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8117F is #57EE80. Grayscale: #4A4A4A. Windows color (decimal): -5762689 or 8327592. OLE color: 8327592.
HSL color Cylindrical-coordinate representation of color #A8117F: hue angle of 316.29º 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 #A8117F is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 17 | 127 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.34 |
| HSL | 316.29º | 0.82% | 0.36% | - |
| HSV(B) | 316.29º | 0.9% | 0.66% | - |
| XYZ | 20.18 | 10.26 | 21 | - |
| YUV | 74.69 | 157.53 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 127 | 0 | 0.90 | 0.24 | 0.34 | 316.29 | 0.82 | 0.36 |
| Hex | A8 | 11 | 7F | 0 | 5A | 18 | 22 | 13C | 52 | 24 |
| Octal | 250 | 21 | 177 | 0 | 132 | 30 | 42 | 474 | 122 | 44 |
| Binary | 10101000 | 10001 | 1111111 | 0 | 1011010 | 11000 | 100010 | 100111100 | 1010010 | 100100 |
Color Harmonies of #A8117F
Complementary color
Monochromatic Colors of #A8117F
Black with #A8117F
Text Example
Text Example
White with #A8117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8117F; }
p { color: rgb(168,17,127); }
H1.HeaderClassName
{
color: #A8117F;
}
.AnyTagClassName
{
color: #A8117F;
}
</style>
background-color css
<style>
a { background-color: #A8117F; }
a { background-color: rgb(168,17,127); }
div.DivClassName
{
background-color: #A8117F;
}
.BgClassName
{
background-color: #A8117F;
}
</style>
border-color css
<style>
span { border-color: #A8117F; }
span { border-color: rgb(168,17,127); }
td.TdClassName
{
border-color: #A8117F;
}
.TagClassName
{
border-color: #A8117F;
}
</style>