Shades of Medium Red Violet #A93376
Tints of Medium Red Violet #A93376
RGB
CMYK
RGB Variations
Color information
#A93376 (or 0xA93376) is known color: Medium Red Violet. HEX triplet: A9, 33 and 76. RGB value is (169,51,118). Sum of RGB (Red+Green+Blue) = 169+51+118=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A93376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93376 is #56CC89. Grayscale: #5D5D5D. Windows color (decimal): -5688458 or 7746473. OLE color: 7746473.
HSL color Cylindrical-coordinate representation of color #A93376: hue angle of 325.93º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A93376 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 51 | 118 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.34 |
| HSL | 325.93º | 0.54% | 0.43% | - |
| HSV(B) | 325.93º | 0.7% | 0.66% | - |
| XYZ | 20.82 | 12.11 | 18.38 | - |
| YUV | 93.92 | 141.59 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 51 | 118 | 0 | 0.70 | 0.30 | 0.34 | 325.93 | 0.54 | 0.43 |
| Hex | A9 | 33 | 76 | 0 | 46 | 1E | 22 | 146 | 36 | 2B |
| Octal | 251 | 63 | 166 | 0 | 106 | 36 | 42 | 506 | 66 | 53 |
| Binary | 10101001 | 110011 | 1110110 | 0 | 1000110 | 11110 | 100010 | 101000110 | 110110 | 101011 |
Color Harmonies of #A93376
Complementary color
Monochromatic Colors of #A93376
Black with #A93376
Text Example
Text Example
White with #A93376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93376; }
p { color: rgb(169,51,118); }
H1.HeaderClassName
{
color: #A93376;
}
.AnyTagClassName
{
color: #A93376;
}
</style>
background-color css
<style>
a { background-color: #A93376; }
a { background-color: rgb(169,51,118); }
div.DivClassName
{
background-color: #A93376;
}
.BgClassName
{
background-color: #A93376;
}
</style>
border-color css
<style>
span { border-color: #A93376; }
span { border-color: rgb(169,51,118); }
td.TdClassName
{
border-color: #A93376;
}
.TagClassName
{
border-color: #A93376;
}
</style>