Shades of Medium Red Violet #A93989
Tints of Medium Red Violet #A93989
RGB
CMYK
RGB Variations
Color information
#A93989 (or 0xA93989) is known color: Medium Red Violet. HEX triplet: A9, 39 and 89. RGB value is (169,57,137). Sum of RGB (Red+Green+Blue) = 169+57+137=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A93989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93989 is #56C676. Grayscale: #636363. Windows color (decimal): -5686903 or 8993193. OLE color: 8993193.
HSL color Cylindrical-coordinate representation of color #A93989: hue angle of 317.14º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A93989 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 57 | 137 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.34 |
| HSL | 317.14º | 0.5% | 0.44% | - |
| HSV(B) | 317.14º | 0.66% | 0.66% | - |
| XYZ | 22.34 | 13.17 | 25.03 | - |
| YUV | 99.61 | 149.11 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 57 | 137 | 0 | 0.66 | 0.19 | 0.34 | 317.14 | 0.5 | 0.44 |
| Hex | A9 | 39 | 89 | 0 | 42 | 13 | 22 | 13D | 32 | 2C |
| Octal | 251 | 71 | 211 | 0 | 102 | 23 | 42 | 475 | 62 | 54 |
| Binary | 10101001 | 111001 | 10001001 | 0 | 1000010 | 10011 | 100010 | 100111101 | 110010 | 101100 |
Color Harmonies of #A93989
Complementary color
Monochromatic Colors of #A93989
Black with #A93989
Text Example
Text Example
White with #A93989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93989; }
p { color: rgb(169,57,137); }
H1.HeaderClassName
{
color: #A93989;
}
.AnyTagClassName
{
color: #A93989;
}
</style>
background-color css
<style>
a { background-color: #A93989; }
a { background-color: rgb(169,57,137); }
div.DivClassName
{
background-color: #A93989;
}
.BgClassName
{
background-color: #A93989;
}
</style>
border-color css
<style>
span { border-color: #A93989; }
span { border-color: rgb(169,57,137); }
td.TdClassName
{
border-color: #A93989;
}
.TagClassName
{
border-color: #A93989;
}
</style>