Shades of Medium Red Violet #A93995
Tints of Medium Red Violet #A93995
RGB
CMYK
RGB Variations
Color information
#A93995 (or 0xA93995) is known color: Medium Red Violet. HEX triplet: A9, 39 and 95. RGB value is (169,57,149). Sum of RGB (Red+Green+Blue) = 169+57+149=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 169 - color contains mainly: red. Hex color #A93995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93995 is #56C66A. Grayscale: #646464. Windows color (decimal): -5686891 or 9779625. OLE color: 9779625.
HSL color Cylindrical-coordinate representation of color #A93995: hue angle of 310.71º 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 #A93995 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 57 | 149 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.34 |
| HSL | 310.71º | 0.5% | 0.44% | - |
| HSV(B) | 310.71º | 0.66% | 0.66% | - |
| XYZ | 23.25 | 13.53 | 29.82 | - |
| YUV | 100.98 | 155.11 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 57 | 149 | 0 | 0.66 | 0.12 | 0.34 | 310.71 | 0.5 | 0.44 |
| Hex | A9 | 39 | 95 | 0 | 42 | C | 22 | 137 | 32 | 2C |
| Octal | 251 | 71 | 225 | 0 | 102 | 14 | 42 | 467 | 62 | 54 |
| Binary | 10101001 | 111001 | 10010101 | 0 | 1000010 | 1100 | 100010 | 100110111 | 110010 | 101100 |
Color Harmonies of #A93995
Complementary color
Monochromatic Colors of #A93995
Black with #A93995
Text Example
Text Example
White with #A93995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93995; }
p { color: rgb(169,57,149); }
H1.HeaderClassName
{
color: #A93995;
}
.AnyTagClassName
{
color: #A93995;
}
</style>
background-color css
<style>
a { background-color: #A93995; }
a { background-color: rgb(169,57,149); }
div.DivClassName
{
background-color: #A93995;
}
.BgClassName
{
background-color: #A93995;
}
</style>
border-color css
<style>
span { border-color: #A93995; }
span { border-color: rgb(169,57,149); }
td.TdClassName
{
border-color: #A93995;
}
.TagClassName
{
border-color: #A93995;
}
</style>