Shades of Medium Red Violet #A82287
Tints of Medium Red Violet #A82287
RGB
CMYK
RGB Variations
Color information
#A82287 (or 0xA82287) is known color: Medium Red Violet. HEX triplet: A8, 22 and 87. RGB value is (168,34,135). Sum of RGB (Red+Green+Blue) = 168+34+135=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A82287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82287 is #57DD78. Grayscale: #555555. Windows color (decimal): -5758329 or 8856232. OLE color: 8856232.
HSL color Cylindrical-coordinate representation of color #A82287: hue angle of 314.78º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A82287 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 34 | 135 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.34 |
| HSL | 314.78º | 0.66% | 0.4% | - |
| HSV(B) | 314.78º | 0.8% | 0.66% | - |
| XYZ | 21.09 | 11.22 | 23.98 | - |
| YUV | 85.58 | 155.89 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 135 | 0 | 0.80 | 0.20 | 0.34 | 314.78 | 0.66 | 0.4 |
| Hex | A8 | 22 | 87 | 0 | 50 | 14 | 22 | 13B | 42 | 28 |
| Octal | 250 | 42 | 207 | 0 | 120 | 24 | 42 | 473 | 102 | 50 |
| Binary | 10101000 | 100010 | 10000111 | 0 | 1010000 | 10100 | 100010 | 100111011 | 1000010 | 101000 |
Color Harmonies of #A82287
Complementary color
Monochromatic Colors of #A82287
Black with #A82287
Text Example
Text Example
White with #A82287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82287; }
p { color: rgb(168,34,135); }
H1.HeaderClassName
{
color: #A82287;
}
.AnyTagClassName
{
color: #A82287;
}
</style>
background-color css
<style>
a { background-color: #A82287; }
a { background-color: rgb(168,34,135); }
div.DivClassName
{
background-color: #A82287;
}
.BgClassName
{
background-color: #A82287;
}
</style>
border-color css
<style>
span { border-color: #A82287; }
span { border-color: rgb(168,34,135); }
td.TdClassName
{
border-color: #A82287;
}
.TagClassName
{
border-color: #A82287;
}
</style>