Shades of Medium Red Violet #A93575
Tints of Medium Red Violet #A93575
RGB
CMYK
RGB Variations
Color information
#A93575 (or 0xA93575) is known color: Medium Red Violet. HEX triplet: A9, 35 and 75. RGB value is (169,53,117). Sum of RGB (Red+Green+Blue) = 169+53+117=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A93575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93575 is #56CA8A. Grayscale: #5E5E5E. Windows color (decimal): -5687947 or 7681449. OLE color: 7681449.
HSL color Cylindrical-coordinate representation of color #A93575: hue angle of 326.9º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A93575 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 53 | 117 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.34 |
| HSL | 326.9º | 0.52% | 0.44% | - |
| HSV(B) | 326.9º | 0.69% | 0.66% | - |
| XYZ | 20.85 | 12.27 | 18.1 | - |
| YUV | 94.98 | 140.43 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 53 | 117 | 0 | 0.69 | 0.31 | 0.34 | 326.9 | 0.52 | 0.44 |
| Hex | A9 | 35 | 75 | 0 | 45 | 1F | 22 | 147 | 34 | 2C |
| Octal | 251 | 65 | 165 | 0 | 105 | 37 | 42 | 507 | 64 | 54 |
| Binary | 10101001 | 110101 | 1110101 | 0 | 1000101 | 11111 | 100010 | 101000111 | 110100 | 101100 |
Color Harmonies of #A93575
Complementary color
Monochromatic Colors of #A93575
Black with #A93575
Text Example
Text Example
White with #A93575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93575; }
p { color: rgb(169,53,117); }
H1.HeaderClassName
{
color: #A93575;
}
.AnyTagClassName
{
color: #A93575;
}
</style>
background-color css
<style>
a { background-color: #A93575; }
a { background-color: rgb(169,53,117); }
div.DivClassName
{
background-color: #A93575;
}
.BgClassName
{
background-color: #A93575;
}
</style>
border-color css
<style>
span { border-color: #A93575; }
span { border-color: rgb(169,53,117); }
td.TdClassName
{
border-color: #A93575;
}
.TagClassName
{
border-color: #A93575;
}
</style>