Shades of Medium Red Violet #A03F83
Tints of Medium Red Violet #A03F83
RGB
CMYK
RGB Variations
Color information
#A03F83 (or 0xA03F83) is known color: Medium Red Violet. HEX triplet: A0, 3F and 83. RGB value is (160,63,131). Sum of RGB (Red+Green+Blue) = 160+63+131=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03F83 is #5FC07C. Grayscale: #636363. Windows color (decimal): -6275197 or 8601504. OLE color: 8601504.
HSL color Cylindrical-coordinate representation of color #A03F83: hue angle of 317.94º degrees, saturation: 0.43, 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 #A03F83 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 63 | 131 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.37 |
| HSL | 317.94º | 0.43% | 0.44% | - |
| HSV(B) | 317.94º | 0.61% | 0.63% | - |
| XYZ | 20.37 | 12.67 | 22.84 | - |
| YUV | 99.76 | 145.64 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 131 | 0 | 0.61 | 0.18 | 0.37 | 317.94 | 0.43 | 0.44 |
| Hex | A0 | 3F | 83 | 0 | 3D | 12 | 25 | 13E | 2B | 2C |
| Octal | 240 | 77 | 203 | 0 | 75 | 22 | 45 | 476 | 53 | 54 |
| Binary | 10100000 | 111111 | 10000011 | 0 | 111101 | 10010 | 100101 | 100111110 | 101011 | 101100 |
Color Harmonies of #A03F83
Complementary color
Monochromatic Colors of #A03F83
Black with #A03F83
Text Example
Text Example
White with #A03F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03F83; }
p { color: rgb(160,63,131); }
H1.HeaderClassName
{
color: #A03F83;
}
.AnyTagClassName
{
color: #A03F83;
}
</style>
background-color css
<style>
a { background-color: #A03F83; }
a { background-color: rgb(160,63,131); }
div.DivClassName
{
background-color: #A03F83;
}
.BgClassName
{
background-color: #A03F83;
}
</style>
border-color css
<style>
span { border-color: #A03F83; }
span { border-color: rgb(160,63,131); }
td.TdClassName
{
border-color: #A03F83;
}
.TagClassName
{
border-color: #A03F83;
}
</style>