Shades of Medium Red Violet #A64393
Tints of Medium Red Violet #A64393
RGB
CMYK
RGB Variations
Color information
#A64393 (or 0xA64393) is known color: Medium Red Violet. HEX triplet: A6, 43 and 93. RGB value is (166,67,147). Sum of RGB (Red+Green+Blue) = 166+67+147=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A64393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64393 is #59BC6C. Grayscale: #696969. Windows color (decimal): -5880941 or 9651110. OLE color: 9651110.
HSL color Cylindrical-coordinate representation of color #A64393: hue angle of 311.52º 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 #A64393 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 67 | 147 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.35 |
| HSL | 311.52º | 0.42% | 0.46% | - |
| HSV(B) | 311.52º | 0.6% | 0.65% | - |
| XYZ | 23 | 14.23 | 29.14 | - |
| YUV | 105.72 | 151.3 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 147 | 0 | 0.60 | 0.11 | 0.35 | 311.52 | 0.42 | 0.46 |
| Hex | A6 | 43 | 93 | 0 | 3C | B | 23 | 138 | 2A | 2E |
| Octal | 246 | 103 | 223 | 0 | 74 | 13 | 43 | 470 | 52 | 56 |
| Binary | 10100110 | 1000011 | 10010011 | 0 | 111100 | 1011 | 100011 | 100111000 | 101010 | 101110 |
Color Harmonies of #A64393
Complementary color
Monochromatic Colors of #A64393
Black with #A64393
Text Example
Text Example
White with #A64393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64393; }
p { color: rgb(166,67,147); }
H1.HeaderClassName
{
color: #A64393;
}
.AnyTagClassName
{
color: #A64393;
}
</style>
background-color css
<style>
a { background-color: #A64393; }
a { background-color: rgb(166,67,147); }
div.DivClassName
{
background-color: #A64393;
}
.BgClassName
{
background-color: #A64393;
}
</style>
border-color css
<style>
span { border-color: #A64393; }
span { border-color: rgb(166,67,147); }
td.TdClassName
{
border-color: #A64393;
}
.TagClassName
{
border-color: #A64393;
}
</style>