Shades of Medium Red Violet #A03778
Tints of Medium Red Violet #A03778
RGB
CMYK
RGB Variations
Color information
#A03778 (or 0xA03778) is known color: Medium Red Violet. HEX triplet: A0, 37 and 78. RGB value is (160,55,120). Sum of RGB (Red+Green+Blue) = 160+55+120=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A03778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03778 is #5FC887. Grayscale: #5D5D5D. Windows color (decimal): -6277256 or 7878560. OLE color: 7878560.
HSL color Cylindrical-coordinate representation of color #A03778: hue angle of 322.86º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03778 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 120 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.37 |
| HSL | 322.86º | 0.49% | 0.42% | - |
| HSV(B) | 322.86º | 0.66% | 0.63% | - |
| XYZ | 19.25 | 11.56 | 18.99 | - |
| YUV | 93.81 | 142.79 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 120 | 0 | 0.66 | 0.25 | 0.37 | 322.86 | 0.49 | 0.42 |
| Hex | A0 | 37 | 78 | 0 | 42 | 19 | 25 | 143 | 31 | 2A |
| Octal | 240 | 67 | 170 | 0 | 102 | 31 | 45 | 503 | 61 | 52 |
| Binary | 10100000 | 110111 | 1111000 | 0 | 1000010 | 11001 | 100101 | 101000011 | 110001 | 101010 |
Color Harmonies of #A03778
Complementary color
Monochromatic Colors of #A03778
Black with #A03778
Text Example
Text Example
White with #A03778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03778; }
p { color: rgb(160,55,120); }
H1.HeaderClassName
{
color: #A03778;
}
.AnyTagClassName
{
color: #A03778;
}
</style>
background-color css
<style>
a { background-color: #A03778; }
a { background-color: rgb(160,55,120); }
div.DivClassName
{
background-color: #A03778;
}
.BgClassName
{
background-color: #A03778;
}
</style>
border-color css
<style>
span { border-color: #A03778; }
span { border-color: rgb(160,55,120); }
td.TdClassName
{
border-color: #A03778;
}
.TagClassName
{
border-color: #A03778;
}
</style>