Shades of Medium Red Violet #A83293
Tints of Medium Red Violet #A83293
RGB
CMYK
RGB Variations
Color information
#A83293 (or 0xA83293) is known color: Medium Red Violet. HEX triplet: A8, 32 and 93. RGB value is (168,50,147). Sum of RGB (Red+Green+Blue) = 168+50+147=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A83293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83293 is #57CD6C. Grayscale: #606060. Windows color (decimal): -5754221 or 9646760. OLE color: 9646760.
HSL color Cylindrical-coordinate representation of color #A83293: hue angle of 310.68º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A83293 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 50 | 147 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.34 |
| HSL | 310.68º | 0.54% | 0.43% | - |
| HSV(B) | 310.68º | 0.7% | 0.66% | - |
| XYZ | 22.56 | 12.71 | 28.87 | - |
| YUV | 96.34 | 156.59 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 147 | 0 | 0.70 | 0.13 | 0.34 | 310.68 | 0.54 | 0.43 |
| Hex | A8 | 32 | 93 | 0 | 46 | D | 22 | 137 | 36 | 2B |
| Octal | 250 | 62 | 223 | 0 | 106 | 15 | 42 | 467 | 66 | 53 |
| Binary | 10101000 | 110010 | 10010011 | 0 | 1000110 | 1101 | 100010 | 100110111 | 110110 | 101011 |
Color Harmonies of #A83293
Complementary color
Monochromatic Colors of #A83293
Black with #A83293
Text Example
Text Example
White with #A83293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83293; }
p { color: rgb(168,50,147); }
H1.HeaderClassName
{
color: #A83293;
}
.AnyTagClassName
{
color: #A83293;
}
</style>
background-color css
<style>
a { background-color: #A83293; }
a { background-color: rgb(168,50,147); }
div.DivClassName
{
background-color: #A83293;
}
.BgClassName
{
background-color: #A83293;
}
</style>
border-color css
<style>
span { border-color: #A83293; }
span { border-color: rgb(168,50,147); }
td.TdClassName
{
border-color: #A83293;
}
.TagClassName
{
border-color: #A83293;
}
</style>