Shades of Medium Red Violet #A82587
Tints of Medium Red Violet #A82587
RGB
CMYK
RGB Variations
Color information
#A82587 (or 0xA82587) is known color: Medium Red Violet. HEX triplet: A8, 25 and 87. RGB value is (168,37,135). Sum of RGB (Red+Green+Blue) = 168+37+135=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 135 (53.12% from 255 or 39.71% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A82587 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82587 is #57DA78. Grayscale: #575757. Windows color (decimal): -5757561 or 8857000. OLE color: 8857000.
HSL color Cylindrical-coordinate representation of color #A82587: hue angle of 315.11º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A82587 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 37 | 135 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.34 |
| HSL | 315.11º | 0.64% | 0.4% | - |
| HSV(B) | 315.11º | 0.78% | 0.66% | - |
| XYZ | 21.18 | 11.4 | 24.01 | - |
| YUV | 87.34 | 154.9 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 135 | 0 | 0.78 | 0.20 | 0.34 | 315.11 | 0.64 | 0.4 |
| Hex | A8 | 25 | 87 | 0 | 4E | 14 | 22 | 13B | 40 | 28 |
| Octal | 250 | 45 | 207 | 0 | 116 | 24 | 42 | 473 | 100 | 50 |
| Binary | 10101000 | 100101 | 10000111 | 0 | 1001110 | 10100 | 100010 | 100111011 | 1000000 | 101000 |
Color Harmonies of #A82587
Complementary color
Monochromatic Colors of #A82587
Black with #A82587
Text Example
Text Example
White with #A82587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82587; }
p { color: rgb(168,37,135); }
H1.HeaderClassName
{
color: #A82587;
}
.AnyTagClassName
{
color: #A82587;
}
</style>
background-color css
<style>
a { background-color: #A82587; }
a { background-color: rgb(168,37,135); }
div.DivClassName
{
background-color: #A82587;
}
.BgClassName
{
background-color: #A82587;
}
</style>
border-color css
<style>
span { border-color: #A82587; }
span { border-color: rgb(168,37,135); }
td.TdClassName
{
border-color: #A82587;
}
.TagClassName
{
border-color: #A82587;
}
</style>