Shades of Medium Red Violet #A62287
Tints of Medium Red Violet #A62287
RGB
CMYK
RGB Variations
Color information
#A62287 (or 0xA62287) is known color: Medium Red Violet. HEX triplet: A6, 22 and 87. RGB value is (166,34,135). Sum of RGB (Red+Green+Blue) = 166+34+135=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A62287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62287 is #59DD78. Grayscale: #545454. Windows color (decimal): -5889401 or 8856230. OLE color: 8856230.
HSL color Cylindrical-coordinate representation of color #A62287: hue angle of 314.09º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62287 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 34 | 135 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.35 |
| HSL | 314.09º | 0.66% | 0.39% | - |
| HSV(B) | 314.09º | 0.8% | 0.65% | - |
| XYZ | 20.67 | 11 | 23.96 | - |
| YUV | 84.98 | 156.23 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 34 | 135 | 0 | 0.80 | 0.19 | 0.35 | 314.09 | 0.66 | 0.39 |
| Hex | A6 | 22 | 87 | 0 | 50 | 13 | 23 | 13A | 42 | 27 |
| Octal | 246 | 42 | 207 | 0 | 120 | 23 | 43 | 472 | 102 | 47 |
| Binary | 10100110 | 100010 | 10000111 | 0 | 1010000 | 10011 | 100011 | 100111010 | 1000010 | 100111 |
Color Harmonies of #A62287
Complementary color
Monochromatic Colors of #A62287
Black with #A62287
Text Example
Text Example
White with #A62287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62287; }
p { color: rgb(166,34,135); }
H1.HeaderClassName
{
color: #A62287;
}
.AnyTagClassName
{
color: #A62287;
}
</style>
background-color css
<style>
a { background-color: #A62287; }
a { background-color: rgb(166,34,135); }
div.DivClassName
{
background-color: #A62287;
}
.BgClassName
{
background-color: #A62287;
}
</style>
border-color css
<style>
span { border-color: #A62287; }
span { border-color: rgb(166,34,135); }
td.TdClassName
{
border-color: #A62287;
}
.TagClassName
{
border-color: #A62287;
}
</style>