Shades of Medium Red Violet #A64B8C
Tints of Medium Red Violet #A64B8C
RGB
CMYK
RGB Variations
Color information
#A64B8C (or 0xA64B8C) is known color: Medium Red Violet. HEX triplet: A6, 4B and 8C. RGB value is (166,75,140). Sum of RGB (Red+Green+Blue) = 166+75+140=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64B8C is #59B473. Grayscale: #6D6D6D. Windows color (decimal): -5878900 or 9194406. OLE color: 9194406.
HSL color Cylindrical-coordinate representation of color #A64B8C: hue angle of 317.14º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A64B8C is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 75 | 140 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.35 |
| HSL | 317.14º | 0.38% | 0.47% | - |
| HSV(B) | 317.14º | 0.55% | 0.65% | - |
| XYZ | 22.98 | 15.03 | 26.5 | - |
| YUV | 109.62 | 145.15 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 140 | 0 | 0.55 | 0.16 | 0.35 | 317.14 | 0.38 | 0.47 |
| Hex | A6 | 4B | 8C | 0 | 37 | 10 | 23 | 13D | 26 | 2F |
| Octal | 246 | 113 | 214 | 0 | 67 | 20 | 43 | 475 | 46 | 57 |
| Binary | 10100110 | 1001011 | 10001100 | 0 | 110111 | 10000 | 100011 | 100111101 | 100110 | 101111 |
Color Harmonies of #A64B8C
Complementary color
Monochromatic Colors of #A64B8C
Black with #A64B8C
Text Example
Text Example
White with #A64B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64B8C; }
p { color: rgb(166,75,140); }
H1.HeaderClassName
{
color: #A64B8C;
}
.AnyTagClassName
{
color: #A64B8C;
}
</style>
background-color css
<style>
a { background-color: #A64B8C; }
a { background-color: rgb(166,75,140); }
div.DivClassName
{
background-color: #A64B8C;
}
.BgClassName
{
background-color: #A64B8C;
}
</style>
border-color css
<style>
span { border-color: #A64B8C; }
span { border-color: rgb(166,75,140); }
td.TdClassName
{
border-color: #A64B8C;
}
.TagClassName
{
border-color: #A64B8C;
}
</style>