Shades of Medium Red Violet #A83392
Tints of Medium Red Violet #A83392
RGB
CMYK
RGB Variations
Color information
#A83392 (or 0xA83392) is known color: Medium Red Violet. HEX triplet: A8, 33 and 92. RGB value is (168,51,146). Sum of RGB (Red+Green+Blue) = 168+51+146=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A83392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83392 is #57CC6D. Grayscale: #606060. Windows color (decimal): -5753966 or 9581480. OLE color: 9581480.
HSL color Cylindrical-coordinate representation of color #A83392: hue angle of 311.28º degrees, saturation: 0.53, 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 #A83392 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 51 | 146 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.34 |
| HSL | 311.28º | 0.53% | 0.43% | - |
| HSV(B) | 311.28º | 0.7% | 0.66% | - |
| XYZ | 22.52 | 12.77 | 28.47 | - |
| YUV | 96.81 | 155.76 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 146 | 0 | 0.70 | 0.13 | 0.34 | 311.28 | 0.53 | 0.43 |
| Hex | A8 | 33 | 92 | 0 | 46 | D | 22 | 137 | 35 | 2B |
| Octal | 250 | 63 | 222 | 0 | 106 | 15 | 42 | 467 | 65 | 53 |
| Binary | 10101000 | 110011 | 10010010 | 0 | 1000110 | 1101 | 100010 | 100110111 | 110101 | 101011 |
Color Harmonies of #A83392
Complementary color
Monochromatic Colors of #A83392
Black with #A83392
Text Example
Text Example
White with #A83392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83392; }
p { color: rgb(168,51,146); }
H1.HeaderClassName
{
color: #A83392;
}
.AnyTagClassName
{
color: #A83392;
}
</style>
background-color css
<style>
a { background-color: #A83392; }
a { background-color: rgb(168,51,146); }
div.DivClassName
{
background-color: #A83392;
}
.BgClassName
{
background-color: #A83392;
}
</style>
border-color css
<style>
span { border-color: #A83392; }
span { border-color: rgb(168,51,146); }
td.TdClassName
{
border-color: #A83392;
}
.TagClassName
{
border-color: #A83392;
}
</style>