Shades of Medium Violet Red #A91780
Tints of Medium Violet Red #A91780
RGB
CMYK
RGB Variations
Color information
#A91780 (or 0xA91780) is known color: Medium Violet Red. HEX triplet: A9, 17 and 80. RGB value is (169,23,128). Sum of RGB (Red+Green+Blue) = 169+23+128=320 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.81% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 169 - color contains mainly: red. Hex color #A91780 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A91780 is #56E87F. Grayscale: #4E4E4E. Windows color (decimal): -5695616 or 8394665. OLE color: 8394665.
HSL color Cylindrical-coordinate representation of color #A91780: hue angle of 316.85º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A91780 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 23 | 128 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.34 |
| HSL | 316.85º | 0.76% | 0.38% | - |
| HSV(B) | 316.85º | 0.86% | 0.66% | - |
| XYZ | 20.56 | 10.61 | 21.39 | - |
| YUV | 78.62 | 155.87 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 23 | 128 | 0 | 0.86 | 0.24 | 0.34 | 316.85 | 0.76 | 0.38 |
| Hex | A9 | 17 | 80 | 0 | 56 | 18 | 22 | 13D | 4C | 26 |
| Octal | 251 | 27 | 200 | 0 | 126 | 30 | 42 | 475 | 114 | 46 |
| Binary | 10101001 | 10111 | 10000000 | 0 | 1010110 | 11000 | 100010 | 100111101 | 1001100 | 100110 |
Color Harmonies of #A91780
Complementary color
Monochromatic Colors of #A91780
Black with #A91780
Text Example
Text Example
White with #A91780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91780; }
p { color: rgb(169,23,128); }
H1.HeaderClassName
{
color: #A91780;
}
.AnyTagClassName
{
color: #A91780;
}
</style>
background-color css
<style>
a { background-color: #A91780; }
a { background-color: rgb(169,23,128); }
div.DivClassName
{
background-color: #A91780;
}
.BgClassName
{
background-color: #A91780;
}
</style>
border-color css
<style>
span { border-color: #A91780; }
span { border-color: rgb(169,23,128); }
td.TdClassName
{
border-color: #A91780;
}
.TagClassName
{
border-color: #A91780;
}
</style>