Shades of Medium Red Violet #A84489
Tints of Medium Red Violet #A84489
RGB
CMYK
RGB Variations
Color information
#A84489 (or 0xA84489) is known color: Medium Red Violet. HEX triplet: A8, 44 and 89. RGB value is (168,68,137). Sum of RGB (Red+Green+Blue) = 168+68+137=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A84489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84489 is #57BB76. Grayscale: #696969. Windows color (decimal): -5749623 or 8996008. OLE color: 8996008.
HSL color Cylindrical-coordinate representation of color #A84489: hue angle of 318.6º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84489 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 68 | 137 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.34 |
| HSL | 318.6º | 0.42% | 0.46% | - |
| HSV(B) | 318.6º | 0.6% | 0.66% | - |
| XYZ | 22.73 | 14.27 | 25.22 | - |
| YUV | 105.77 | 145.63 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 68 | 137 | 0 | 0.60 | 0.18 | 0.34 | 318.6 | 0.42 | 0.46 |
| Hex | A8 | 44 | 89 | 0 | 3C | 12 | 22 | 13F | 2A | 2E |
| Octal | 250 | 104 | 211 | 0 | 74 | 22 | 42 | 477 | 52 | 56 |
| Binary | 10101000 | 1000100 | 10001001 | 0 | 111100 | 10010 | 100010 | 100111111 | 101010 | 101110 |
Color Harmonies of #A84489
Complementary color
Monochromatic Colors of #A84489
Black with #A84489
Text Example
Text Example
White with #A84489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84489; }
p { color: rgb(168,68,137); }
H1.HeaderClassName
{
color: #A84489;
}
.AnyTagClassName
{
color: #A84489;
}
</style>
background-color css
<style>
a { background-color: #A84489; }
a { background-color: rgb(168,68,137); }
div.DivClassName
{
background-color: #A84489;
}
.BgClassName
{
background-color: #A84489;
}
</style>
border-color css
<style>
span { border-color: #A84489; }
span { border-color: rgb(168,68,137); }
td.TdClassName
{
border-color: #A84489;
}
.TagClassName
{
border-color: #A84489;
}
</style>