Shades of Medium Red Violet #A64B8A
Tints of Medium Red Violet #A64B8A
RGB
CMYK
RGB Variations
Color information
#A64B8A (or 0xA64B8A) is known color: Medium Red Violet. HEX triplet: A6, 4B and 8A. RGB value is (166,75,138). Sum of RGB (Red+Green+Blue) = 166+75+138=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64B8A is #59B475. Grayscale: #6D6D6D. Windows color (decimal): -5878902 or 9063334. OLE color: 9063334.
HSL color Cylindrical-coordinate representation of color #A64B8A: hue angle of 318.46º 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 #A64B8A is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 75 | 138 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.35 |
| HSL | 318.46º | 0.38% | 0.47% | - |
| HSV(B) | 318.46º | 0.55% | 0.65% | - |
| XYZ | 22.83 | 14.97 | 25.73 | - |
| YUV | 109.39 | 144.15 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 138 | 0 | 0.55 | 0.17 | 0.35 | 318.46 | 0.38 | 0.47 |
| Hex | A6 | 4B | 8A | 0 | 37 | 11 | 23 | 13E | 26 | 2F |
| Octal | 246 | 113 | 212 | 0 | 67 | 21 | 43 | 476 | 46 | 57 |
| Binary | 10100110 | 1001011 | 10001010 | 0 | 110111 | 10001 | 100011 | 100111110 | 100110 | 101111 |
Color Harmonies of #A64B8A
Complementary color
Monochromatic Colors of #A64B8A
Black with #A64B8A
Text Example
Text Example
White with #A64B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64B8A; }
p { color: rgb(166,75,138); }
H1.HeaderClassName
{
color: #A64B8A;
}
.AnyTagClassName
{
color: #A64B8A;
}
</style>
background-color css
<style>
a { background-color: #A64B8A; }
a { background-color: rgb(166,75,138); }
div.DivClassName
{
background-color: #A64B8A;
}
.BgClassName
{
background-color: #A64B8A;
}
</style>
border-color css
<style>
span { border-color: #A64B8A; }
span { border-color: rgb(166,75,138); }
td.TdClassName
{
border-color: #A64B8A;
}
.TagClassName
{
border-color: #A64B8A;
}
</style>