Shades of Medium Red Violet #A82487
Tints of Medium Red Violet #A82487
RGB
CMYK
RGB Variations
Color information
#A82487 (or 0xA82487) is known color: Medium Red Violet. HEX triplet: A8, 24 and 87. RGB value is (168,36,135). Sum of RGB (Red+Green+Blue) = 168+36+135=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A82487 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82487 is #57DB78. Grayscale: #565656. Windows color (decimal): -5757817 or 8856744. OLE color: 8856744.
HSL color Cylindrical-coordinate representation of color #A82487: hue angle of 315º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82487 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 36 | 135 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.34 |
| HSL | 315º | 0.65% | 0.4% | - |
| HSV(B) | 315º | 0.79% | 0.66% | - |
| XYZ | 21.15 | 11.34 | 23.99 | - |
| YUV | 86.75 | 155.23 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 135 | 0 | 0.79 | 0.20 | 0.34 | 315 | 0.65 | 0.4 |
| Hex | A8 | 24 | 87 | 0 | 4F | 14 | 22 | 13B | 41 | 28 |
| Octal | 250 | 44 | 207 | 0 | 117 | 24 | 42 | 473 | 101 | 50 |
| Binary | 10101000 | 100100 | 10000111 | 0 | 1001111 | 10100 | 100010 | 100111011 | 1000001 | 101000 |
Color Harmonies of #A82487
Complementary color
Monochromatic Colors of #A82487
Black with #A82487
Text Example
Text Example
White with #A82487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82487; }
p { color: rgb(168,36,135); }
H1.HeaderClassName
{
color: #A82487;
}
.AnyTagClassName
{
color: #A82487;
}
</style>
background-color css
<style>
a { background-color: #A82487; }
a { background-color: rgb(168,36,135); }
div.DivClassName
{
background-color: #A82487;
}
.BgClassName
{
background-color: #A82487;
}
</style>
border-color css
<style>
span { border-color: #A82487; }
span { border-color: rgb(168,36,135); }
td.TdClassName
{
border-color: #A82487;
}
.TagClassName
{
border-color: #A82487;
}
</style>