Shades of Medium Violet Red #A61286
Tints of Medium Violet Red #A61286
RGB
CMYK
RGB Variations
Color information
#A61286 (or 0xA61286) is known color: Medium Violet Red. HEX triplet: A6, 12 and 86. RGB value is (166,18,134). Sum of RGB (Red+Green+Blue) = 166+18+134=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A61286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61286 is #59ED79. Grayscale: #4B4B4B. Windows color (decimal): -5893498 or 8786598. OLE color: 8786598.
HSL color Cylindrical-coordinate representation of color #A61286: hue angle of 312.97º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A61286 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 18 | 134 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.35 |
| HSL | 312.97º | 0.8% | 0.36% | - |
| HSV(B) | 312.97º | 0.89% | 0.65% | - |
| XYZ | 20.25 | 10.26 | 23.47 | - |
| YUV | 75.48 | 161.03 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 18 | 134 | 0 | 0.89 | 0.19 | 0.35 | 312.97 | 0.8 | 0.36 |
| Hex | A6 | 12 | 86 | 0 | 59 | 13 | 23 | 139 | 50 | 24 |
| Octal | 246 | 22 | 206 | 0 | 131 | 23 | 43 | 471 | 120 | 44 |
| Binary | 10100110 | 10010 | 10000110 | 0 | 1011001 | 10011 | 100011 | 100111001 | 1010000 | 100100 |
Color Harmonies of #A61286
Complementary color
Monochromatic Colors of #A61286
Black with #A61286
Text Example
Text Example
White with #A61286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61286; }
p { color: rgb(166,18,134); }
H1.HeaderClassName
{
color: #A61286;
}
.AnyTagClassName
{
color: #A61286;
}
</style>
background-color css
<style>
a { background-color: #A61286; }
a { background-color: rgb(166,18,134); }
div.DivClassName
{
background-color: #A61286;
}
.BgClassName
{
background-color: #A61286;
}
</style>
border-color css
<style>
span { border-color: #A61286; }
span { border-color: rgb(166,18,134); }
td.TdClassName
{
border-color: #A61286;
}
.TagClassName
{
border-color: #A61286;
}
</style>