Shades of Medium Red Violet #A91E76
Tints of Medium Red Violet #A91E76
RGB
CMYK
RGB Variations
Color information
#A91E76 (or 0xA91E76) is known color: Medium Red Violet. HEX triplet: A9, 1E and 76. RGB value is (169,30,118). Sum of RGB (Red+Green+Blue) = 169+30+118=317 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.31% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91E76 is #56E189. Grayscale: #515151. Windows color (decimal): -5693834 or 7741097. OLE color: 7741097.
HSL color Cylindrical-coordinate representation of color #A91E76: hue angle of 322.01º 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 #A91E76 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 30 | 118 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.34 |
| HSL | 322.01º | 0.7% | 0.39% | - |
| HSV(B) | 322.01º | 0.82% | 0.66% | - |
| XYZ | 20.1 | 10.67 | 18.14 | - |
| YUV | 81.59 | 148.55 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 30 | 118 | 0 | 0.82 | 0.30 | 0.34 | 322.01 | 0.7 | 0.39 |
| Hex | A9 | 1E | 76 | 0 | 52 | 1E | 22 | 142 | 46 | 27 |
| Octal | 251 | 36 | 166 | 0 | 122 | 36 | 42 | 502 | 106 | 47 |
| Binary | 10101001 | 11110 | 1110110 | 0 | 1010010 | 11110 | 100010 | 101000010 | 1000110 | 100111 |
Color Harmonies of #A91E76
Complementary color
Monochromatic Colors of #A91E76
Black with #A91E76
Text Example
Text Example
White with #A91E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91E76; }
p { color: rgb(169,30,118); }
H1.HeaderClassName
{
color: #A91E76;
}
.AnyTagClassName
{
color: #A91E76;
}
</style>
background-color css
<style>
a { background-color: #A91E76; }
a { background-color: rgb(169,30,118); }
div.DivClassName
{
background-color: #A91E76;
}
.BgClassName
{
background-color: #A91E76;
}
</style>
border-color css
<style>
span { border-color: #A91E76; }
span { border-color: rgb(169,30,118); }
td.TdClassName
{
border-color: #A91E76;
}
.TagClassName
{
border-color: #A91E76;
}
</style>