Shades of Medium Red Violet #A83C89
Tints of Medium Red Violet #A83C89
RGB
CMYK
RGB Variations
Color information
#A83C89 (or 0xA83C89) is known color: Medium Red Violet. HEX triplet: A8, 3C and 89. RGB value is (168,60,137). Sum of RGB (Red+Green+Blue) = 168+60+137=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A83C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83C89 is #57C376. Grayscale: #646464. Windows color (decimal): -5751671 or 8993960. OLE color: 8993960.
HSL color Cylindrical-coordinate representation of color #A83C89: hue angle of 317.22º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A83C89 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 60 | 137 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.34 |
| HSL | 317.22º | 0.47% | 0.45% | - |
| HSV(B) | 317.22º | 0.64% | 0.66% | - |
| XYZ | 22.28 | 13.36 | 25.07 | - |
| YUV | 101.07 | 148.28 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 137 | 0 | 0.64 | 0.18 | 0.34 | 317.22 | 0.47 | 0.45 |
| Hex | A8 | 3C | 89 | 0 | 40 | 12 | 22 | 13D | 2F | 2D |
| Octal | 250 | 74 | 211 | 0 | 100 | 22 | 42 | 475 | 57 | 55 |
| Binary | 10101000 | 111100 | 10001001 | 0 | 1000000 | 10010 | 100010 | 100111101 | 101111 | 101101 |
Color Harmonies of #A83C89
Complementary color
Monochromatic Colors of #A83C89
Black with #A83C89
Text Example
Text Example
White with #A83C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83C89; }
p { color: rgb(168,60,137); }
H1.HeaderClassName
{
color: #A83C89;
}
.AnyTagClassName
{
color: #A83C89;
}
</style>
background-color css
<style>
a { background-color: #A83C89; }
a { background-color: rgb(168,60,137); }
div.DivClassName
{
background-color: #A83C89;
}
.BgClassName
{
background-color: #A83C89;
}
</style>
border-color css
<style>
span { border-color: #A83C89; }
span { border-color: rgb(168,60,137); }
td.TdClassName
{
border-color: #A83C89;
}
.TagClassName
{
border-color: #A83C89;
}
</style>