Shades of Medium Red Violet #A83892
Tints of Medium Red Violet #A83892
RGB
CMYK
RGB Variations
Color information
#A83892 (or 0xA83892) is known color: Medium Red Violet. HEX triplet: A8, 38 and 92. RGB value is (168,56,146). Sum of RGB (Red+Green+Blue) = 168+56+146=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A83892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83892 is #57C76D. Grayscale: #636363. Windows color (decimal): -5752686 or 9582760. OLE color: 9582760.
HSL color Cylindrical-coordinate representation of color #A83892: hue angle of 311.79º degrees, saturation: 0.5, 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 #A83892 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 146 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.34 |
| HSL | 311.79º | 0.5% | 0.44% | - |
| HSV(B) | 311.79º | 0.67% | 0.66% | - |
| XYZ | 22.75 | 13.23 | 28.55 | - |
| YUV | 99.75 | 154.11 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 146 | 0 | 0.67 | 0.13 | 0.34 | 311.79 | 0.5 | 0.44 |
| Hex | A8 | 38 | 92 | 0 | 43 | D | 22 | 138 | 32 | 2C |
| Octal | 250 | 70 | 222 | 0 | 103 | 15 | 42 | 470 | 62 | 54 |
| Binary | 10101000 | 111000 | 10010010 | 0 | 1000011 | 1101 | 100010 | 100111000 | 110010 | 101100 |
Color Harmonies of #A83892
Complementary color
Monochromatic Colors of #A83892
Black with #A83892
Text Example
Text Example
White with #A83892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83892; }
p { color: rgb(168,56,146); }
H1.HeaderClassName
{
color: #A83892;
}
.AnyTagClassName
{
color: #A83892;
}
</style>
background-color css
<style>
a { background-color: #A83892; }
a { background-color: rgb(168,56,146); }
div.DivClassName
{
background-color: #A83892;
}
.BgClassName
{
background-color: #A83892;
}
</style>
border-color css
<style>
span { border-color: #A83892; }
span { border-color: rgb(168,56,146); }
td.TdClassName
{
border-color: #A83892;
}
.TagClassName
{
border-color: #A83892;
}
</style>