Shades of Medium Red Violet #A93979
Tints of Medium Red Violet #A93979
RGB
CMYK
RGB Variations
Color information
#A93979 (or 0xA93979) is known color: Medium Red Violet. HEX triplet: A9, 39 and 79. RGB value is (169,57,121). Sum of RGB (Red+Green+Blue) = 169+57+121=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A93979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93979 is #56C686. Grayscale: #616161. Windows color (decimal): -5686919 or 7944617. OLE color: 7944617.
HSL color Cylindrical-coordinate representation of color #A93979: hue angle of 325.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 #A93979 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 57 | 121 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.34 |
| HSL | 325.71º | 0.5% | 0.44% | - |
| HSV(B) | 325.71º | 0.66% | 0.66% | - |
| XYZ | 21.28 | 12.74 | 19.43 | - |
| YUV | 97.78 | 141.11 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 57 | 121 | 0 | 0.66 | 0.28 | 0.34 | 325.71 | 0.5 | 0.44 |
| Hex | A9 | 39 | 79 | 0 | 42 | 1C | 22 | 146 | 32 | 2C |
| Octal | 251 | 71 | 171 | 0 | 102 | 34 | 42 | 506 | 62 | 54 |
| Binary | 10101001 | 111001 | 1111001 | 0 | 1000010 | 11100 | 100010 | 101000110 | 110010 | 101100 |
Color Harmonies of #A93979
Complementary color
Monochromatic Colors of #A93979
Black with #A93979
Text Example
Text Example
White with #A93979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93979; }
p { color: rgb(169,57,121); }
H1.HeaderClassName
{
color: #A93979;
}
.AnyTagClassName
{
color: #A93979;
}
</style>
background-color css
<style>
a { background-color: #A93979; }
a { background-color: rgb(169,57,121); }
div.DivClassName
{
background-color: #A93979;
}
.BgClassName
{
background-color: #A93979;
}
</style>
border-color css
<style>
span { border-color: #A93979; }
span { border-color: rgb(169,57,121); }
td.TdClassName
{
border-color: #A93979;
}
.TagClassName
{
border-color: #A93979;
}
</style>