Shades of Medium Red Violet #A0378A
Tints of Medium Red Violet #A0378A
RGB
CMYK
RGB Variations
Color information
#A0378A (or 0xA0378A) is known color: Medium Red Violet. HEX triplet: A0, 37 and 8A. RGB value is (160,55,138). Sum of RGB (Red+Green+Blue) = 160+55+138=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A0378A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0378A is #5FC875. Grayscale: #5F5F5F. Windows color (decimal): -6277238 or 9058208. OLE color: 9058208.
HSL color Cylindrical-coordinate representation of color #A0378A: hue angle of 312.57º 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 #A0378A is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 55 | 138 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.37 |
| HSL | 312.57º | 0.49% | 0.42% | - |
| HSV(B) | 312.57º | 0.66% | 0.63% | - |
| XYZ | 20.45 | 12.04 | 25.29 | - |
| YUV | 95.86 | 151.79 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 55 | 138 | 0 | 0.66 | 0.14 | 0.37 | 312.57 | 0.49 | 0.42 |
| Hex | A0 | 37 | 8A | 0 | 42 | E | 25 | 139 | 31 | 2A |
| Octal | 240 | 67 | 212 | 0 | 102 | 16 | 45 | 471 | 61 | 52 |
| Binary | 10100000 | 110111 | 10001010 | 0 | 1000010 | 1110 | 100101 | 100111001 | 110001 | 101010 |
Color Harmonies of #A0378A
Complementary color
Monochromatic Colors of #A0378A
Black with #A0378A
Text Example
Text Example
White with #A0378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0378A; }
p { color: rgb(160,55,138); }
H1.HeaderClassName
{
color: #A0378A;
}
.AnyTagClassName
{
color: #A0378A;
}
</style>
background-color css
<style>
a { background-color: #A0378A; }
a { background-color: rgb(160,55,138); }
div.DivClassName
{
background-color: #A0378A;
}
.BgClassName
{
background-color: #A0378A;
}
</style>
border-color css
<style>
span { border-color: #A0378A; }
span { border-color: rgb(160,55,138); }
td.TdClassName
{
border-color: #A0378A;
}
.TagClassName
{
border-color: #A0378A;
}
</style>