Shades of Medium Red Violet #A04189
Tints of Medium Red Violet #A04189
RGB
CMYK
RGB Variations
Color information
#A04189 (or 0xA04189) is known color: Medium Red Violet. HEX triplet: A0, 41 and 89. RGB value is (160,65,137). Sum of RGB (Red+Green+Blue) = 160+65+137=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A04189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04189 is #5FBE76. Grayscale: #656565. Windows color (decimal): -6274679 or 8995232. OLE color: 8995232.
HSL color Cylindrical-coordinate representation of color #A04189: hue angle of 314.53º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A04189 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 65 | 137 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.37 |
| HSL | 314.53º | 0.42% | 0.44% | - |
| HSV(B) | 314.53º | 0.59% | 0.63% | - |
| XYZ | 20.9 | 13.06 | 25.09 | - |
| YUV | 101.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 65 | 137 | 0 | 0.59 | 0.14 | 0.37 | 314.53 | 0.42 | 0.44 |
| Hex | A0 | 41 | 89 | 0 | 3B | E | 25 | 13B | 2A | 2C |
| Octal | 240 | 101 | 211 | 0 | 73 | 16 | 45 | 473 | 52 | 54 |
| Binary | 10100000 | 1000001 | 10001001 | 0 | 111011 | 1110 | 100101 | 100111011 | 101010 | 101100 |
Color Harmonies of #A04189
Complementary color
Monochromatic Colors of #A04189
Black with #A04189
Text Example
Text Example
White with #A04189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04189; }
p { color: rgb(160,65,137); }
H1.HeaderClassName
{
color: #A04189;
}
.AnyTagClassName
{
color: #A04189;
}
</style>
background-color css
<style>
a { background-color: #A04189; }
a { background-color: rgb(160,65,137); }
div.DivClassName
{
background-color: #A04189;
}
.BgClassName
{
background-color: #A04189;
}
</style>
border-color css
<style>
span { border-color: #A04189; }
span { border-color: rgb(160,65,137); }
td.TdClassName
{
border-color: #A04189;
}
.TagClassName
{
border-color: #A04189;
}
</style>