Shades of Medium Red Violet #A64490
Tints of Medium Red Violet #A64490
RGB
CMYK
RGB Variations
Color information
#A64490 (or 0xA64490) is known color: Medium Red Violet. HEX triplet: A6, 44 and 90. RGB value is (166,68,144). Sum of RGB (Red+Green+Blue) = 166+68+144=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A64490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64490 is #59BB6F. Grayscale: #696969. Windows color (decimal): -5880688 or 9454758. OLE color: 9454758.
HSL color Cylindrical-coordinate representation of color #A64490: hue angle of 313.47º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A64490 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 68 | 144 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.35 |
| HSL | 313.47º | 0.42% | 0.46% | - |
| HSV(B) | 313.47º | 0.59% | 0.65% | - |
| XYZ | 22.83 | 14.25 | 27.93 | - |
| YUV | 105.97 | 149.47 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 144 | 0 | 0.59 | 0.13 | 0.35 | 313.47 | 0.42 | 0.46 |
| Hex | A6 | 44 | 90 | 0 | 3B | D | 23 | 139 | 2A | 2E |
| Octal | 246 | 104 | 220 | 0 | 73 | 15 | 43 | 471 | 52 | 56 |
| Binary | 10100110 | 1000100 | 10010000 | 0 | 111011 | 1101 | 100011 | 100111001 | 101010 | 101110 |
Color Harmonies of #A64490
Complementary color
Monochromatic Colors of #A64490
Black with #A64490
Text Example
Text Example
White with #A64490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64490; }
p { color: rgb(166,68,144); }
H1.HeaderClassName
{
color: #A64490;
}
.AnyTagClassName
{
color: #A64490;
}
</style>
background-color css
<style>
a { background-color: #A64490; }
a { background-color: rgb(166,68,144); }
div.DivClassName
{
background-color: #A64490;
}
.BgClassName
{
background-color: #A64490;
}
</style>
border-color css
<style>
span { border-color: #A64490; }
span { border-color: rgb(166,68,144); }
td.TdClassName
{
border-color: #A64490;
}
.TagClassName
{
border-color: #A64490;
}
</style>