Shades of Medium Red Violet #A64484
Tints of Medium Red Violet #A64484
RGB
CMYK
RGB Variations
Color information
#A64484 (or 0xA64484) is known color: Medium Red Violet. HEX triplet: A6, 44 and 84. RGB value is (166,68,132). Sum of RGB (Red+Green+Blue) = 166+68+132=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A64484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64484 is #59BB7B. Grayscale: #686868. Windows color (decimal): -5880700 or 8668326. OLE color: 8668326.
HSL color Cylindrical-coordinate representation of color #A64484: hue angle of 320.82º 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 #A64484 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 68 | 132 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.35 |
| HSL | 320.82º | 0.42% | 0.46% | - |
| HSV(B) | 320.82º | 0.59% | 0.65% | - |
| XYZ | 21.96 | 13.91 | 23.36 | - |
| YUV | 104.6 | 143.47 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 132 | 0 | 0.59 | 0.20 | 0.35 | 320.82 | 0.42 | 0.46 |
| Hex | A6 | 44 | 84 | 0 | 3B | 14 | 23 | 141 | 2A | 2E |
| Octal | 246 | 104 | 204 | 0 | 73 | 24 | 43 | 501 | 52 | 56 |
| Binary | 10100110 | 1000100 | 10000100 | 0 | 111011 | 10100 | 100011 | 101000001 | 101010 | 101110 |
Color Harmonies of #A64484
Complementary color
Monochromatic Colors of #A64484
Black with #A64484
Text Example
Text Example
White with #A64484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64484; }
p { color: rgb(166,68,132); }
H1.HeaderClassName
{
color: #A64484;
}
.AnyTagClassName
{
color: #A64484;
}
</style>
background-color css
<style>
a { background-color: #A64484; }
a { background-color: rgb(166,68,132); }
div.DivClassName
{
background-color: #A64484;
}
.BgClassName
{
background-color: #A64484;
}
</style>
border-color css
<style>
span { border-color: #A64484; }
span { border-color: rgb(166,68,132); }
td.TdClassName
{
border-color: #A64484;
}
.TagClassName
{
border-color: #A64484;
}
</style>