Shades of Medium Red Violet #A03677
Tints of Medium Red Violet #A03677
RGB
CMYK
RGB Variations
Color information
#A03677 (or 0xA03677) is known color: Medium Red Violet. HEX triplet: A0, 36 and 77. RGB value is (160,54,119). Sum of RGB (Red+Green+Blue) = 160+54+119=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A03677 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03677 is #5FC988. Grayscale: #5C5C5C. Windows color (decimal): -6277513 or 7812768. OLE color: 7812768.
HSL color Cylindrical-coordinate representation of color #A03677: hue angle of 323.21º degrees, saturation: 0.5, 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 #A03677 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 119 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.37 |
| HSL | 323.21º | 0.5% | 0.42% | - |
| HSV(B) | 323.21º | 0.66% | 0.63% | - |
| XYZ | 19.15 | 11.44 | 18.65 | - |
| YUV | 93.1 | 142.62 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 119 | 0 | 0.66 | 0.26 | 0.37 | 323.21 | 0.5 | 0.42 |
| Hex | A0 | 36 | 77 | 0 | 42 | 1A | 25 | 143 | 32 | 2A |
| Octal | 240 | 66 | 167 | 0 | 102 | 32 | 45 | 503 | 62 | 52 |
| Binary | 10100000 | 110110 | 1110111 | 0 | 1000010 | 11010 | 100101 | 101000011 | 110010 | 101010 |
Color Harmonies of #A03677
Complementary color
Monochromatic Colors of #A03677
Black with #A03677
Text Example
Text Example
White with #A03677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03677; }
p { color: rgb(160,54,119); }
H1.HeaderClassName
{
color: #A03677;
}
.AnyTagClassName
{
color: #A03677;
}
</style>
background-color css
<style>
a { background-color: #A03677; }
a { background-color: rgb(160,54,119); }
div.DivClassName
{
background-color: #A03677;
}
.BgClassName
{
background-color: #A03677;
}
</style>
border-color css
<style>
span { border-color: #A03677; }
span { border-color: rgb(160,54,119); }
td.TdClassName
{
border-color: #A03677;
}
.TagClassName
{
border-color: #A03677;
}
</style>