Shades of Medium Red Violet #A62F87
Tints of Medium Red Violet #A62F87
RGB
CMYK
RGB Variations
Color information
#A62F87 (or 0xA62F87) is known color: Medium Red Violet. HEX triplet: A6, 2F and 87. RGB value is (166,47,135). Sum of RGB (Red+Green+Blue) = 166+47+135=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 47 (18.75% from 255 or 13.51% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A62F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62F87 is #59D078. Grayscale: #5C5C5C. Windows color (decimal): -5886073 or 8859558. OLE color: 8859558.
HSL color Cylindrical-coordinate representation of color #A62F87: hue angle of 315.63º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A62F87 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 47 | 135 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.35 |
| HSL | 315.63º | 0.56% | 0.42% | - |
| HSV(B) | 315.63º | 0.72% | 0.65% | - |
| XYZ | 21.12 | 11.89 | 24.1 | - |
| YUV | 92.61 | 151.92 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 47 | 135 | 0 | 0.72 | 0.19 | 0.35 | 315.63 | 0.56 | 0.42 |
| Hex | A6 | 2F | 87 | 0 | 48 | 13 | 23 | 13C | 38 | 2A |
| Octal | 246 | 57 | 207 | 0 | 110 | 23 | 43 | 474 | 70 | 52 |
| Binary | 10100110 | 101111 | 10000111 | 0 | 1001000 | 10011 | 100011 | 100111100 | 111000 | 101010 |
Color Harmonies of #A62F87
Complementary color
Monochromatic Colors of #A62F87
Black with #A62F87
Text Example
Text Example
White with #A62F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62F87; }
p { color: rgb(166,47,135); }
H1.HeaderClassName
{
color: #A62F87;
}
.AnyTagClassName
{
color: #A62F87;
}
</style>
background-color css
<style>
a { background-color: #A62F87; }
a { background-color: rgb(166,47,135); }
div.DivClassName
{
background-color: #A62F87;
}
.BgClassName
{
background-color: #A62F87;
}
</style>
border-color css
<style>
span { border-color: #A62F87; }
span { border-color: rgb(166,47,135); }
td.TdClassName
{
border-color: #A62F87;
}
.TagClassName
{
border-color: #A62F87;
}
</style>