Shades of Medium Red Violet #A03290
Tints of Medium Red Violet #A03290
RGB
CMYK
RGB Variations
Color information
#A03290 (or 0xA03290) is known color: Medium Red Violet. HEX triplet: A0, 32 and 90. RGB value is (160,50,144). Sum of RGB (Red+Green+Blue) = 160+50+144=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A03290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03290 is #5FCD6F. Grayscale: #5D5D5D. Windows color (decimal): -6278512 or 9450144. OLE color: 9450144.
HSL color Cylindrical-coordinate representation of color #A03290: hue angle of 308.73º degrees, saturation: 0.52, 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 #A03290 is Cyan = 0, Magento = 0.69, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 50 | 144 | - |
| CMYK | 0 | 0.69 | 0.1 | 0.37 |
| HSL | 308.73º | 0.52% | 0.41% | - |
| HSV(B) | 308.73º | 0.69% | 0.63% | - |
| XYZ | 20.67 | 11.77 | 27.57 | - |
| YUV | 93.61 | 156.44 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 144 | 0 | 0.69 | 0.1 | 0.37 | 308.73 | 0.52 | 0.41 |
| Hex | A0 | 32 | 90 | 0 | 45 | A | 25 | 135 | 34 | 29 |
| Octal | 240 | 62 | 220 | 0 | 105 | 12 | 45 | 465 | 64 | 51 |
| Binary | 10100000 | 110010 | 10010000 | 0 | 1000101 | 1010 | 100101 | 100110101 | 110100 | 101001 |
Color Harmonies of #A03290
Complementary color
Monochromatic Colors of #A03290
Black with #A03290
Text Example
Text Example
White with #A03290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03290; }
p { color: rgb(160,50,144); }
H1.HeaderClassName
{
color: #A03290;
}
.AnyTagClassName
{
color: #A03290;
}
</style>
background-color css
<style>
a { background-color: #A03290; }
a { background-color: rgb(160,50,144); }
div.DivClassName
{
background-color: #A03290;
}
.BgClassName
{
background-color: #A03290;
}
</style>
border-color css
<style>
span { border-color: #A03290; }
span { border-color: rgb(160,50,144); }
td.TdClassName
{
border-color: #A03290;
}
.TagClassName
{
border-color: #A03290;
}
</style>