Shades of Medium Red Violet #A82786
Tints of Medium Red Violet #A82786
RGB
CMYK
RGB Variations
Color information
#A82786 (or 0xA82786) is known color: Medium Red Violet. HEX triplet: A8, 27 and 86. RGB value is (168,39,134). Sum of RGB (Red+Green+Blue) = 168+39+134=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A82786 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82786 is #57D879. Grayscale: #585858. Windows color (decimal): -5757050 or 8791976. OLE color: 8791976.
HSL color Cylindrical-coordinate representation of color #A82786: hue angle of 315.81º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82786 is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 39 | 134 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.34 |
| HSL | 315.81º | 0.62% | 0.41% | - |
| HSV(B) | 315.81º | 0.77% | 0.66% | - |
| XYZ | 21.18 | 11.5 | 23.66 | - |
| YUV | 88.4 | 153.74 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 134 | 0 | 0.77 | 0.20 | 0.34 | 315.81 | 0.62 | 0.41 |
| Hex | A8 | 27 | 86 | 0 | 4D | 14 | 22 | 13C | 3E | 29 |
| Octal | 250 | 47 | 206 | 0 | 115 | 24 | 42 | 474 | 76 | 51 |
| Binary | 10101000 | 100111 | 10000110 | 0 | 1001101 | 10100 | 100010 | 100111100 | 111110 | 101001 |
Color Harmonies of #A82786
Complementary color
Monochromatic Colors of #A82786
Black with #A82786
Text Example
Text Example
White with #A82786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82786; }
p { color: rgb(168,39,134); }
H1.HeaderClassName
{
color: #A82786;
}
.AnyTagClassName
{
color: #A82786;
}
</style>
background-color css
<style>
a { background-color: #A82786; }
a { background-color: rgb(168,39,134); }
div.DivClassName
{
background-color: #A82786;
}
.BgClassName
{
background-color: #A82786;
}
</style>
border-color css
<style>
span { border-color: #A82786; }
span { border-color: rgb(168,39,134); }
td.TdClassName
{
border-color: #A82786;
}
.TagClassName
{
border-color: #A82786;
}
</style>