Shades of Medium Red Violet #A03E83
Tints of Medium Red Violet #A03E83
RGB
CMYK
RGB Variations
Color information
#A03E83 (or 0xA03E83) is known color: Medium Red Violet. HEX triplet: A0, 3E and 83. RGB value is (160,62,131). Sum of RGB (Red+Green+Blue) = 160+62+131=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A03E83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03E83 is #5FC17C. Grayscale: #626262. Windows color (decimal): -6275453 or 8601248. OLE color: 8601248.
HSL color Cylindrical-coordinate representation of color #A03E83: hue angle of 317.76º 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 #A03E83 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 62 | 131 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.37 |
| HSL | 317.76º | 0.44% | 0.44% | - |
| HSV(B) | 317.76º | 0.61% | 0.63% | - |
| XYZ | 20.32 | 12.56 | 22.83 | - |
| YUV | 99.17 | 145.97 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 62 | 131 | 0 | 0.61 | 0.18 | 0.37 | 317.76 | 0.44 | 0.44 |
| Hex | A0 | 3E | 83 | 0 | 3D | 12 | 25 | 13E | 2C | 2C |
| Octal | 240 | 76 | 203 | 0 | 75 | 22 | 45 | 476 | 54 | 54 |
| Binary | 10100000 | 111110 | 10000011 | 0 | 111101 | 10010 | 100101 | 100111110 | 101100 | 101100 |
Color Harmonies of #A03E83
Complementary color
Monochromatic Colors of #A03E83
Black with #A03E83
Text Example
Text Example
White with #A03E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03E83; }
p { color: rgb(160,62,131); }
H1.HeaderClassName
{
color: #A03E83;
}
.AnyTagClassName
{
color: #A03E83;
}
</style>
background-color css
<style>
a { background-color: #A03E83; }
a { background-color: rgb(160,62,131); }
div.DivClassName
{
background-color: #A03E83;
}
.BgClassName
{
background-color: #A03E83;
}
</style>
border-color css
<style>
span { border-color: #A03E83; }
span { border-color: rgb(160,62,131); }
td.TdClassName
{
border-color: #A03E83;
}
.TagClassName
{
border-color: #A03E83;
}
</style>