Shades of Medium Red Violet #A03E90
Tints of Medium Red Violet #A03E90
RGB
CMYK
RGB Variations
Color information
#A03E90 (or 0xA03E90) is known color: Medium Red Violet. HEX triplet: A0, 3E and 90. RGB value is (160,62,144). Sum of RGB (Red+Green+Blue) = 160+62+144=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A03E90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03E90 is #5FC16F. Grayscale: #646464. Windows color (decimal): -6275440 or 9453216. OLE color: 9453216.
HSL color Cylindrical-coordinate representation of color #A03E90: hue angle of 309.8º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A03E90 is Cyan = 0, Magento = 0.61, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 62 | 144 | - |
| CMYK | 0 | 0.61 | 0.1 | 0.37 |
| HSL | 309.8º | 0.44% | 0.44% | - |
| HSV(B) | 309.8º | 0.61% | 0.63% | - |
| XYZ | 21.25 | 12.93 | 27.76 | - |
| YUV | 100.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 62 | 144 | 0 | 0.61 | 0.1 | 0.37 | 309.8 | 0.44 | 0.44 |
| Hex | A0 | 3E | 90 | 0 | 3D | A | 25 | 136 | 2C | 2C |
| Octal | 240 | 76 | 220 | 0 | 75 | 12 | 45 | 466 | 54 | 54 |
| Binary | 10100000 | 111110 | 10010000 | 0 | 111101 | 1010 | 100101 | 100110110 | 101100 | 101100 |
Color Harmonies of #A03E90
Complementary color
Monochromatic Colors of #A03E90
Black with #A03E90
Text Example
Text Example
White with #A03E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03E90; }
p { color: rgb(160,62,144); }
H1.HeaderClassName
{
color: #A03E90;
}
.AnyTagClassName
{
color: #A03E90;
}
</style>
background-color css
<style>
a { background-color: #A03E90; }
a { background-color: rgb(160,62,144); }
div.DivClassName
{
background-color: #A03E90;
}
.BgClassName
{
background-color: #A03E90;
}
</style>
border-color css
<style>
span { border-color: #A03E90; }
span { border-color: rgb(160,62,144); }
td.TdClassName
{
border-color: #A03E90;
}
.TagClassName
{
border-color: #A03E90;
}
</style>