Shades of Medium Red Violet #A0387D
Tints of Medium Red Violet #A0387D
RGB
CMYK
RGB Variations
Color information
#A0387D (or 0xA0387D) is known color: Medium Red Violet. HEX triplet: A0, 38 and 7D. RGB value is (160,56,125). Sum of RGB (Red+Green+Blue) = 160+56+125=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A0387D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0387D is #5FC782. Grayscale: #5E5E5E. Windows color (decimal): -6276995 or 8206496. OLE color: 8206496.
HSL color Cylindrical-coordinate representation of color #A0387D: hue angle of 320.19º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0387D is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 125 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.37 |
| HSL | 320.19º | 0.48% | 0.42% | - |
| HSV(B) | 320.19º | 0.65% | 0.63% | - |
| XYZ | 19.61 | 11.78 | 20.64 | - |
| YUV | 94.96 | 144.96 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 125 | 0 | 0.65 | 0.22 | 0.37 | 320.19 | 0.48 | 0.42 |
| Hex | A0 | 38 | 7D | 0 | 41 | 16 | 25 | 140 | 30 | 2A |
| Octal | 240 | 70 | 175 | 0 | 101 | 26 | 45 | 500 | 60 | 52 |
| Binary | 10100000 | 111000 | 1111101 | 0 | 1000001 | 10110 | 100101 | 101000000 | 110000 | 101010 |
Color Harmonies of #A0387D
Complementary color
Monochromatic Colors of #A0387D
Black with #A0387D
Text Example
Text Example
White with #A0387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0387D; }
p { color: rgb(160,56,125); }
H1.HeaderClassName
{
color: #A0387D;
}
.AnyTagClassName
{
color: #A0387D;
}
</style>
background-color css
<style>
a { background-color: #A0387D; }
a { background-color: rgb(160,56,125); }
div.DivClassName
{
background-color: #A0387D;
}
.BgClassName
{
background-color: #A0387D;
}
</style>
border-color css
<style>
span { border-color: #A0387D; }
span { border-color: rgb(160,56,125); }
td.TdClassName
{
border-color: #A0387D;
}
.TagClassName
{
border-color: #A0387D;
}
</style>