Shades of Medium Violet Red #A80C86
Tints of Medium Violet Red #A80C86
RGB
CMYK
RGB Variations
Color information
#A80C86 (or 0xA80C86) is known color: Medium Violet Red. HEX triplet: A8, 0C and 86. RGB value is (168,12,134). Sum of RGB (Red+Green+Blue) = 168+12+134=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80C86 is #57F379. Grayscale: #484848. Windows color (decimal): -5763962 or 8785064. OLE color: 8785064.
HSL color Cylindrical-coordinate representation of color #A80C86: hue angle of 313.08º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80C86 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 12 | 134 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.34 |
| HSL | 313.08º | 0.87% | 0.35% | - |
| HSV(B) | 313.08º | 0.93% | 0.66% | - |
| XYZ | 20.58 | 10.31 | 23.46 | - |
| YUV | 72.55 | 162.68 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 134 | 0 | 0.93 | 0.20 | 0.34 | 313.08 | 0.87 | 0.35 |
| Hex | A8 | C | 86 | 0 | 5D | 14 | 22 | 139 | 57 | 23 |
| Octal | 250 | 14 | 206 | 0 | 135 | 24 | 42 | 471 | 127 | 43 |
| Binary | 10101000 | 1100 | 10000110 | 0 | 1011101 | 10100 | 100010 | 100111001 | 1010111 | 100011 |
Color Harmonies of #A80C86
Complementary color
Monochromatic Colors of #A80C86
Black with #A80C86
Text Example
Text Example
White with #A80C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80C86; }
p { color: rgb(168,12,134); }
H1.HeaderClassName
{
color: #A80C86;
}
.AnyTagClassName
{
color: #A80C86;
}
</style>
background-color css
<style>
a { background-color: #A80C86; }
a { background-color: rgb(168,12,134); }
div.DivClassName
{
background-color: #A80C86;
}
.BgClassName
{
background-color: #A80C86;
}
</style>
border-color css
<style>
span { border-color: #A80C86; }
span { border-color: rgb(168,12,134); }
td.TdClassName
{
border-color: #A80C86;
}
.TagClassName
{
border-color: #A80C86;
}
</style>