Shades of Medium Red Violet #A84089
Tints of Medium Red Violet #A84089
RGB
CMYK
RGB Variations
Color information
#A84089 (or 0xA84089) is known color: Medium Red Violet. HEX triplet: A8, 40 and 89. RGB value is (168,64,137). Sum of RGB (Red+Green+Blue) = 168+64+137=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A84089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84089 is #57BF76. Grayscale: #676767. Windows color (decimal): -5750647 or 8994984. OLE color: 8994984.
HSL color Cylindrical-coordinate representation of color #A84089: hue angle of 317.88º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A84089 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 64 | 137 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.34 |
| HSL | 317.88º | 0.45% | 0.45% | - |
| HSV(B) | 317.88º | 0.62% | 0.66% | - |
| XYZ | 22.5 | 13.8 | 25.14 | - |
| YUV | 103.42 | 146.96 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 64 | 137 | 0 | 0.62 | 0.18 | 0.34 | 317.88 | 0.45 | 0.45 |
| Hex | A8 | 40 | 89 | 0 | 3E | 12 | 22 | 13E | 2D | 2D |
| Octal | 250 | 100 | 211 | 0 | 76 | 22 | 42 | 476 | 55 | 55 |
| Binary | 10101000 | 1000000 | 10001001 | 0 | 111110 | 10010 | 100010 | 100111110 | 101101 | 101101 |
Color Harmonies of #A84089
Complementary color
Monochromatic Colors of #A84089
Black with #A84089
Text Example
Text Example
White with #A84089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84089; }
p { color: rgb(168,64,137); }
H1.HeaderClassName
{
color: #A84089;
}
.AnyTagClassName
{
color: #A84089;
}
</style>
background-color css
<style>
a { background-color: #A84089; }
a { background-color: rgb(168,64,137); }
div.DivClassName
{
background-color: #A84089;
}
.BgClassName
{
background-color: #A84089;
}
</style>
border-color css
<style>
span { border-color: #A84089; }
span { border-color: rgb(168,64,137); }
td.TdClassName
{
border-color: #A84089;
}
.TagClassName
{
border-color: #A84089;
}
</style>