Shades of Medium Red Violet #A83880
Tints of Medium Red Violet #A83880
RGB
CMYK
RGB Variations
Color information
#A83880 (or 0xA83880) is known color: Medium Red Violet. HEX triplet: A8, 38 and 80. RGB value is (168,56,128). Sum of RGB (Red+Green+Blue) = 168+56+128=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 168 - color contains mainly: red. Hex color #A83880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83880 is #57C77F. Grayscale: #616161. Windows color (decimal): -5752704 or 8403112. OLE color: 8403112.
HSL color Cylindrical-coordinate representation of color #A83880: hue angle of 321.43º 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 #A83880 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 128 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.34 |
| HSL | 321.43º | 0.5% | 0.44% | - |
| HSV(B) | 321.43º | 0.67% | 0.66% | - |
| XYZ | 21.46 | 12.71 | 21.74 | - |
| YUV | 97.7 | 145.11 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 128 | 0 | 0.67 | 0.24 | 0.34 | 321.43 | 0.5 | 0.44 |
| Hex | A8 | 38 | 80 | 0 | 43 | 18 | 22 | 141 | 32 | 2C |
| Octal | 250 | 70 | 200 | 0 | 103 | 30 | 42 | 501 | 62 | 54 |
| Binary | 10101000 | 111000 | 10000000 | 0 | 1000011 | 11000 | 100010 | 101000001 | 110010 | 101100 |
Color Harmonies of #A83880
Complementary color
Monochromatic Colors of #A83880
Black with #A83880
Text Example
Text Example
White with #A83880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83880; }
p { color: rgb(168,56,128); }
H1.HeaderClassName
{
color: #A83880;
}
.AnyTagClassName
{
color: #A83880;
}
</style>
background-color css
<style>
a { background-color: #A83880; }
a { background-color: rgb(168,56,128); }
div.DivClassName
{
background-color: #A83880;
}
.BgClassName
{
background-color: #A83880;
}
</style>
border-color css
<style>
span { border-color: #A83880; }
span { border-color: rgb(168,56,128); }
td.TdClassName
{
border-color: #A83880;
}
.TagClassName
{
border-color: #A83880;
}
</style>