Shades of Medium Violet Red #A80E80
Tints of Medium Violet Red #A80E80
RGB
CMYK
RGB Variations
Color information
#A80E80 (or 0xA80E80) is known color: Medium Violet Red. HEX triplet: A8, 0E and 80. RGB value is (168,14,128). Sum of RGB (Red+Green+Blue) = 168+14+128=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A80E80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80E80 is #57F17F. Grayscale: #484848. Windows color (decimal): -5763456 or 8392360. OLE color: 8392360.
HSL color Cylindrical-coordinate representation of color #A80E80: hue angle of 315.58º 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 #A80E80 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 14 | 128 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.34 |
| HSL | 315.58º | 0.85% | 0.36% | - |
| HSV(B) | 315.58º | 0.92% | 0.66% | - |
| XYZ | 20.2 | 10.2 | 21.33 | - |
| YUV | 73.04 | 159.02 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 14 | 128 | 0 | 0.92 | 0.24 | 0.34 | 315.58 | 0.85 | 0.36 |
| Hex | A8 | E | 80 | 0 | 5C | 18 | 22 | 13C | 55 | 24 |
| Octal | 250 | 16 | 200 | 0 | 134 | 30 | 42 | 474 | 125 | 44 |
| Binary | 10101000 | 1110 | 10000000 | 0 | 1011100 | 11000 | 100010 | 100111100 | 1010101 | 100100 |
Color Harmonies of #A80E80
Complementary color
Monochromatic Colors of #A80E80
Black with #A80E80
Text Example
Text Example
White with #A80E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80E80; }
p { color: rgb(168,14,128); }
H1.HeaderClassName
{
color: #A80E80;
}
.AnyTagClassName
{
color: #A80E80;
}
</style>
background-color css
<style>
a { background-color: #A80E80; }
a { background-color: rgb(168,14,128); }
div.DivClassName
{
background-color: #A80E80;
}
.BgClassName
{
background-color: #A80E80;
}
</style>
border-color css
<style>
span { border-color: #A80E80; }
span { border-color: rgb(168,14,128); }
td.TdClassName
{
border-color: #A80E80;
}
.TagClassName
{
border-color: #A80E80;
}
</style>