Shades of Medium Violet Red #A80D81
Tints of Medium Violet Red #A80D81
RGB
CMYK
RGB Variations
Color information
#A80D81 (or 0xA80D81) is known color: Medium Violet Red. HEX triplet: A8, 0D and 81. RGB value is (168,13,129). Sum of RGB (Red+Green+Blue) = 168+13+129=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A80D81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80D81 is #57F27E. Grayscale: #484848. Windows color (decimal): -5763711 or 8457640. OLE color: 8457640.
HSL color Cylindrical-coordinate representation of color #A80D81: hue angle of 315.1º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80D81 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 13 | 129 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.34 |
| HSL | 315.1º | 0.86% | 0.35% | - |
| HSV(B) | 315.1º | 0.92% | 0.66% | - |
| XYZ | 20.25 | 10.2 | 21.67 | - |
| YUV | 72.57 | 159.85 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 13 | 129 | 0 | 0.92 | 0.23 | 0.34 | 315.1 | 0.86 | 0.35 |
| Hex | A8 | D | 81 | 0 | 5C | 17 | 22 | 13B | 56 | 23 |
| Octal | 250 | 15 | 201 | 0 | 134 | 27 | 42 | 473 | 126 | 43 |
| Binary | 10101000 | 1101 | 10000001 | 0 | 1011100 | 10111 | 100010 | 100111011 | 1010110 | 100011 |
Color Harmonies of #A80D81
Complementary color
Monochromatic Colors of #A80D81
Black with #A80D81
Text Example
Text Example
White with #A80D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80D81; }
p { color: rgb(168,13,129); }
H1.HeaderClassName
{
color: #A80D81;
}
.AnyTagClassName
{
color: #A80D81;
}
</style>
background-color css
<style>
a { background-color: #A80D81; }
a { background-color: rgb(168,13,129); }
div.DivClassName
{
background-color: #A80D81;
}
.BgClassName
{
background-color: #A80D81;
}
</style>
border-color css
<style>
span { border-color: #A80D81; }
span { border-color: rgb(168,13,129); }
td.TdClassName
{
border-color: #A80D81;
}
.TagClassName
{
border-color: #A80D81;
}
</style>