Shades of Medium Red Violet #A0387A
Tints of Medium Red Violet #A0387A
RGB
CMYK
RGB Variations
Color information
#A0387A (or 0xA0387A) is known color: Medium Red Violet. HEX triplet: A0, 38 and 7A. RGB value is (160,56,122). Sum of RGB (Red+Green+Blue) = 160+56+122=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A0387A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0387A is #5FC785. Grayscale: #5E5E5E. Windows color (decimal): -6276998 or 8009888. OLE color: 8009888.
HSL color Cylindrical-coordinate representation of color #A0387A: hue angle of 321.92º 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 #A0387A is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 122 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.37 |
| HSL | 321.92º | 0.48% | 0.42% | - |
| HSV(B) | 321.92º | 0.65% | 0.63% | - |
| XYZ | 19.42 | 11.71 | 19.65 | - |
| YUV | 94.62 | 143.46 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 122 | 0 | 0.65 | 0.24 | 0.37 | 321.92 | 0.48 | 0.42 |
| Hex | A0 | 38 | 7A | 0 | 41 | 18 | 25 | 142 | 30 | 2A |
| Octal | 240 | 70 | 172 | 0 | 101 | 30 | 45 | 502 | 60 | 52 |
| Binary | 10100000 | 111000 | 1111010 | 0 | 1000001 | 11000 | 100101 | 101000010 | 110000 | 101010 |
Color Harmonies of #A0387A
Complementary color
Monochromatic Colors of #A0387A
Black with #A0387A
Text Example
Text Example
White with #A0387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0387A; }
p { color: rgb(160,56,122); }
H1.HeaderClassName
{
color: #A0387A;
}
.AnyTagClassName
{
color: #A0387A;
}
</style>
background-color css
<style>
a { background-color: #A0387A; }
a { background-color: rgb(160,56,122); }
div.DivClassName
{
background-color: #A0387A;
}
.BgClassName
{
background-color: #A0387A;
}
</style>
border-color css
<style>
span { border-color: #A0387A; }
span { border-color: rgb(160,56,122); }
td.TdClassName
{
border-color: #A0387A;
}
.TagClassName
{
border-color: #A0387A;
}
</style>