Shades of Medium Red Violet #A62586
Tints of Medium Red Violet #A62586
RGB
CMYK
RGB Variations
Color information
#A62586 (or 0xA62586) is known color: Medium Red Violet. HEX triplet: A6, 25 and 86. RGB value is (166,37,134). Sum of RGB (Red+Green+Blue) = 166+37+134=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A62586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62586 is #59DA79. Grayscale: #565656. Windows color (decimal): -5888634 or 8791462. OLE color: 8791462.
HSL color Cylindrical-coordinate representation of color #A62586: hue angle of 314.88º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A62586 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 37 | 134 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.35 |
| HSL | 314.88º | 0.64% | 0.4% | - |
| HSV(B) | 314.88º | 0.78% | 0.65% | - |
| XYZ | 20.69 | 11.15 | 23.62 | - |
| YUV | 86.63 | 154.74 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 37 | 134 | 0 | 0.78 | 0.19 | 0.35 | 314.88 | 0.64 | 0.4 |
| Hex | A6 | 25 | 86 | 0 | 4E | 13 | 23 | 13B | 40 | 28 |
| Octal | 246 | 45 | 206 | 0 | 116 | 23 | 43 | 473 | 100 | 50 |
| Binary | 10100110 | 100101 | 10000110 | 0 | 1001110 | 10011 | 100011 | 100111011 | 1000000 | 101000 |
Color Harmonies of #A62586
Complementary color
Monochromatic Colors of #A62586
Black with #A62586
Text Example
Text Example
White with #A62586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62586; }
p { color: rgb(166,37,134); }
H1.HeaderClassName
{
color: #A62586;
}
.AnyTagClassName
{
color: #A62586;
}
</style>
background-color css
<style>
a { background-color: #A62586; }
a { background-color: rgb(166,37,134); }
div.DivClassName
{
background-color: #A62586;
}
.BgClassName
{
background-color: #A62586;
}
</style>
border-color css
<style>
span { border-color: #A62586; }
span { border-color: rgb(166,37,134); }
td.TdClassName
{
border-color: #A62586;
}
.TagClassName
{
border-color: #A62586;
}
</style>