Shades of Medium Red Violet #A81B86
Tints of Medium Red Violet #A81B86
RGB
CMYK
RGB Variations
Color information
#A81B86 (or 0xA81B86) is known color: Medium Red Violet. HEX triplet: A8, 1B and 86. RGB value is (168,27,134). Sum of RGB (Red+Green+Blue) = 168+27+134=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A81B86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81B86 is #57E479. Grayscale: #515151. Windows color (decimal): -5760122 or 8788904. OLE color: 8788904.
HSL color Cylindrical-coordinate representation of color #A81B86: hue angle of 314.47º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A81B86 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 27 | 134 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.34 |
| HSL | 314.47º | 0.72% | 0.38% | - |
| HSV(B) | 314.47º | 0.84% | 0.66% | - |
| XYZ | 20.84 | 10.83 | 23.55 | - |
| YUV | 81.36 | 157.71 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 27 | 134 | 0 | 0.84 | 0.20 | 0.34 | 314.47 | 0.72 | 0.38 |
| Hex | A8 | 1B | 86 | 0 | 54 | 14 | 22 | 13A | 48 | 26 |
| Octal | 250 | 33 | 206 | 0 | 124 | 24 | 42 | 472 | 110 | 46 |
| Binary | 10101000 | 11011 | 10000110 | 0 | 1010100 | 10100 | 100010 | 100111010 | 1001000 | 100110 |
Color Harmonies of #A81B86
Complementary color
Monochromatic Colors of #A81B86
Black with #A81B86
Text Example
Text Example
White with #A81B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81B86; }
p { color: rgb(168,27,134); }
H1.HeaderClassName
{
color: #A81B86;
}
.AnyTagClassName
{
color: #A81B86;
}
</style>
background-color css
<style>
a { background-color: #A81B86; }
a { background-color: rgb(168,27,134); }
div.DivClassName
{
background-color: #A81B86;
}
.BgClassName
{
background-color: #A81B86;
}
</style>
border-color css
<style>
span { border-color: #A81B86; }
span { border-color: rgb(168,27,134); }
td.TdClassName
{
border-color: #A81B86;
}
.TagClassName
{
border-color: #A81B86;
}
</style>