Shades of Medium Red Violet #A83883
Tints of Medium Red Violet #A83883
RGB
CMYK
RGB Variations
Color information
#A83883 (or 0xA83883) is known color: Medium Red Violet. HEX triplet: A8, 38 and 83. RGB value is (168,56,131). Sum of RGB (Red+Green+Blue) = 168+56+131=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 168 - color contains mainly: red. Hex color #A83883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83883 is #57C77C. Grayscale: #616161. Windows color (decimal): -5752701 or 8599720. OLE color: 8599720.
HSL color Cylindrical-coordinate representation of color #A83883: hue angle of 319.82º 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 #A83883 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 131 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.34 |
| HSL | 319.82º | 0.5% | 0.44% | - |
| HSV(B) | 319.82º | 0.67% | 0.66% | - |
| XYZ | 21.66 | 12.79 | 22.8 | - |
| YUV | 98.04 | 146.61 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 131 | 0 | 0.67 | 0.22 | 0.34 | 319.82 | 0.5 | 0.44 |
| Hex | A8 | 38 | 83 | 0 | 43 | 16 | 22 | 140 | 32 | 2C |
| Octal | 250 | 70 | 203 | 0 | 103 | 26 | 42 | 500 | 62 | 54 |
| Binary | 10101000 | 111000 | 10000011 | 0 | 1000011 | 10110 | 100010 | 101000000 | 110010 | 101100 |
Color Harmonies of #A83883
Complementary color
Monochromatic Colors of #A83883
Black with #A83883
Text Example
Text Example
White with #A83883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83883; }
p { color: rgb(168,56,131); }
H1.HeaderClassName
{
color: #A83883;
}
.AnyTagClassName
{
color: #A83883;
}
</style>
background-color css
<style>
a { background-color: #A83883; }
a { background-color: rgb(168,56,131); }
div.DivClassName
{
background-color: #A83883;
}
.BgClassName
{
background-color: #A83883;
}
</style>
border-color css
<style>
span { border-color: #A83883; }
span { border-color: rgb(168,56,131); }
td.TdClassName
{
border-color: #A83883;
}
.TagClassName
{
border-color: #A83883;
}
</style>