Shades of Medium Red Violet #A03076
Tints of Medium Red Violet #A03076
RGB
CMYK
RGB Variations
Color information
#A03076 (or 0xA03076) is known color: Medium Red Violet. HEX triplet: A0, 30 and 76. RGB value is (160,48,118). Sum of RGB (Red+Green+Blue) = 160+48+118=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A03076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03076 is #5FCF89. Grayscale: #595959. Windows color (decimal): -6279050 or 7745696. OLE color: 7745696.
HSL color Cylindrical-coordinate representation of color #A03076: hue angle of 322.5º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A03076 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 48 | 118 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.37 |
| HSL | 322.5º | 0.54% | 0.41% | - |
| HSV(B) | 322.5º | 0.7% | 0.63% | - |
| XYZ | 18.82 | 10.9 | 18.25 | - |
| YUV | 89.47 | 144.11 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 118 | 0 | 0.70 | 0.26 | 0.37 | 322.5 | 0.54 | 0.41 |
| Hex | A0 | 30 | 76 | 0 | 46 | 1A | 25 | 142 | 36 | 29 |
| Octal | 240 | 60 | 166 | 0 | 106 | 32 | 45 | 502 | 66 | 51 |
| Binary | 10100000 | 110000 | 1110110 | 0 | 1000110 | 11010 | 100101 | 101000010 | 110110 | 101001 |
Color Harmonies of #A03076
Complementary color
Monochromatic Colors of #A03076
Black with #A03076
Text Example
Text Example
White with #A03076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03076; }
p { color: rgb(160,48,118); }
H1.HeaderClassName
{
color: #A03076;
}
.AnyTagClassName
{
color: #A03076;
}
</style>
background-color css
<style>
a { background-color: #A03076; }
a { background-color: rgb(160,48,118); }
div.DivClassName
{
background-color: #A03076;
}
.BgClassName
{
background-color: #A03076;
}
</style>
border-color css
<style>
span { border-color: #A03076; }
span { border-color: rgb(160,48,118); }
td.TdClassName
{
border-color: #A03076;
}
.TagClassName
{
border-color: #A03076;
}
</style>