Shades of Medium Violet Red #A91586
Tints of Medium Violet Red #A91586
RGB
CMYK
RGB Variations
Color information
#A91586 (or 0xA91586) is known color: Medium Violet Red. HEX triplet: A9, 15 and 86. RGB value is (169,21,134). Sum of RGB (Red+Green+Blue) = 169+21+134=324 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.16% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 169 - color contains mainly: red. Hex color #A91586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91586 is #56EA79. Grayscale: #4D4D4D. Windows color (decimal): -5696122 or 8787369. OLE color: 8787369.
HSL color Cylindrical-coordinate representation of color #A91586: hue angle of 314.19º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91586 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 21 | 134 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.34 |
| HSL | 314.19º | 0.78% | 0.37% | - |
| HSV(B) | 314.19º | 0.88% | 0.66% | - |
| XYZ | 20.93 | 10.69 | 23.51 | - |
| YUV | 78.13 | 159.53 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 134 | 0 | 0.88 | 0.21 | 0.34 | 314.19 | 0.78 | 0.37 |
| Hex | A9 | 15 | 86 | 0 | 58 | 15 | 22 | 13A | 4E | 25 |
| Octal | 251 | 25 | 206 | 0 | 130 | 25 | 42 | 472 | 116 | 45 |
| Binary | 10101001 | 10101 | 10000110 | 0 | 1011000 | 10101 | 100010 | 100111010 | 1001110 | 100101 |
Color Harmonies of #A91586
Complementary color
Monochromatic Colors of #A91586
Black with #A91586
Text Example
Text Example
White with #A91586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91586; }
p { color: rgb(169,21,134); }
H1.HeaderClassName
{
color: #A91586;
}
.AnyTagClassName
{
color: #A91586;
}
</style>
background-color css
<style>
a { background-color: #A91586; }
a { background-color: rgb(169,21,134); }
div.DivClassName
{
background-color: #A91586;
}
.BgClassName
{
background-color: #A91586;
}
</style>
border-color css
<style>
span { border-color: #A91586; }
span { border-color: rgb(169,21,134); }
td.TdClassName
{
border-color: #A91586;
}
.TagClassName
{
border-color: #A91586;
}
</style>