Shades of Medium Red Violet #A0458B
Tints of Medium Red Violet #A0458B
RGB
CMYK
RGB Variations
Color information
#A0458B (or 0xA0458B) is known color: Medium Red Violet. HEX triplet: A0, 45 and 8B. RGB value is (160,69,139). Sum of RGB (Red+Green+Blue) = 160+69+139=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A0458B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0458B is #5FBA74. Grayscale: #686868. Windows color (decimal): -6273653 or 9127328. OLE color: 9127328.
HSL color Cylindrical-coordinate representation of color #A0458B: hue angle of 313.85º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0458B is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 69 | 139 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.37 |
| HSL | 313.85º | 0.4% | 0.45% | - |
| HSV(B) | 313.85º | 0.57% | 0.63% | - |
| XYZ | 21.29 | 13.59 | 25.93 | - |
| YUV | 104.19 | 147.65 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 69 | 139 | 0 | 0.57 | 0.13 | 0.37 | 313.85 | 0.4 | 0.45 |
| Hex | A0 | 45 | 8B | 0 | 39 | D | 25 | 13A | 28 | 2D |
| Octal | 240 | 105 | 213 | 0 | 71 | 15 | 45 | 472 | 50 | 55 |
| Binary | 10100000 | 1000101 | 10001011 | 0 | 111001 | 1101 | 100101 | 100111010 | 101000 | 101101 |
Color Harmonies of #A0458B
Complementary color
Monochromatic Colors of #A0458B
Black with #A0458B
Text Example
Text Example
White with #A0458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0458B; }
p { color: rgb(160,69,139); }
H1.HeaderClassName
{
color: #A0458B;
}
.AnyTagClassName
{
color: #A0458B;
}
</style>
background-color css
<style>
a { background-color: #A0458B; }
a { background-color: rgb(160,69,139); }
div.DivClassName
{
background-color: #A0458B;
}
.BgClassName
{
background-color: #A0458B;
}
</style>
border-color css
<style>
span { border-color: #A0458B; }
span { border-color: rgb(160,69,139); }
td.TdClassName
{
border-color: #A0458B;
}
.TagClassName
{
border-color: #A0458B;
}
</style>