Shades of Medium Red Violet #A83995
Tints of Medium Red Violet #A83995
RGB
CMYK
RGB Variations
Color information
#A83995 (or 0xA83995) is known color: Medium Red Violet. HEX triplet: A8, 39 and 95. RGB value is (168,57,149). Sum of RGB (Red+Green+Blue) = 168+57+149=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A83995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83995 is #57C66A. Grayscale: #646464. Windows color (decimal): -5752427 or 9779624. OLE color: 9779624.
HSL color Cylindrical-coordinate representation of color #A83995: hue angle of 310.27º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A83995 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 57 | 149 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.34 |
| HSL | 310.27º | 0.49% | 0.44% | - |
| HSV(B) | 310.27º | 0.66% | 0.66% | - |
| XYZ | 23.04 | 13.42 | 29.81 | - |
| YUV | 100.68 | 155.27 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 149 | 0 | 0.66 | 0.11 | 0.34 | 310.27 | 0.49 | 0.44 |
| Hex | A8 | 39 | 95 | 0 | 42 | B | 22 | 136 | 31 | 2C |
| Octal | 250 | 71 | 225 | 0 | 102 | 13 | 42 | 466 | 61 | 54 |
| Binary | 10101000 | 111001 | 10010101 | 0 | 1000010 | 1011 | 100010 | 100110110 | 110001 | 101100 |
Color Harmonies of #A83995
Complementary color
Monochromatic Colors of #A83995
Black with #A83995
Text Example
Text Example
White with #A83995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83995; }
p { color: rgb(168,57,149); }
H1.HeaderClassName
{
color: #A83995;
}
.AnyTagClassName
{
color: #A83995;
}
</style>
background-color css
<style>
a { background-color: #A83995; }
a { background-color: rgb(168,57,149); }
div.DivClassName
{
background-color: #A83995;
}
.BgClassName
{
background-color: #A83995;
}
</style>
border-color css
<style>
span { border-color: #A83995; }
span { border-color: rgb(168,57,149); }
td.TdClassName
{
border-color: #A83995;
}
.TagClassName
{
border-color: #A83995;
}
</style>