Shades of Medium Red Violet #A04289
Tints of Medium Red Violet #A04289
RGB
CMYK
RGB Variations
Color information
#A04289 (or 0xA04289) is known color: Medium Red Violet. HEX triplet: A0, 42 and 89. RGB value is (160,66,137). Sum of RGB (Red+Green+Blue) = 160+66+137=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A04289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04289 is #5FBD76. Grayscale: #666666. Windows color (decimal): -6274423 or 8995488. OLE color: 8995488.
HSL color Cylindrical-coordinate representation of color #A04289: hue angle of 314.68º 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 #A04289 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 66 | 137 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.37 |
| HSL | 314.68º | 0.42% | 0.44% | - |
| HSV(B) | 314.68º | 0.59% | 0.63% | - |
| XYZ | 20.96 | 13.18 | 25.11 | - |
| YUV | 102.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 66 | 137 | 0 | 0.59 | 0.14 | 0.37 | 314.68 | 0.42 | 0.44 |
| Hex | A0 | 42 | 89 | 0 | 3B | E | 25 | 13B | 2A | 2C |
| Octal | 240 | 102 | 211 | 0 | 73 | 16 | 45 | 473 | 52 | 54 |
| Binary | 10100000 | 1000010 | 10001001 | 0 | 111011 | 1110 | 100101 | 100111011 | 101010 | 101100 |
Color Harmonies of #A04289
Complementary color
Monochromatic Colors of #A04289
Black with #A04289
Text Example
Text Example
White with #A04289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04289; }
p { color: rgb(160,66,137); }
H1.HeaderClassName
{
color: #A04289;
}
.AnyTagClassName
{
color: #A04289;
}
</style>
background-color css
<style>
a { background-color: #A04289; }
a { background-color: rgb(160,66,137); }
div.DivClassName
{
background-color: #A04289;
}
.BgClassName
{
background-color: #A04289;
}
</style>
border-color css
<style>
span { border-color: #A04289; }
span { border-color: rgb(160,66,137); }
td.TdClassName
{
border-color: #A04289;
}
.TagClassName
{
border-color: #A04289;
}
</style>