Shades of Medium Red Violet #A03683
Tints of Medium Red Violet #A03683
RGB
CMYK
RGB Variations
Color information
#A03683 (or 0xA03683) is known color: Medium Red Violet. HEX triplet: A0, 36 and 83. RGB value is (160,54,131). Sum of RGB (Red+Green+Blue) = 160+54+131=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A03683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03683 is #5FC97C. Grayscale: #5E5E5E. Windows color (decimal): -6277501 or 8599200. OLE color: 8599200.
HSL color Cylindrical-coordinate representation of color #A03683: hue angle of 316.42º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03683 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 131 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.37 |
| HSL | 316.42º | 0.5% | 0.42% | - |
| HSV(B) | 316.42º | 0.66% | 0.63% | - |
| XYZ | 19.91 | 11.75 | 22.69 | - |
| YUV | 94.47 | 148.62 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 131 | 0 | 0.66 | 0.18 | 0.37 | 316.42 | 0.5 | 0.42 |
| Hex | A0 | 36 | 83 | 0 | 42 | 12 | 25 | 13C | 32 | 2A |
| Octal | 240 | 66 | 203 | 0 | 102 | 22 | 45 | 474 | 62 | 52 |
| Binary | 10100000 | 110110 | 10000011 | 0 | 1000010 | 10010 | 100101 | 100111100 | 110010 | 101010 |
Color Harmonies of #A03683
Complementary color
Monochromatic Colors of #A03683
Black with #A03683
Text Example
Text Example
White with #A03683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03683; }
p { color: rgb(160,54,131); }
H1.HeaderClassName
{
color: #A03683;
}
.AnyTagClassName
{
color: #A03683;
}
</style>
background-color css
<style>
a { background-color: #A03683; }
a { background-color: rgb(160,54,131); }
div.DivClassName
{
background-color: #A03683;
}
.BgClassName
{
background-color: #A03683;
}
</style>
border-color css
<style>
span { border-color: #A03683; }
span { border-color: rgb(160,54,131); }
td.TdClassName
{
border-color: #A03683;
}
.TagClassName
{
border-color: #A03683;
}
</style>