Shades of Medium Red Violet #A91E77
Tints of Medium Red Violet #A91E77
RGB
CMYK
RGB Variations
Color information
#A91E77 (or 0xA91E77) is known color: Medium Red Violet. HEX triplet: A9, 1E and 77. RGB value is (169,30,119). Sum of RGB (Red+Green+Blue) = 169+30+119=318 (42% of max value = 765). Red value is 169 (66.41% from 255 or 53.14% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91E77 is #56E188. Grayscale: #515151. Windows color (decimal): -5693833 or 7806633. OLE color: 7806633.
HSL color Cylindrical-coordinate representation of color #A91E77: hue angle of 321.58º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A91E77 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 30 | 119 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.34 |
| HSL | 321.58º | 0.7% | 0.39% | - |
| HSV(B) | 321.58º | 0.82% | 0.66% | - |
| XYZ | 20.16 | 10.7 | 18.45 | - |
| YUV | 81.71 | 149.05 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 30 | 119 | 0 | 0.82 | 0.30 | 0.34 | 321.58 | 0.7 | 0.39 |
| Hex | A9 | 1E | 77 | 0 | 52 | 1E | 22 | 142 | 46 | 27 |
| Octal | 251 | 36 | 167 | 0 | 122 | 36 | 42 | 502 | 106 | 47 |
| Binary | 10101001 | 11110 | 1110111 | 0 | 1010010 | 11110 | 100010 | 101000010 | 1000110 | 100111 |
Color Harmonies of #A91E77
Complementary color
Monochromatic Colors of #A91E77
Black with #A91E77
Text Example
Text Example
White with #A91E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91E77; }
p { color: rgb(169,30,119); }
H1.HeaderClassName
{
color: #A91E77;
}
.AnyTagClassName
{
color: #A91E77;
}
</style>
background-color css
<style>
a { background-color: #A91E77; }
a { background-color: rgb(169,30,119); }
div.DivClassName
{
background-color: #A91E77;
}
.BgClassName
{
background-color: #A91E77;
}
</style>
border-color css
<style>
span { border-color: #A91E77; }
span { border-color: rgb(169,30,119); }
td.TdClassName
{
border-color: #A91E77;
}
.TagClassName
{
border-color: #A91E77;
}
</style>