Shades of Medium Red Violet #A0377E
Tints of Medium Red Violet #A0377E
RGB
CMYK
RGB Variations
Color information
#A0377E (or 0xA0377E) is known color: Medium Red Violet. HEX triplet: A0, 37 and 7E. RGB value is (160,55,126). Sum of RGB (Red+Green+Blue) = 160+55+126=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A0377E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0377E is #5FC881. Grayscale: #5E5E5E. Windows color (decimal): -6277250 or 8271776. OLE color: 8271776.
HSL color Cylindrical-coordinate representation of color #A0377E: hue angle of 319.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 #A0377E is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 126 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.37 |
| HSL | 319.43º | 0.49% | 0.42% | - |
| HSV(B) | 319.43º | 0.66% | 0.63% | - |
| XYZ | 19.63 | 11.71 | 20.96 | - |
| YUV | 94.49 | 145.79 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 126 | 0 | 0.66 | 0.21 | 0.37 | 319.43 | 0.49 | 0.42 |
| Hex | A0 | 37 | 7E | 0 | 42 | 15 | 25 | 13F | 31 | 2A |
| Octal | 240 | 67 | 176 | 0 | 102 | 25 | 45 | 477 | 61 | 52 |
| Binary | 10100000 | 110111 | 1111110 | 0 | 1000010 | 10101 | 100101 | 100111111 | 110001 | 101010 |
Color Harmonies of #A0377E
Complementary color
Monochromatic Colors of #A0377E
Black with #A0377E
Text Example
Text Example
White with #A0377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0377E; }
p { color: rgb(160,55,126); }
H1.HeaderClassName
{
color: #A0377E;
}
.AnyTagClassName
{
color: #A0377E;
}
</style>
background-color css
<style>
a { background-color: #A0377E; }
a { background-color: rgb(160,55,126); }
div.DivClassName
{
background-color: #A0377E;
}
.BgClassName
{
background-color: #A0377E;
}
</style>
border-color css
<style>
span { border-color: #A0377E; }
span { border-color: rgb(160,55,126); }
td.TdClassName
{
border-color: #A0377E;
}
.TagClassName
{
border-color: #A0377E;
}
</style>