Shades of Medium Red Violet #A64583
Tints of Medium Red Violet #A64583
RGB
CMYK
RGB Variations
Color information
#A64583 (or 0xA64583) is known color: Medium Red Violet. HEX triplet: A6, 45 and 83. RGB value is (166,69,131). Sum of RGB (Red+Green+Blue) = 166+69+131=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A64583 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64583 is #59BA7C. Grayscale: #686868. Windows color (decimal): -5880445 or 8603046. OLE color: 8603046.
HSL color Cylindrical-coordinate representation of color #A64583: hue angle of 321.65º 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 #A64583 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 69 | 131 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.35 |
| HSL | 321.65º | 0.41% | 0.46% | - |
| HSV(B) | 321.65º | 0.58% | 0.65% | - |
| XYZ | 21.95 | 14 | 23.02 | - |
| YUV | 105.07 | 142.64 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 69 | 131 | 0 | 0.58 | 0.21 | 0.35 | 321.65 | 0.41 | 0.46 |
| Hex | A6 | 45 | 83 | 0 | 3A | 15 | 23 | 142 | 29 | 2E |
| Octal | 246 | 105 | 203 | 0 | 72 | 25 | 43 | 502 | 51 | 56 |
| Binary | 10100110 | 1000101 | 10000011 | 0 | 111010 | 10101 | 100011 | 101000010 | 101001 | 101110 |
Color Harmonies of #A64583
Complementary color
Monochromatic Colors of #A64583
Black with #A64583
Text Example
Text Example
White with #A64583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64583; }
p { color: rgb(166,69,131); }
H1.HeaderClassName
{
color: #A64583;
}
.AnyTagClassName
{
color: #A64583;
}
</style>
background-color css
<style>
a { background-color: #A64583; }
a { background-color: rgb(166,69,131); }
div.DivClassName
{
background-color: #A64583;
}
.BgClassName
{
background-color: #A64583;
}
</style>
border-color css
<style>
span { border-color: #A64583; }
span { border-color: rgb(166,69,131); }
td.TdClassName
{
border-color: #A64583;
}
.TagClassName
{
border-color: #A64583;
}
</style>