Shades of Medium Violet Red #A80E84
Tints of Medium Violet Red #A80E84
RGB
CMYK
RGB Variations
Color information
#A80E84 (or 0xA80E84) is known color: Medium Violet Red. HEX triplet: A8, 0E and 84. RGB value is (168,14,132). Sum of RGB (Red+Green+Blue) = 168+14+132=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A80E84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80E84 is #57F17B. Grayscale: #494949. Windows color (decimal): -5763452 or 8654504. OLE color: 8654504.
HSL color Cylindrical-coordinate representation of color #A80E84: hue angle of 314.03º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80E84 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 14 | 132 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.34 |
| HSL | 314.03º | 0.85% | 0.36% | - |
| HSV(B) | 314.03º | 0.92% | 0.66% | - |
| XYZ | 20.47 | 10.3 | 22.74 | - |
| YUV | 73.5 | 161.02 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 14 | 132 | 0 | 0.92 | 0.21 | 0.34 | 314.03 | 0.85 | 0.36 |
| Hex | A8 | E | 84 | 0 | 5C | 15 | 22 | 13A | 55 | 24 |
| Octal | 250 | 16 | 204 | 0 | 134 | 25 | 42 | 472 | 125 | 44 |
| Binary | 10101000 | 1110 | 10000100 | 0 | 1011100 | 10101 | 100010 | 100111010 | 1010101 | 100100 |
Color Harmonies of #A80E84
Complementary color
Monochromatic Colors of #A80E84
Black with #A80E84
Text Example
Text Example
White with #A80E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80E84; }
p { color: rgb(168,14,132); }
H1.HeaderClassName
{
color: #A80E84;
}
.AnyTagClassName
{
color: #A80E84;
}
</style>
background-color css
<style>
a { background-color: #A80E84; }
a { background-color: rgb(168,14,132); }
div.DivClassName
{
background-color: #A80E84;
}
.BgClassName
{
background-color: #A80E84;
}
</style>
border-color css
<style>
span { border-color: #A80E84; }
span { border-color: rgb(168,14,132); }
td.TdClassName
{
border-color: #A80E84;
}
.TagClassName
{
border-color: #A80E84;
}
</style>