Shades of Medium Red Violet #A03883
Tints of Medium Red Violet #A03883
RGB
CMYK
RGB Variations
Color information
#A03883 (or 0xA03883) is known color: Medium Red Violet. HEX triplet: A0, 38 and 83. RGB value is (160,56,131). Sum of RGB (Red+Green+Blue) = 160+56+131=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A03883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03883 is #5FC77C. Grayscale: #5F5F5F. Windows color (decimal): -6276989 or 8599712. OLE color: 8599712.
HSL color Cylindrical-coordinate representation of color #A03883: hue angle of 316.73º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A03883 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 131 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.37 |
| HSL | 316.73º | 0.48% | 0.42% | - |
| HSV(B) | 316.73º | 0.65% | 0.63% | - |
| XYZ | 20.01 | 11.94 | 22.72 | - |
| YUV | 95.65 | 147.96 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 131 | 0 | 0.65 | 0.18 | 0.37 | 316.73 | 0.48 | 0.42 |
| Hex | A0 | 38 | 83 | 0 | 41 | 12 | 25 | 13D | 30 | 2A |
| Octal | 240 | 70 | 203 | 0 | 101 | 22 | 45 | 475 | 60 | 52 |
| Binary | 10100000 | 111000 | 10000011 | 0 | 1000001 | 10010 | 100101 | 100111101 | 110000 | 101010 |
Color Harmonies of #A03883
Complementary color
Monochromatic Colors of #A03883
Black with #A03883
Text Example
Text Example
White with #A03883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03883; }
p { color: rgb(160,56,131); }
H1.HeaderClassName
{
color: #A03883;
}
.AnyTagClassName
{
color: #A03883;
}
</style>
background-color css
<style>
a { background-color: #A03883; }
a { background-color: rgb(160,56,131); }
div.DivClassName
{
background-color: #A03883;
}
.BgClassName
{
background-color: #A03883;
}
</style>
border-color css
<style>
span { border-color: #A03883; }
span { border-color: rgb(160,56,131); }
td.TdClassName
{
border-color: #A03883;
}
.TagClassName
{
border-color: #A03883;
}
</style>