Shades of Medium Red Violet #A83794
Tints of Medium Red Violet #A83794
RGB
CMYK
RGB Variations
Color information
#A83794 (or 0xA83794) is known color: Medium Red Violet. HEX triplet: A8, 37 and 94. RGB value is (168,55,148). Sum of RGB (Red+Green+Blue) = 168+55+148=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A83794 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83794 is #57C86B. Grayscale: #636363. Windows color (decimal): -5752940 or 9713576. OLE color: 9713576.
HSL color Cylindrical-coordinate representation of color #A83794: hue angle of 310.62º 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 #A83794 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 55 | 148 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.34 |
| HSL | 310.62º | 0.51% | 0.44% | - |
| HSV(B) | 310.62º | 0.67% | 0.66% | - |
| XYZ | 22.86 | 13.2 | 29.36 | - |
| YUV | 99.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 148 | 0 | 0.67 | 0.12 | 0.34 | 310.62 | 0.51 | 0.44 |
| Hex | A8 | 37 | 94 | 0 | 43 | C | 22 | 137 | 33 | 2C |
| Octal | 250 | 67 | 224 | 0 | 103 | 14 | 42 | 467 | 63 | 54 |
| Binary | 10101000 | 110111 | 10010100 | 0 | 1000011 | 1100 | 100010 | 100110111 | 110011 | 101100 |
Color Harmonies of #A83794
Complementary color
Monochromatic Colors of #A83794
Black with #A83794
Text Example
Text Example
White with #A83794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83794; }
p { color: rgb(168,55,148); }
H1.HeaderClassName
{
color: #A83794;
}
.AnyTagClassName
{
color: #A83794;
}
</style>
background-color css
<style>
a { background-color: #A83794; }
a { background-color: rgb(168,55,148); }
div.DivClassName
{
background-color: #A83794;
}
.BgClassName
{
background-color: #A83794;
}
</style>
border-color css
<style>
span { border-color: #A83794; }
span { border-color: rgb(168,55,148); }
td.TdClassName
{
border-color: #A83794;
}
.TagClassName
{
border-color: #A83794;
}
</style>