Shades of Medium Violet Red #A81791
Tints of Medium Violet Red #A81791
RGB
CMYK
RGB Variations
Color information
#A81791 (or 0xA81791) is known color: Medium Violet Red. HEX triplet: A8, 17 and 91. RGB value is (168,23,145). Sum of RGB (Red+Green+Blue) = 168+23+145=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A81791 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81791 is #57E86E. Grayscale: #4F4F4F. Windows color (decimal): -5761135 or 9508776. OLE color: 9508776.
HSL color Cylindrical-coordinate representation of color #A81791: hue angle of 309.52º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81791 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 145 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.34 |
| HSL | 309.52º | 0.76% | 0.37% | - |
| HSV(B) | 309.52º | 0.86% | 0.66% | - |
| XYZ | 21.57 | 10.98 | 27.77 | - |
| YUV | 80.26 | 164.54 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 145 | 0 | 0.86 | 0.14 | 0.34 | 309.52 | 0.76 | 0.37 |
| Hex | A8 | 17 | 91 | 0 | 56 | E | 22 | 136 | 4C | 25 |
| Octal | 250 | 27 | 221 | 0 | 126 | 16 | 42 | 466 | 114 | 45 |
| Binary | 10101000 | 10111 | 10010001 | 0 | 1010110 | 1110 | 100010 | 100110110 | 1001100 | 100101 |
Color Harmonies of #A81791
Complementary color
Monochromatic Colors of #A81791
Black with #A81791
Text Example
Text Example
White with #A81791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81791; }
p { color: rgb(168,23,145); }
H1.HeaderClassName
{
color: #A81791;
}
.AnyTagClassName
{
color: #A81791;
}
</style>
background-color css
<style>
a { background-color: #A81791; }
a { background-color: rgb(168,23,145); }
div.DivClassName
{
background-color: #A81791;
}
.BgClassName
{
background-color: #A81791;
}
</style>
border-color css
<style>
span { border-color: #A81791; }
span { border-color: rgb(168,23,145); }
td.TdClassName
{
border-color: #A81791;
}
.TagClassName
{
border-color: #A81791;
}
</style>