Shades of Medium Red Violet #A03777
Tints of Medium Red Violet #A03777
RGB
CMYK
RGB Variations
Color information
#A03777 (or 0xA03777) is known color: Medium Red Violet. HEX triplet: A0, 37 and 77. RGB value is (160,55,119). Sum of RGB (Red+Green+Blue) = 160+55+119=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A03777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03777 is #5FC888. Grayscale: #5D5D5D. Windows color (decimal): -6277257 or 7813024. OLE color: 7813024.
HSL color Cylindrical-coordinate representation of color #A03777: hue angle of 323.43º 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 #A03777 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 119 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.37 |
| HSL | 323.43º | 0.49% | 0.42% | - |
| HSV(B) | 323.43º | 0.66% | 0.63% | - |
| XYZ | 19.19 | 11.54 | 18.67 | - |
| YUV | 93.69 | 142.29 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 119 | 0 | 0.66 | 0.26 | 0.37 | 323.43 | 0.49 | 0.42 |
| Hex | A0 | 37 | 77 | 0 | 42 | 1A | 25 | 143 | 31 | 2A |
| Octal | 240 | 67 | 167 | 0 | 102 | 32 | 45 | 503 | 61 | 52 |
| Binary | 10100000 | 110111 | 1110111 | 0 | 1000010 | 11010 | 100101 | 101000011 | 110001 | 101010 |
Color Harmonies of #A03777
Complementary color
Monochromatic Colors of #A03777
Black with #A03777
Text Example
Text Example
White with #A03777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03777; }
p { color: rgb(160,55,119); }
H1.HeaderClassName
{
color: #A03777;
}
.AnyTagClassName
{
color: #A03777;
}
</style>
background-color css
<style>
a { background-color: #A03777; }
a { background-color: rgb(160,55,119); }
div.DivClassName
{
background-color: #A03777;
}
.BgClassName
{
background-color: #A03777;
}
</style>
border-color css
<style>
span { border-color: #A03777; }
span { border-color: rgb(160,55,119); }
td.TdClassName
{
border-color: #A03777;
}
.TagClassName
{
border-color: #A03777;
}
</style>