Shades of Medium Red Violet #A83489
Tints of Medium Red Violet #A83489
RGB
CMYK
RGB Variations
Color information
#A83489 (or 0xA83489) is known color: Medium Red Violet. HEX triplet: A8, 34 and 89. RGB value is (168,52,137). Sum of RGB (Red+Green+Blue) = 168+52+137=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 168 - color contains mainly: red. Hex color #A83489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83489 is #57CB76. Grayscale: #606060. Windows color (decimal): -5753719 or 8991912. OLE color: 8991912.
HSL color Cylindrical-coordinate representation of color #A83489: hue angle of 316.03º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A83489 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 52 | 137 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.34 |
| HSL | 316.03º | 0.53% | 0.43% | - |
| HSV(B) | 316.03º | 0.69% | 0.66% | - |
| XYZ | 21.89 | 12.59 | 24.94 | - |
| YUV | 96.37 | 150.93 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 137 | 0 | 0.69 | 0.18 | 0.34 | 316.03 | 0.53 | 0.43 |
| Hex | A8 | 34 | 89 | 0 | 45 | 12 | 22 | 13C | 35 | 2B |
| Octal | 250 | 64 | 211 | 0 | 105 | 22 | 42 | 474 | 65 | 53 |
| Binary | 10101000 | 110100 | 10001001 | 0 | 1000101 | 10010 | 100010 | 100111100 | 110101 | 101011 |
Color Harmonies of #A83489
Complementary color
Monochromatic Colors of #A83489
Black with #A83489
Text Example
Text Example
White with #A83489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83489; }
p { color: rgb(168,52,137); }
H1.HeaderClassName
{
color: #A83489;
}
.AnyTagClassName
{
color: #A83489;
}
</style>
background-color css
<style>
a { background-color: #A83489; }
a { background-color: rgb(168,52,137); }
div.DivClassName
{
background-color: #A83489;
}
.BgClassName
{
background-color: #A83489;
}
</style>
border-color css
<style>
span { border-color: #A83489; }
span { border-color: rgb(168,52,137); }
td.TdClassName
{
border-color: #A83489;
}
.TagClassName
{
border-color: #A83489;
}
</style>