Shades of Medium Red Violet #A81F87
Tints of Medium Red Violet #A81F87
RGB
CMYK
RGB Variations
Color information
#A81F87 (or 0xA81F87) is known color: Medium Red Violet. HEX triplet: A8, 1F and 87. RGB value is (168,31,135). Sum of RGB (Red+Green+Blue) = 168+31+135=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A81F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81F87 is #57E078. Grayscale: #535353. Windows color (decimal): -5759097 or 8855464. OLE color: 8855464.
HSL color Cylindrical-coordinate representation of color #A81F87: hue angle of 314.45º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A81F87 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 31 | 135 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.34 |
| HSL | 314.45º | 0.69% | 0.39% | - |
| HSV(B) | 314.45º | 0.82% | 0.66% | - |
| XYZ | 21.01 | 11.05 | 23.95 | - |
| YUV | 83.82 | 156.89 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 31 | 135 | 0 | 0.82 | 0.20 | 0.34 | 314.45 | 0.69 | 0.39 |
| Hex | A8 | 1F | 87 | 0 | 52 | 14 | 22 | 13A | 45 | 27 |
| Octal | 250 | 37 | 207 | 0 | 122 | 24 | 42 | 472 | 105 | 47 |
| Binary | 10101000 | 11111 | 10000111 | 0 | 1010010 | 10100 | 100010 | 100111010 | 1000101 | 100111 |
Color Harmonies of #A81F87
Complementary color
Monochromatic Colors of #A81F87
Black with #A81F87
Text Example
Text Example
White with #A81F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81F87; }
p { color: rgb(168,31,135); }
H1.HeaderClassName
{
color: #A81F87;
}
.AnyTagClassName
{
color: #A81F87;
}
</style>
background-color css
<style>
a { background-color: #A81F87; }
a { background-color: rgb(168,31,135); }
div.DivClassName
{
background-color: #A81F87;
}
.BgClassName
{
background-color: #A81F87;
}
</style>
border-color css
<style>
span { border-color: #A81F87; }
span { border-color: rgb(168,31,135); }
td.TdClassName
{
border-color: #A81F87;
}
.TagClassName
{
border-color: #A81F87;
}
</style>