Shades of Medium Red Violet #A03189
Tints of Medium Red Violet #A03189
RGB
CMYK
RGB Variations
Color information
#A03189 (or 0xA03189) is known color: Medium Red Violet. HEX triplet: A0, 31 and 89. RGB value is (160,49,137). Sum of RGB (Red+Green+Blue) = 160+49+137=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A03189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03189 is #5FCE76. Grayscale: #5B5B5B. Windows color (decimal): -6278775 or 8991136. OLE color: 8991136.
HSL color Cylindrical-coordinate representation of color #A03189: hue angle of 312.43º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03189 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 49 | 137 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.37 |
| HSL | 312.43º | 0.53% | 0.41% | - |
| HSV(B) | 312.43º | 0.69% | 0.63% | - |
| XYZ | 20.11 | 11.48 | 24.82 | - |
| YUV | 92.22 | 153.27 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 49 | 137 | 0 | 0.69 | 0.14 | 0.37 | 312.43 | 0.53 | 0.41 |
| Hex | A0 | 31 | 89 | 0 | 45 | E | 25 | 138 | 35 | 29 |
| Octal | 240 | 61 | 211 | 0 | 105 | 16 | 45 | 470 | 65 | 51 |
| Binary | 10100000 | 110001 | 10001001 | 0 | 1000101 | 1110 | 100101 | 100111000 | 110101 | 101001 |
Color Harmonies of #A03189
Complementary color
Monochromatic Colors of #A03189
Black with #A03189
Text Example
Text Example
White with #A03189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03189; }
p { color: rgb(160,49,137); }
H1.HeaderClassName
{
color: #A03189;
}
.AnyTagClassName
{
color: #A03189;
}
</style>
background-color css
<style>
a { background-color: #A03189; }
a { background-color: rgb(160,49,137); }
div.DivClassName
{
background-color: #A03189;
}
.BgClassName
{
background-color: #A03189;
}
</style>
border-color css
<style>
span { border-color: #A03189; }
span { border-color: rgb(160,49,137); }
td.TdClassName
{
border-color: #A03189;
}
.TagClassName
{
border-color: #A03189;
}
</style>