Shades of Medium Red Violet #A84990
Tints of Medium Red Violet #A84990
RGB
CMYK
RGB Variations
Color information
#A84990 (or 0xA84990) is known color: Medium Red Violet. HEX triplet: A8, 49 and 90. RGB value is (168,73,144). Sum of RGB (Red+Green+Blue) = 168+73+144=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A84990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84990 is #57B66F. Grayscale: #6D6D6D. Windows color (decimal): -5748336 or 9456040. OLE color: 9456040.
HSL color Cylindrical-coordinate representation of color #A84990: hue angle of 315.16º 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 #A84990 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 73 | 144 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.34 |
| HSL | 315.16º | 0.39% | 0.47% | - |
| HSV(B) | 315.16º | 0.57% | 0.66% | - |
| XYZ | 23.57 | 15.1 | 28.06 | - |
| YUV | 109.5 | 147.47 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 73 | 144 | 0 | 0.57 | 0.14 | 0.34 | 315.16 | 0.39 | 0.47 |
| Hex | A8 | 49 | 90 | 0 | 39 | E | 22 | 13B | 27 | 2F |
| Octal | 250 | 111 | 220 | 0 | 71 | 16 | 42 | 473 | 47 | 57 |
| Binary | 10101000 | 1001001 | 10010000 | 0 | 111001 | 1110 | 100010 | 100111011 | 100111 | 101111 |
Color Harmonies of #A84990
Complementary color
Monochromatic Colors of #A84990
Black with #A84990
Text Example
Text Example
White with #A84990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84990; }
p { color: rgb(168,73,144); }
H1.HeaderClassName
{
color: #A84990;
}
.AnyTagClassName
{
color: #A84990;
}
</style>
background-color css
<style>
a { background-color: #A84990; }
a { background-color: rgb(168,73,144); }
div.DivClassName
{
background-color: #A84990;
}
.BgClassName
{
background-color: #A84990;
}
</style>
border-color css
<style>
span { border-color: #A84990; }
span { border-color: rgb(168,73,144); }
td.TdClassName
{
border-color: #A84990;
}
.TagClassName
{
border-color: #A84990;
}
</style>