Shades of Medium Red Violet #A83882
Tints of Medium Red Violet #A83882
RGB
CMYK
RGB Variations
Color information
#A83882 (or 0xA83882) is known color: Medium Red Violet. HEX triplet: A8, 38 and 82. RGB value is (168,56,130). Sum of RGB (Red+Green+Blue) = 168+56+130=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A83882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83882 is #57C77D. Grayscale: #616161. Windows color (decimal): -5752702 or 8534184. OLE color: 8534184.
HSL color Cylindrical-coordinate representation of color #A83882: hue angle of 320.36º 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 #A83882 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 130 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.34 |
| HSL | 320.36º | 0.5% | 0.44% | - |
| HSV(B) | 320.36º | 0.67% | 0.66% | - |
| XYZ | 21.59 | 12.76 | 22.44 | - |
| YUV | 97.92 | 146.11 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 130 | 0 | 0.67 | 0.23 | 0.34 | 320.36 | 0.5 | 0.44 |
| Hex | A8 | 38 | 82 | 0 | 43 | 17 | 22 | 140 | 32 | 2C |
| Octal | 250 | 70 | 202 | 0 | 103 | 27 | 42 | 500 | 62 | 54 |
| Binary | 10101000 | 111000 | 10000010 | 0 | 1000011 | 10111 | 100010 | 101000000 | 110010 | 101100 |
Color Harmonies of #A83882
Complementary color
Monochromatic Colors of #A83882
Black with #A83882
Text Example
Text Example
White with #A83882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83882; }
p { color: rgb(168,56,130); }
H1.HeaderClassName
{
color: #A83882;
}
.AnyTagClassName
{
color: #A83882;
}
</style>
background-color css
<style>
a { background-color: #A83882; }
a { background-color: rgb(168,56,130); }
div.DivClassName
{
background-color: #A83882;
}
.BgClassName
{
background-color: #A83882;
}
</style>
border-color css
<style>
span { border-color: #A83882; }
span { border-color: rgb(168,56,130); }
td.TdClassName
{
border-color: #A83882;
}
.TagClassName
{
border-color: #A83882;
}
</style>