Shades of Medium Red Violet #A82187
Tints of Medium Red Violet #A82187
RGB
CMYK
RGB Variations
Color information
#A82187 (or 0xA82187) is known color: Medium Red Violet. HEX triplet: A8, 21 and 87. RGB value is (168,33,135). Sum of RGB (Red+Green+Blue) = 168+33+135=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A82187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82187 is #57DE78. Grayscale: #545454. Windows color (decimal): -5758585 or 8855976. OLE color: 8855976.
HSL color Cylindrical-coordinate representation of color #A82187: hue angle of 314.67º 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 #A82187 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 33 | 135 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.34 |
| HSL | 314.67º | 0.67% | 0.39% | - |
| HSV(B) | 314.67º | 0.8% | 0.66% | - |
| XYZ | 21.07 | 11.16 | 23.97 | - |
| YUV | 84.99 | 156.23 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 135 | 0 | 0.80 | 0.20 | 0.34 | 314.67 | 0.67 | 0.39 |
| Hex | A8 | 21 | 87 | 0 | 50 | 14 | 22 | 13B | 43 | 27 |
| Octal | 250 | 41 | 207 | 0 | 120 | 24 | 42 | 473 | 103 | 47 |
| Binary | 10101000 | 100001 | 10000111 | 0 | 1010000 | 10100 | 100010 | 100111011 | 1000011 | 100111 |
Color Harmonies of #A82187
Complementary color
Monochromatic Colors of #A82187
Black with #A82187
Text Example
Text Example
White with #A82187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82187; }
p { color: rgb(168,33,135); }
H1.HeaderClassName
{
color: #A82187;
}
.AnyTagClassName
{
color: #A82187;
}
</style>
background-color css
<style>
a { background-color: #A82187; }
a { background-color: rgb(168,33,135); }
div.DivClassName
{
background-color: #A82187;
}
.BgClassName
{
background-color: #A82187;
}
</style>
border-color css
<style>
span { border-color: #A82187; }
span { border-color: rgb(168,33,135); }
td.TdClassName
{
border-color: #A82187;
}
.TagClassName
{
border-color: #A82187;
}
</style>