Shades of Medium Red Violet #A83091
Tints of Medium Red Violet #A83091
RGB
CMYK
RGB Variations
Color information
#A83091 (or 0xA83091) is known color: Medium Red Violet. HEX triplet: A8, 30 and 91. RGB value is (168,48,145). Sum of RGB (Red+Green+Blue) = 168+48+145=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 168 - color contains mainly: red. Hex color #A83091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83091 is #57CF6E. Grayscale: #5E5E5E. Windows color (decimal): -5754735 or 9515176. OLE color: 9515176.
HSL color Cylindrical-coordinate representation of color #A83091: hue angle of 311.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A83091 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 48 | 145 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.34 |
| HSL | 311.5º | 0.56% | 0.42% | - |
| HSV(B) | 311.5º | 0.71% | 0.66% | - |
| XYZ | 22.32 | 12.48 | 28.02 | - |
| YUV | 94.94 | 156.26 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 48 | 145 | 0 | 0.71 | 0.14 | 0.34 | 311.5 | 0.56 | 0.42 |
| Hex | A8 | 30 | 91 | 0 | 47 | E | 22 | 138 | 38 | 2A |
| Octal | 250 | 60 | 221 | 0 | 107 | 16 | 42 | 470 | 70 | 52 |
| Binary | 10101000 | 110000 | 10010001 | 0 | 1000111 | 1110 | 100010 | 100111000 | 111000 | 101010 |
Color Harmonies of #A83091
Complementary color
Monochromatic Colors of #A83091
Black with #A83091
Text Example
Text Example
White with #A83091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83091; }
p { color: rgb(168,48,145); }
H1.HeaderClassName
{
color: #A83091;
}
.AnyTagClassName
{
color: #A83091;
}
</style>
background-color css
<style>
a { background-color: #A83091; }
a { background-color: rgb(168,48,145); }
div.DivClassName
{
background-color: #A83091;
}
.BgClassName
{
background-color: #A83091;
}
</style>
border-color css
<style>
span { border-color: #A83091; }
span { border-color: rgb(168,48,145); }
td.TdClassName
{
border-color: #A83091;
}
.TagClassName
{
border-color: #A83091;
}
</style>