Shades of Medium Red Violet #A62887
Tints of Medium Red Violet #A62887
RGB
CMYK
RGB Variations
Color information
#A62887 (or 0xA62887) is known color: Medium Red Violet. HEX triplet: A6, 28 and 87. RGB value is (166,40,135). Sum of RGB (Red+Green+Blue) = 166+40+135=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A62887 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62887 is #59D778. Grayscale: #585858. Windows color (decimal): -5887865 or 8857766. OLE color: 8857766.
HSL color Cylindrical-coordinate representation of color #A62887: hue angle of 314.76º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A62887 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 40 | 135 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.35 |
| HSL | 314.76º | 0.61% | 0.4% | - |
| HSV(B) | 314.76º | 0.76% | 0.65% | - |
| XYZ | 20.86 | 11.37 | 24.02 | - |
| YUV | 88.5 | 154.24 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 40 | 135 | 0 | 0.76 | 0.19 | 0.35 | 314.76 | 0.61 | 0.4 |
| Hex | A6 | 28 | 87 | 0 | 4C | 13 | 23 | 13B | 3D | 28 |
| Octal | 246 | 50 | 207 | 0 | 114 | 23 | 43 | 473 | 75 | 50 |
| Binary | 10100110 | 101000 | 10000111 | 0 | 1001100 | 10011 | 100011 | 100111011 | 111101 | 101000 |
Color Harmonies of #A62887
Complementary color
Monochromatic Colors of #A62887
Black with #A62887
Text Example
Text Example
White with #A62887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62887; }
p { color: rgb(166,40,135); }
H1.HeaderClassName
{
color: #A62887;
}
.AnyTagClassName
{
color: #A62887;
}
</style>
background-color css
<style>
a { background-color: #A62887; }
a { background-color: rgb(166,40,135); }
div.DivClassName
{
background-color: #A62887;
}
.BgClassName
{
background-color: #A62887;
}
</style>
border-color css
<style>
span { border-color: #A62887; }
span { border-color: rgb(166,40,135); }
td.TdClassName
{
border-color: #A62887;
}
.TagClassName
{
border-color: #A62887;
}
</style>