Shades of Medium Violet Red #A81286
Tints of Medium Violet Red #A81286
RGB
CMYK
RGB Variations
Color information
#A81286 (or 0xA81286) is known color: Medium Violet Red. HEX triplet: A8, 12 and 86. RGB value is (168,18,134). Sum of RGB (Red+Green+Blue) = 168+18+134=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A81286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81286 is #57ED79. Grayscale: #4B4B4B. Windows color (decimal): -5762426 or 8786600. OLE color: 8786600.
HSL color Cylindrical-coordinate representation of color #A81286: hue angle of 313.6º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81286 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 134 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.34 |
| HSL | 313.6º | 0.81% | 0.36% | - |
| HSV(B) | 313.6º | 0.89% | 0.66% | - |
| XYZ | 20.67 | 10.48 | 23.49 | - |
| YUV | 76.07 | 160.7 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 134 | 0 | 0.89 | 0.20 | 0.34 | 313.6 | 0.81 | 0.36 |
| Hex | A8 | 12 | 86 | 0 | 59 | 14 | 22 | 13A | 51 | 24 |
| Octal | 250 | 22 | 206 | 0 | 131 | 24 | 42 | 472 | 121 | 44 |
| Binary | 10101000 | 10010 | 10000110 | 0 | 1011001 | 10100 | 100010 | 100111010 | 1010001 | 100100 |
Color Harmonies of #A81286
Complementary color
Monochromatic Colors of #A81286
Black with #A81286
Text Example
Text Example
White with #A81286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81286; }
p { color: rgb(168,18,134); }
H1.HeaderClassName
{
color: #A81286;
}
.AnyTagClassName
{
color: #A81286;
}
</style>
background-color css
<style>
a { background-color: #A81286; }
a { background-color: rgb(168,18,134); }
div.DivClassName
{
background-color: #A81286;
}
.BgClassName
{
background-color: #A81286;
}
</style>
border-color css
<style>
span { border-color: #A81286; }
span { border-color: rgb(168,18,134); }
td.TdClassName
{
border-color: #A81286;
}
.TagClassName
{
border-color: #A81286;
}
</style>