Shades of Medium Red Violet #A62289
Tints of Medium Red Violet #A62289
RGB
CMYK
RGB Variations
Color information
#A62289 (or 0xA62289) is known color: Medium Red Violet. HEX triplet: A6, 22 and 89. RGB value is (166,34,137). Sum of RGB (Red+Green+Blue) = 166+34+137=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A62289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62289 is #59DD76. Grayscale: #545454. Windows color (decimal): -5889399 or 8987302. OLE color: 8987302.
HSL color Cylindrical-coordinate representation of color #A62289: hue angle of 313.18º 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 #A62289 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 34 | 137 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.35 |
| HSL | 313.18º | 0.66% | 0.39% | - |
| HSV(B) | 313.18º | 0.8% | 0.65% | - |
| XYZ | 20.81 | 11.06 | 24.7 | - |
| YUV | 85.21 | 157.23 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 34 | 137 | 0 | 0.80 | 0.17 | 0.35 | 313.18 | 0.66 | 0.39 |
| Hex | A6 | 22 | 89 | 0 | 50 | 11 | 23 | 139 | 42 | 27 |
| Octal | 246 | 42 | 211 | 0 | 120 | 21 | 43 | 471 | 102 | 47 |
| Binary | 10100110 | 100010 | 10001001 | 0 | 1010000 | 10001 | 100011 | 100111001 | 1000010 | 100111 |
Color Harmonies of #A62289
Complementary color
Monochromatic Colors of #A62289
Black with #A62289
Text Example
Text Example
White with #A62289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62289; }
p { color: rgb(166,34,137); }
H1.HeaderClassName
{
color: #A62289;
}
.AnyTagClassName
{
color: #A62289;
}
</style>
background-color css
<style>
a { background-color: #A62289; }
a { background-color: rgb(166,34,137); }
div.DivClassName
{
background-color: #A62289;
}
.BgClassName
{
background-color: #A62289;
}
</style>
border-color css
<style>
span { border-color: #A62289; }
span { border-color: rgb(166,34,137); }
td.TdClassName
{
border-color: #A62289;
}
.TagClassName
{
border-color: #A62289;
}
</style>