Shades of Medium Red Violet #A92780
Tints of Medium Red Violet #A92780
RGB
CMYK
RGB Variations
Color information
#A92780 (or 0xA92780) is known color: Medium Red Violet. HEX triplet: A9, 27 and 80. RGB value is (169,39,128). Sum of RGB (Red+Green+Blue) = 169+39+128=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A92780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A92780 is #56D87F. Grayscale: #575757. Windows color (decimal): -5691520 or 8398761. OLE color: 8398761.
HSL color Cylindrical-coordinate representation of color #A92780: hue angle of 318.92º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A92780 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 39 | 128 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.34 |
| HSL | 318.92º | 0.63% | 0.41% | - |
| HSV(B) | 318.92º | 0.77% | 0.66% | - |
| XYZ | 20.98 | 11.44 | 21.53 | - |
| YUV | 88.02 | 150.57 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 39 | 128 | 0 | 0.77 | 0.24 | 0.34 | 318.92 | 0.63 | 0.41 |
| Hex | A9 | 27 | 80 | 0 | 4D | 18 | 22 | 13F | 3E | 29 |
| Octal | 251 | 47 | 200 | 0 | 115 | 30 | 42 | 477 | 76 | 51 |
| Binary | 10101001 | 100111 | 10000000 | 0 | 1001101 | 11000 | 100010 | 100111111 | 111110 | 101001 |
Color Harmonies of #A92780
Complementary color
Monochromatic Colors of #A92780
Black with #A92780
Text Example
Text Example
White with #A92780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A92780; }
p { color: rgb(169,39,128); }
H1.HeaderClassName
{
color: #A92780;
}
.AnyTagClassName
{
color: #A92780;
}
</style>
background-color css
<style>
a { background-color: #A92780; }
a { background-color: rgb(169,39,128); }
div.DivClassName
{
background-color: #A92780;
}
.BgClassName
{
background-color: #A92780;
}
</style>
border-color css
<style>
span { border-color: #A92780; }
span { border-color: rgb(169,39,128); }
td.TdClassName
{
border-color: #A92780;
}
.TagClassName
{
border-color: #A92780;
}
</style>