Shades of Medium Red Violet #A64389
Tints of Medium Red Violet #A64389
RGB
CMYK
RGB Variations
Color information
#A64389 (or 0xA64389) is known color: Medium Red Violet. HEX triplet: A6, 43 and 89. RGB value is (166,67,137). Sum of RGB (Red+Green+Blue) = 166+67+137=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A64389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64389 is #59BC76. Grayscale: #686868. Windows color (decimal): -5880951 or 8995750. OLE color: 8995750.
HSL color Cylindrical-coordinate representation of color #A64389: hue angle of 317.58º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A64389 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 67 | 137 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.35 |
| HSL | 317.58º | 0.42% | 0.46% | - |
| HSV(B) | 317.58º | 0.6% | 0.65% | - |
| XYZ | 22.25 | 13.93 | 25.18 | - |
| YUV | 104.58 | 146.3 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 137 | 0 | 0.60 | 0.17 | 0.35 | 317.58 | 0.42 | 0.46 |
| Hex | A6 | 43 | 89 | 0 | 3C | 11 | 23 | 13E | 2A | 2E |
| Octal | 246 | 103 | 211 | 0 | 74 | 21 | 43 | 476 | 52 | 56 |
| Binary | 10100110 | 1000011 | 10001001 | 0 | 111100 | 10001 | 100011 | 100111110 | 101010 | 101110 |
Color Harmonies of #A64389
Complementary color
Monochromatic Colors of #A64389
Black with #A64389
Text Example
Text Example
White with #A64389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64389; }
p { color: rgb(166,67,137); }
H1.HeaderClassName
{
color: #A64389;
}
.AnyTagClassName
{
color: #A64389;
}
</style>
background-color css
<style>
a { background-color: #A64389; }
a { background-color: rgb(166,67,137); }
div.DivClassName
{
background-color: #A64389;
}
.BgClassName
{
background-color: #A64389;
}
</style>
border-color css
<style>
span { border-color: #A64389; }
span { border-color: rgb(166,67,137); }
td.TdClassName
{
border-color: #A64389;
}
.TagClassName
{
border-color: #A64389;
}
</style>