Shades of Medium Red Violet #A61E86
Tints of Medium Red Violet #A61E86
RGB
CMYK
RGB Variations
Color information
#A61E86 (or 0xA61E86) is known color: Medium Red Violet. HEX triplet: A6, 1E and 86. RGB value is (166,30,134). Sum of RGB (Red+Green+Blue) = 166+30+134=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A61E86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61E86 is #59E179. Grayscale: #525252. Windows color (decimal): -5890426 or 8789670. OLE color: 8789670.
HSL color Cylindrical-coordinate representation of color #A61E86: hue angle of 314.12º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A61E86 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 30 | 134 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.35 |
| HSL | 314.12º | 0.69% | 0.38% | - |
| HSV(B) | 314.12º | 0.82% | 0.65% | - |
| XYZ | 20.49 | 10.76 | 23.55 | - |
| YUV | 82.52 | 157.06 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 30 | 134 | 0 | 0.82 | 0.19 | 0.35 | 314.12 | 0.69 | 0.38 |
| Hex | A6 | 1E | 86 | 0 | 52 | 13 | 23 | 13A | 45 | 26 |
| Octal | 246 | 36 | 206 | 0 | 122 | 23 | 43 | 472 | 105 | 46 |
| Binary | 10100110 | 11110 | 10000110 | 0 | 1010010 | 10011 | 100011 | 100111010 | 1000101 | 100110 |
Color Harmonies of #A61E86
Complementary color
Monochromatic Colors of #A61E86
Black with #A61E86
Text Example
Text Example
White with #A61E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61E86; }
p { color: rgb(166,30,134); }
H1.HeaderClassName
{
color: #A61E86;
}
.AnyTagClassName
{
color: #A61E86;
}
</style>
background-color css
<style>
a { background-color: #A61E86; }
a { background-color: rgb(166,30,134); }
div.DivClassName
{
background-color: #A61E86;
}
.BgClassName
{
background-color: #A61E86;
}
</style>
border-color css
<style>
span { border-color: #A61E86; }
span { border-color: rgb(166,30,134); }
td.TdClassName
{
border-color: #A61E86;
}
.TagClassName
{
border-color: #A61E86;
}
</style>