Shades of Medium Red Violet #A83487
Tints of Medium Red Violet #A83487
RGB
CMYK
RGB Variations
Color information
#A83487 (or 0xA83487) is known color: Medium Red Violet. HEX triplet: A8, 34 and 87. RGB value is (168,52,135). Sum of RGB (Red+Green+Blue) = 168+52+135=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 168 - color contains mainly: red. Hex color #A83487 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83487 is #57CB78. Grayscale: #5F5F5F. Windows color (decimal): -5753721 or 8860840. OLE color: 8860840.
HSL color Cylindrical-coordinate representation of color #A83487: hue angle of 317.07º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A83487 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 52 | 135 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.34 |
| HSL | 317.07º | 0.53% | 0.43% | - |
| HSV(B) | 317.07º | 0.69% | 0.66% | - |
| XYZ | 21.75 | 12.53 | 24.19 | - |
| YUV | 96.15 | 149.93 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 135 | 0 | 0.69 | 0.20 | 0.34 | 317.07 | 0.53 | 0.43 |
| Hex | A8 | 34 | 87 | 0 | 45 | 14 | 22 | 13D | 35 | 2B |
| Octal | 250 | 64 | 207 | 0 | 105 | 24 | 42 | 475 | 65 | 53 |
| Binary | 10101000 | 110100 | 10000111 | 0 | 1000101 | 10100 | 100010 | 100111101 | 110101 | 101011 |
Color Harmonies of #A83487
Complementary color
Monochromatic Colors of #A83487
Black with #A83487
Text Example
Text Example
White with #A83487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83487; }
p { color: rgb(168,52,135); }
H1.HeaderClassName
{
color: #A83487;
}
.AnyTagClassName
{
color: #A83487;
}
</style>
background-color css
<style>
a { background-color: #A83487; }
a { background-color: rgb(168,52,135); }
div.DivClassName
{
background-color: #A83487;
}
.BgClassName
{
background-color: #A83487;
}
</style>
border-color css
<style>
span { border-color: #A83487; }
span { border-color: rgb(168,52,135); }
td.TdClassName
{
border-color: #A83487;
}
.TagClassName
{
border-color: #A83487;
}
</style>