Shades of Medium Red Violet #A64189
Tints of Medium Red Violet #A64189
RGB
CMYK
RGB Variations
Color information
#A64189 (or 0xA64189) is known color: Medium Red Violet. HEX triplet: A6, 41 and 89. RGB value is (166,65,137). Sum of RGB (Red+Green+Blue) = 166+65+137=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A64189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64189 is #59BE76. Grayscale: #676767. Windows color (decimal): -5881463 or 8995238. OLE color: 8995238.
HSL color Cylindrical-coordinate representation of color #A64189: hue angle of 317.23º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A64189 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 65 | 137 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.35 |
| HSL | 317.23º | 0.44% | 0.45% | - |
| HSV(B) | 317.23º | 0.61% | 0.65% | - |
| XYZ | 22.13 | 13.69 | 25.14 | - |
| YUV | 103.41 | 146.96 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 137 | 0 | 0.61 | 0.17 | 0.35 | 317.23 | 0.44 | 0.45 |
| Hex | A6 | 41 | 89 | 0 | 3D | 11 | 23 | 13D | 2C | 2D |
| Octal | 246 | 101 | 211 | 0 | 75 | 21 | 43 | 475 | 54 | 55 |
| Binary | 10100110 | 1000001 | 10001001 | 0 | 111101 | 10001 | 100011 | 100111101 | 101100 | 101101 |
Color Harmonies of #A64189
Complementary color
Monochromatic Colors of #A64189
Black with #A64189
Text Example
Text Example
White with #A64189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64189; }
p { color: rgb(166,65,137); }
H1.HeaderClassName
{
color: #A64189;
}
.AnyTagClassName
{
color: #A64189;
}
</style>
background-color css
<style>
a { background-color: #A64189; }
a { background-color: rgb(166,65,137); }
div.DivClassName
{
background-color: #A64189;
}
.BgClassName
{
background-color: #A64189;
}
</style>
border-color css
<style>
span { border-color: #A64189; }
span { border-color: rgb(166,65,137); }
td.TdClassName
{
border-color: #A64189;
}
.TagClassName
{
border-color: #A64189;
}
</style>