Shades of Medium Red Violet #A64582
Tints of Medium Red Violet #A64582
RGB
CMYK
RGB Variations
Color information
#A64582 (or 0xA64582) is known color: Medium Red Violet. HEX triplet: A6, 45 and 82. RGB value is (166,69,130). Sum of RGB (Red+Green+Blue) = 166+69+130=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A64582 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64582 is #59BA7D. Grayscale: #686868. Windows color (decimal): -5880446 or 8537510. OLE color: 8537510.
HSL color Cylindrical-coordinate representation of color #A64582: hue angle of 322.27º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A64582 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 69 | 130 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.35 |
| HSL | 322.27º | 0.41% | 0.46% | - |
| HSV(B) | 322.27º | 0.58% | 0.65% | - |
| XYZ | 21.88 | 13.97 | 22.66 | - |
| YUV | 104.96 | 142.14 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 69 | 130 | 0 | 0.58 | 0.22 | 0.35 | 322.27 | 0.41 | 0.46 |
| Hex | A6 | 45 | 82 | 0 | 3A | 16 | 23 | 142 | 29 | 2E |
| Octal | 246 | 105 | 202 | 0 | 72 | 26 | 43 | 502 | 51 | 56 |
| Binary | 10100110 | 1000101 | 10000010 | 0 | 111010 | 10110 | 100011 | 101000010 | 101001 | 101110 |
Color Harmonies of #A64582
Complementary color
Monochromatic Colors of #A64582
Black with #A64582
Text Example
Text Example
White with #A64582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64582; }
p { color: rgb(166,69,130); }
H1.HeaderClassName
{
color: #A64582;
}
.AnyTagClassName
{
color: #A64582;
}
</style>
background-color css
<style>
a { background-color: #A64582; }
a { background-color: rgb(166,69,130); }
div.DivClassName
{
background-color: #A64582;
}
.BgClassName
{
background-color: #A64582;
}
</style>
border-color css
<style>
span { border-color: #A64582; }
span { border-color: rgb(166,69,130); }
td.TdClassName
{
border-color: #A64582;
}
.TagClassName
{
border-color: #A64582;
}
</style>