Shades of Medium Red Violet #A64B8E
Tints of Medium Red Violet #A64B8E
RGB
CMYK
RGB Variations
Color information
#A64B8E (or 0xA64B8E) is known color: Medium Red Violet. HEX triplet: A6, 4B and 8E. RGB value is (166,75,142). Sum of RGB (Red+Green+Blue) = 166+75+142=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 75 (29.69% from 255 or 19.58% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64B8E is #59B471. Grayscale: #6D6D6D. Windows color (decimal): -5878898 or 9325478. OLE color: 9325478.
HSL color Cylindrical-coordinate representation of color #A64B8E: hue angle of 315.82º 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 #A64B8E is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 75 | 142 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.35 |
| HSL | 315.82º | 0.38% | 0.47% | - |
| HSV(B) | 315.82º | 0.55% | 0.65% | - |
| XYZ | 23.12 | 15.09 | 27.29 | - |
| YUV | 109.85 | 146.15 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 142 | 0 | 0.55 | 0.14 | 0.35 | 315.82 | 0.38 | 0.47 |
| Hex | A6 | 4B | 8E | 0 | 37 | E | 23 | 13C | 26 | 2F |
| Octal | 246 | 113 | 216 | 0 | 67 | 16 | 43 | 474 | 46 | 57 |
| Binary | 10100110 | 1001011 | 10001110 | 0 | 110111 | 1110 | 100011 | 100111100 | 100110 | 101111 |
Color Harmonies of #A64B8E
Complementary color
Monochromatic Colors of #A64B8E
Black with #A64B8E
Text Example
Text Example
White with #A64B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64B8E; }
p { color: rgb(166,75,142); }
H1.HeaderClassName
{
color: #A64B8E;
}
.AnyTagClassName
{
color: #A64B8E;
}
</style>
background-color css
<style>
a { background-color: #A64B8E; }
a { background-color: rgb(166,75,142); }
div.DivClassName
{
background-color: #A64B8E;
}
.BgClassName
{
background-color: #A64B8E;
}
</style>
border-color css
<style>
span { border-color: #A64B8E; }
span { border-color: rgb(166,75,142); }
td.TdClassName
{
border-color: #A64B8E;
}
.TagClassName
{
border-color: #A64B8E;
}
</style>