Shades of Medium Red Violet #A03681
Tints of Medium Red Violet #A03681
RGB
CMYK
RGB Variations
Color information
#A03681 (or 0xA03681) is known color: Medium Red Violet. HEX triplet: A0, 36 and 81. RGB value is (160,54,129). Sum of RGB (Red+Green+Blue) = 160+54+129=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A03681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03681 is #5FC97E. Grayscale: #5E5E5E. Windows color (decimal): -6277503 or 8468128. OLE color: 8468128.
HSL color Cylindrical-coordinate representation of color #A03681: hue angle of 317.55º 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 #A03681 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 54 | 129 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.37 |
| HSL | 317.55º | 0.5% | 0.42% | - |
| HSV(B) | 317.55º | 0.66% | 0.63% | - |
| XYZ | 19.78 | 11.7 | 21.98 | - |
| YUV | 94.24 | 147.62 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 54 | 129 | 0 | 0.66 | 0.19 | 0.37 | 317.55 | 0.5 | 0.42 |
| Hex | A0 | 36 | 81 | 0 | 42 | 13 | 25 | 13E | 32 | 2A |
| Octal | 240 | 66 | 201 | 0 | 102 | 23 | 45 | 476 | 62 | 52 |
| Binary | 10100000 | 110110 | 10000001 | 0 | 1000010 | 10011 | 100101 | 100111110 | 110010 | 101010 |
Color Harmonies of #A03681
Complementary color
Monochromatic Colors of #A03681
Black with #A03681
Text Example
Text Example
White with #A03681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03681; }
p { color: rgb(160,54,129); }
H1.HeaderClassName
{
color: #A03681;
}
.AnyTagClassName
{
color: #A03681;
}
</style>
background-color css
<style>
a { background-color: #A03681; }
a { background-color: rgb(160,54,129); }
div.DivClassName
{
background-color: #A03681;
}
.BgClassName
{
background-color: #A03681;
}
</style>
border-color css
<style>
span { border-color: #A03681; }
span { border-color: rgb(160,54,129); }
td.TdClassName
{
border-color: #A03681;
}
.TagClassName
{
border-color: #A03681;
}
</style>