Shades of Medium Red Violet #A03878
Tints of Medium Red Violet #A03878
RGB
CMYK
RGB Variations
Color information
#A03878 (or 0xA03878) is known color: Medium Red Violet. HEX triplet: A0, 38 and 78. RGB value is (160,56,120). Sum of RGB (Red+Green+Blue) = 160+56+120=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A03878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03878 is #5FC787. Grayscale: #5E5E5E. Windows color (decimal): -6277000 or 7878816. OLE color: 7878816.
HSL color Cylindrical-coordinate representation of color #A03878: hue angle of 323.08º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A03878 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 120 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.37 |
| HSL | 323.08º | 0.48% | 0.42% | - |
| HSV(B) | 323.08º | 0.65% | 0.63% | - |
| XYZ | 19.3 | 11.66 | 19 | - |
| YUV | 94.39 | 142.46 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 120 | 0 | 0.65 | 0.25 | 0.37 | 323.08 | 0.48 | 0.42 |
| Hex | A0 | 38 | 78 | 0 | 41 | 19 | 25 | 143 | 30 | 2A |
| Octal | 240 | 70 | 170 | 0 | 101 | 31 | 45 | 503 | 60 | 52 |
| Binary | 10100000 | 111000 | 1111000 | 0 | 1000001 | 11001 | 100101 | 101000011 | 110000 | 101010 |
Color Harmonies of #A03878
Complementary color
Monochromatic Colors of #A03878
Black with #A03878
Text Example
Text Example
White with #A03878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03878; }
p { color: rgb(160,56,120); }
H1.HeaderClassName
{
color: #A03878;
}
.AnyTagClassName
{
color: #A03878;
}
</style>
background-color css
<style>
a { background-color: #A03878; }
a { background-color: rgb(160,56,120); }
div.DivClassName
{
background-color: #A03878;
}
.BgClassName
{
background-color: #A03878;
}
</style>
border-color css
<style>
span { border-color: #A03878; }
span { border-color: rgb(160,56,120); }
td.TdClassName
{
border-color: #A03878;
}
.TagClassName
{
border-color: #A03878;
}
</style>