Shades of Medium Red Violet #A0377F
Tints of Medium Red Violet #A0377F
RGB
CMYK
RGB Variations
Color information
#A0377F (or 0xA0377F) is known color: Medium Red Violet. HEX triplet: A0, 37 and 7F. RGB value is (160,55,127). Sum of RGB (Red+Green+Blue) = 160+55+127=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A0377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0377F is #5FC880. Grayscale: #5E5E5E. Windows color (decimal): -6277249 or 8337312. OLE color: 8337312.
HSL color Cylindrical-coordinate representation of color #A0377F: hue angle of 318.86º 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 #A0377F is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 127 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.37 |
| HSL | 318.86º | 0.49% | 0.42% | - |
| HSV(B) | 318.86º | 0.66% | 0.63% | - |
| XYZ | 19.69 | 11.74 | 21.31 | - |
| YUV | 94.6 | 146.29 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 127 | 0 | 0.66 | 0.21 | 0.37 | 318.86 | 0.49 | 0.42 |
| Hex | A0 | 37 | 7F | 0 | 42 | 15 | 25 | 13F | 31 | 2A |
| Octal | 240 | 67 | 177 | 0 | 102 | 25 | 45 | 477 | 61 | 52 |
| Binary | 10100000 | 110111 | 1111111 | 0 | 1000010 | 10101 | 100101 | 100111111 | 110001 | 101010 |
Color Harmonies of #A0377F
Complementary color
Monochromatic Colors of #A0377F
Black with #A0377F
Text Example
Text Example
White with #A0377F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0377F; }
p { color: rgb(160,55,127); }
H1.HeaderClassName
{
color: #A0377F;
}
.AnyTagClassName
{
color: #A0377F;
}
</style>
background-color css
<style>
a { background-color: #A0377F; }
a { background-color: rgb(160,55,127); }
div.DivClassName
{
background-color: #A0377F;
}
.BgClassName
{
background-color: #A0377F;
}
</style>
border-color css
<style>
span { border-color: #A0377F; }
span { border-color: rgb(160,55,127); }
td.TdClassName
{
border-color: #A0377F;
}
.TagClassName
{
border-color: #A0377F;
}
</style>