Shades of Medium Red Violet #A82186
Tints of Medium Red Violet #A82186
RGB
CMYK
RGB Variations
Color information
#A82186 (or 0xA82186) is known color: Medium Red Violet. HEX triplet: A8, 21 and 86. RGB value is (168,33,134). Sum of RGB (Red+Green+Blue) = 168+33+134=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A82186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82186 is #57DE79. Grayscale: #545454. Windows color (decimal): -5758586 or 8790440. OLE color: 8790440.
HSL color Cylindrical-coordinate representation of color #A82186: hue angle of 315.11º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A82186 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 33 | 134 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.34 |
| HSL | 315.11º | 0.67% | 0.39% | - |
| HSV(B) | 315.11º | 0.8% | 0.66% | - |
| XYZ | 21 | 11.13 | 23.6 | - |
| YUV | 84.88 | 155.73 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 134 | 0 | 0.80 | 0.20 | 0.34 | 315.11 | 0.67 | 0.39 |
| Hex | A8 | 21 | 86 | 0 | 50 | 14 | 22 | 13B | 43 | 27 |
| Octal | 250 | 41 | 206 | 0 | 120 | 24 | 42 | 473 | 103 | 47 |
| Binary | 10101000 | 100001 | 10000110 | 0 | 1010000 | 10100 | 100010 | 100111011 | 1000011 | 100111 |
Color Harmonies of #A82186
Complementary color
Monochromatic Colors of #A82186
Black with #A82186
Text Example
Text Example
White with #A82186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82186; }
p { color: rgb(168,33,134); }
H1.HeaderClassName
{
color: #A82186;
}
.AnyTagClassName
{
color: #A82186;
}
</style>
background-color css
<style>
a { background-color: #A82186; }
a { background-color: rgb(168,33,134); }
div.DivClassName
{
background-color: #A82186;
}
.BgClassName
{
background-color: #A82186;
}
</style>
border-color css
<style>
span { border-color: #A82186; }
span { border-color: rgb(168,33,134); }
td.TdClassName
{
border-color: #A82186;
}
.TagClassName
{
border-color: #A82186;
}
</style>