Shades of Medium Red Violet #A64487
Tints of Medium Red Violet #A64487
RGB
CMYK
RGB Variations
Color information
#A64487 (or 0xA64487) is known color: Medium Red Violet. HEX triplet: A6, 44 and 87. RGB value is (166,68,135). Sum of RGB (Red+Green+Blue) = 166+68+135=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 166 - color contains mainly: red. Hex color #A64487 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64487 is #59BB78. Grayscale: #686868. Windows color (decimal): -5880697 or 8864934. OLE color: 8864934.
HSL color Cylindrical-coordinate representation of color #A64487: hue angle of 318.98º 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 #A64487 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 68 | 135 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.35 |
| HSL | 318.98º | 0.42% | 0.46% | - |
| HSV(B) | 318.98º | 0.59% | 0.65% | - |
| XYZ | 22.17 | 13.99 | 24.45 | - |
| YUV | 104.94 | 144.97 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 135 | 0 | 0.59 | 0.19 | 0.35 | 318.98 | 0.42 | 0.46 |
| Hex | A6 | 44 | 87 | 0 | 3B | 13 | 23 | 13F | 2A | 2E |
| Octal | 246 | 104 | 207 | 0 | 73 | 23 | 43 | 477 | 52 | 56 |
| Binary | 10100110 | 1000100 | 10000111 | 0 | 111011 | 10011 | 100011 | 100111111 | 101010 | 101110 |
Color Harmonies of #A64487
Complementary color
Monochromatic Colors of #A64487
Black with #A64487
Text Example
Text Example
White with #A64487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64487; }
p { color: rgb(166,68,135); }
H1.HeaderClassName
{
color: #A64487;
}
.AnyTagClassName
{
color: #A64487;
}
</style>
background-color css
<style>
a { background-color: #A64487; }
a { background-color: rgb(166,68,135); }
div.DivClassName
{
background-color: #A64487;
}
.BgClassName
{
background-color: #A64487;
}
</style>
border-color css
<style>
span { border-color: #A64487; }
span { border-color: rgb(166,68,135); }
td.TdClassName
{
border-color: #A64487;
}
.TagClassName
{
border-color: #A64487;
}
</style>