Shades of Medium Red Violet #A83791
Tints of Medium Red Violet #A83791
RGB
CMYK
RGB Variations
Color information
#A83791 (or 0xA83791) is known color: Medium Red Violet. HEX triplet: A8, 37 and 91. RGB value is (168,55,145). Sum of RGB (Red+Green+Blue) = 168+55+145=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 168 - color contains mainly: red. Hex color #A83791 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83791 is #57C86E. Grayscale: #626262. Windows color (decimal): -5752943 or 9516968. OLE color: 9516968.
HSL color Cylindrical-coordinate representation of color #A83791: hue angle of 312.21º 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 #A83791 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 55 | 145 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.34 |
| HSL | 312.21º | 0.51% | 0.44% | - |
| HSV(B) | 312.21º | 0.67% | 0.66% | - |
| XYZ | 22.63 | 13.1 | 28.12 | - |
| YUV | 99.05 | 153.94 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 145 | 0 | 0.67 | 0.14 | 0.34 | 312.21 | 0.51 | 0.44 |
| Hex | A8 | 37 | 91 | 0 | 43 | E | 22 | 138 | 33 | 2C |
| Octal | 250 | 67 | 221 | 0 | 103 | 16 | 42 | 470 | 63 | 54 |
| Binary | 10101000 | 110111 | 10010001 | 0 | 1000011 | 1110 | 100010 | 100111000 | 110011 | 101100 |
Color Harmonies of #A83791
Complementary color
Monochromatic Colors of #A83791
Black with #A83791
Text Example
Text Example
White with #A83791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83791; }
p { color: rgb(168,55,145); }
H1.HeaderClassName
{
color: #A83791;
}
.AnyTagClassName
{
color: #A83791;
}
</style>
background-color css
<style>
a { background-color: #A83791; }
a { background-color: rgb(168,55,145); }
div.DivClassName
{
background-color: #A83791;
}
.BgClassName
{
background-color: #A83791;
}
</style>
border-color css
<style>
span { border-color: #A83791; }
span { border-color: rgb(168,55,145); }
td.TdClassName
{
border-color: #A83791;
}
.TagClassName
{
border-color: #A83791;
}
</style>