Shades of Medium Red Violet #A0478B
Tints of Medium Red Violet #A0478B
RGB
CMYK
RGB Variations
Color information
#A0478B (or 0xA0478B) is known color: Medium Red Violet. HEX triplet: A0, 47 and 8B. RGB value is (160,71,139). Sum of RGB (Red+Green+Blue) = 160+71+139=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A0478B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0478B is #5FB874. Grayscale: #696969. Windows color (decimal): -6273141 or 9127840. OLE color: 9127840.
HSL color Cylindrical-coordinate representation of color #A0478B: hue angle of 314.16º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0478B is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 71 | 139 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.37 |
| HSL | 314.16º | 0.39% | 0.45% | - |
| HSV(B) | 314.16º | 0.56% | 0.63% | - |
| XYZ | 21.41 | 13.84 | 25.97 | - |
| YUV | 105.36 | 146.99 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 139 | 0 | 0.56 | 0.13 | 0.37 | 314.16 | 0.39 | 0.45 |
| Hex | A0 | 47 | 8B | 0 | 38 | D | 25 | 13A | 27 | 2D |
| Octal | 240 | 107 | 213 | 0 | 70 | 15 | 45 | 472 | 47 | 55 |
| Binary | 10100000 | 1000111 | 10001011 | 0 | 111000 | 1101 | 100101 | 100111010 | 100111 | 101101 |
Color Harmonies of #A0478B
Complementary color
Monochromatic Colors of #A0478B
Black with #A0478B
Text Example
Text Example
White with #A0478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0478B; }
p { color: rgb(160,71,139); }
H1.HeaderClassName
{
color: #A0478B;
}
.AnyTagClassName
{
color: #A0478B;
}
</style>
background-color css
<style>
a { background-color: #A0478B; }
a { background-color: rgb(160,71,139); }
div.DivClassName
{
background-color: #A0478B;
}
.BgClassName
{
background-color: #A0478B;
}
</style>
border-color css
<style>
span { border-color: #A0478B; }
span { border-color: rgb(160,71,139); }
td.TdClassName
{
border-color: #A0478B;
}
.TagClassName
{
border-color: #A0478B;
}
</style>