Shades of Medium Red Violet #A03477
Tints of Medium Red Violet #A03477
RGB
CMYK
RGB Variations
Color information
#A03477 (or 0xA03477) is known color: Medium Red Violet. HEX triplet: A0, 34 and 77. RGB value is (160,52,119). Sum of RGB (Red+Green+Blue) = 160+52+119=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A03477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03477 is #5FCB88. Grayscale: #5B5B5B. Windows color (decimal): -6278025 or 7812256. OLE color: 7812256.
HSL color Cylindrical-coordinate representation of color #A03477: hue angle of 322.78º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03477 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 52 | 119 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.37 |
| HSL | 322.78º | 0.51% | 0.42% | - |
| HSV(B) | 322.78º | 0.68% | 0.63% | - |
| XYZ | 19.05 | 11.26 | 18.62 | - |
| YUV | 91.93 | 143.28 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 119 | 0 | 0.68 | 0.26 | 0.37 | 322.78 | 0.51 | 0.42 |
| Hex | A0 | 34 | 77 | 0 | 44 | 1A | 25 | 143 | 33 | 2A |
| Octal | 240 | 64 | 167 | 0 | 104 | 32 | 45 | 503 | 63 | 52 |
| Binary | 10100000 | 110100 | 1110111 | 0 | 1000100 | 11010 | 100101 | 101000011 | 110011 | 101010 |
Color Harmonies of #A03477
Complementary color
Monochromatic Colors of #A03477
Black with #A03477
Text Example
Text Example
White with #A03477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03477; }
p { color: rgb(160,52,119); }
H1.HeaderClassName
{
color: #A03477;
}
.AnyTagClassName
{
color: #A03477;
}
</style>
background-color css
<style>
a { background-color: #A03477; }
a { background-color: rgb(160,52,119); }
div.DivClassName
{
background-color: #A03477;
}
.BgClassName
{
background-color: #A03477;
}
</style>
border-color css
<style>
span { border-color: #A03477; }
span { border-color: rgb(160,52,119); }
td.TdClassName
{
border-color: #A03477;
}
.TagClassName
{
border-color: #A03477;
}
</style>