Shades of Medium Red Violet #A82986
Tints of Medium Red Violet #A82986
RGB
CMYK
RGB Variations
Color information
#A82986 (or 0xA82986) is known color: Medium Red Violet. HEX triplet: A8, 29 and 86. RGB value is (168,41,134). Sum of RGB (Red+Green+Blue) = 168+41+134=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 134 (52.73% from 255 or 39.07% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A82986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82986 is #57D679. Grayscale: #595959. Windows color (decimal): -5756538 or 8792488. OLE color: 8792488.
HSL color Cylindrical-coordinate representation of color #A82986: hue angle of 316.06º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A82986 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 41 | 134 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.34 |
| HSL | 316.06º | 0.61% | 0.41% | - |
| HSV(B) | 316.06º | 0.76% | 0.66% | - |
| XYZ | 21.24 | 11.63 | 23.68 | - |
| YUV | 89.58 | 153.08 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 134 | 0 | 0.76 | 0.20 | 0.34 | 316.06 | 0.61 | 0.41 |
| Hex | A8 | 29 | 86 | 0 | 4C | 14 | 22 | 13C | 3D | 29 |
| Octal | 250 | 51 | 206 | 0 | 114 | 24 | 42 | 474 | 75 | 51 |
| Binary | 10101000 | 101001 | 10000110 | 0 | 1001100 | 10100 | 100010 | 100111100 | 111101 | 101001 |
Color Harmonies of #A82986
Complementary color
Monochromatic Colors of #A82986
Black with #A82986
Text Example
Text Example
White with #A82986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82986; }
p { color: rgb(168,41,134); }
H1.HeaderClassName
{
color: #A82986;
}
.AnyTagClassName
{
color: #A82986;
}
</style>
background-color css
<style>
a { background-color: #A82986; }
a { background-color: rgb(168,41,134); }
div.DivClassName
{
background-color: #A82986;
}
.BgClassName
{
background-color: #A82986;
}
</style>
border-color css
<style>
span { border-color: #A82986; }
span { border-color: rgb(168,41,134); }
td.TdClassName
{
border-color: #A82986;
}
.TagClassName
{
border-color: #A82986;
}
</style>