Shades of Medium Red Violet #A84989
Tints of Medium Red Violet #A84989
RGB
CMYK
RGB Variations
Color information
#A84989 (or 0xA84989) is known color: Medium Red Violet. HEX triplet: A8, 49 and 89. RGB value is (168,73,137). Sum of RGB (Red+Green+Blue) = 168+73+137=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 168 - color contains mainly: red. Hex color #A84989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84989 is #57B676. Grayscale: #6C6C6C. Windows color (decimal): -5748343 or 8997288. OLE color: 8997288.
HSL color Cylindrical-coordinate representation of color #A84989: hue angle of 319.58º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A84989 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 137 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.34 |
| HSL | 319.58º | 0.39% | 0.47% | - |
| HSV(B) | 319.58º | 0.57% | 0.66% | - |
| XYZ | 23.05 | 14.9 | 25.33 | - |
| YUV | 108.7 | 143.97 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 137 | 0 | 0.57 | 0.18 | 0.34 | 319.58 | 0.39 | 0.47 |
| Hex | A8 | 49 | 89 | 0 | 39 | 12 | 22 | 140 | 27 | 2F |
| Octal | 250 | 111 | 211 | 0 | 71 | 22 | 42 | 500 | 47 | 57 |
| Binary | 10101000 | 1001001 | 10001001 | 0 | 111001 | 10010 | 100010 | 101000000 | 100111 | 101111 |
Color Harmonies of #A84989
Complementary color
Monochromatic Colors of #A84989
Black with #A84989
Text Example
Text Example
White with #A84989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84989; }
p { color: rgb(168,73,137); }
H1.HeaderClassName
{
color: #A84989;
}
.AnyTagClassName
{
color: #A84989;
}
</style>
background-color css
<style>
a { background-color: #A84989; }
a { background-color: rgb(168,73,137); }
div.DivClassName
{
background-color: #A84989;
}
.BgClassName
{
background-color: #A84989;
}
</style>
border-color css
<style>
span { border-color: #A84989; }
span { border-color: rgb(168,73,137); }
td.TdClassName
{
border-color: #A84989;
}
.TagClassName
{
border-color: #A84989;
}
</style>