Shades of Medium Red Violet #A03893
Tints of Medium Red Violet #A03893
RGB
CMYK
RGB Variations
Color information
#A03893 (or 0xA03893) is known color: Medium Red Violet. HEX triplet: A0, 38 and 93. RGB value is (160,56,147). Sum of RGB (Red+Green+Blue) = 160+56+147=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A03893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03893 is #5FC76C. Grayscale: #616161. Windows color (decimal): -6276973 or 9648288. OLE color: 9648288.
HSL color Cylindrical-coordinate representation of color #A03893: hue angle of 307.5º 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 #A03893 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 147 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.37 |
| HSL | 307.5º | 0.48% | 0.42% | - |
| HSV(B) | 307.5º | 0.65% | 0.63% | - |
| XYZ | 21.18 | 12.41 | 28.88 | - |
| YUV | 97.47 | 155.96 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 147 | 0 | 0.65 | 0.08 | 0.37 | 307.5 | 0.48 | 0.42 |
| Hex | A0 | 38 | 93 | 0 | 41 | 8 | 25 | 134 | 30 | 2A |
| Octal | 240 | 70 | 223 | 0 | 101 | 10 | 45 | 464 | 60 | 52 |
| Binary | 10100000 | 111000 | 10010011 | 0 | 1000001 | 1000 | 100101 | 100110100 | 110000 | 101010 |
Color Harmonies of #A03893
Complementary color
Monochromatic Colors of #A03893
Black with #A03893
Text Example
Text Example
White with #A03893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03893; }
p { color: rgb(160,56,147); }
H1.HeaderClassName
{
color: #A03893;
}
.AnyTagClassName
{
color: #A03893;
}
</style>
background-color css
<style>
a { background-color: #A03893; }
a { background-color: rgb(160,56,147); }
div.DivClassName
{
background-color: #A03893;
}
.BgClassName
{
background-color: #A03893;
}
</style>
border-color css
<style>
span { border-color: #A03893; }
span { border-color: rgb(160,56,147); }
td.TdClassName
{
border-color: #A03893;
}
.TagClassName
{
border-color: #A03893;
}
</style>