Shades of Medium Red Violet #A83793
Tints of Medium Red Violet #A83793
RGB
CMYK
RGB Variations
Color information
#A83793 (or 0xA83793) is known color: Medium Red Violet. HEX triplet: A8, 37 and 93. RGB value is (168,55,147). Sum of RGB (Red+Green+Blue) = 168+55+147=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A83793 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83793 is #57C86C. Grayscale: #636363. Windows color (decimal): -5752941 or 9648040. OLE color: 9648040.
HSL color Cylindrical-coordinate representation of color #A83793: hue angle of 311.15º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A83793 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 55 | 147 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.34 |
| HSL | 311.15º | 0.51% | 0.44% | - |
| HSV(B) | 311.15º | 0.67% | 0.66% | - |
| XYZ | 22.78 | 13.16 | 28.94 | - |
| YUV | 99.28 | 154.94 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 147 | 0 | 0.67 | 0.13 | 0.34 | 311.15 | 0.51 | 0.44 |
| Hex | A8 | 37 | 93 | 0 | 43 | D | 22 | 137 | 33 | 2C |
| Octal | 250 | 67 | 223 | 0 | 103 | 15 | 42 | 467 | 63 | 54 |
| Binary | 10101000 | 110111 | 10010011 | 0 | 1000011 | 1101 | 100010 | 100110111 | 110011 | 101100 |
Color Harmonies of #A83793
Complementary color
Monochromatic Colors of #A83793
Black with #A83793
Text Example
Text Example
White with #A83793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83793; }
p { color: rgb(168,55,147); }
H1.HeaderClassName
{
color: #A83793;
}
.AnyTagClassName
{
color: #A83793;
}
</style>
background-color css
<style>
a { background-color: #A83793; }
a { background-color: rgb(168,55,147); }
div.DivClassName
{
background-color: #A83793;
}
.BgClassName
{
background-color: #A83793;
}
</style>
border-color css
<style>
span { border-color: #A83793; }
span { border-color: rgb(168,55,147); }
td.TdClassName
{
border-color: #A83793;
}
.TagClassName
{
border-color: #A83793;
}
</style>