Shades of Violet Blue #A64D9E
Tints of Violet Blue #A64D9E
RGB
CMYK
RGB Variations
Color information
#A64D9E (or 0xA64D9E) is known color: Violet Blue. HEX triplet: A6, 4D and 9E. RGB value is (166,77,158). Sum of RGB (Red+Green+Blue) = 166+77+158=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A64D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64D9E is #59B261. Grayscale: #707070. Windows color (decimal): -5878370 or 10374566. OLE color: 10374566.
HSL color Cylindrical-coordinate representation of color #A64D9E: hue angle of 305.39º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A64D9E is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 77 | 158 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.35 |
| HSL | 305.39º | 0.37% | 0.48% | - |
| HSV(B) | 305.39º | 0.54% | 0.65% | - |
| XYZ | 24.55 | 15.88 | 34.12 | - |
| YUV | 112.85 | 153.49 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 77 | 158 | 0 | 0.54 | 0.05 | 0.35 | 305.39 | 0.37 | 0.48 |
| Hex | A6 | 4D | 9E | 0 | 36 | 5 | 23 | 131 | 25 | 30 |
| Octal | 246 | 115 | 236 | 0 | 66 | 5 | 43 | 461 | 45 | 60 |
| Binary | 10100110 | 1001101 | 10011110 | 0 | 110110 | 101 | 100011 | 100110001 | 100101 | 110000 |
Color Harmonies of #A64D9E
Complementary color
Monochromatic Colors of #A64D9E
Black with #A64D9E
Text Example
Text Example
White with #A64D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64D9E; }
p { color: rgb(166,77,158); }
H1.HeaderClassName
{
color: #A64D9E;
}
.AnyTagClassName
{
color: #A64D9E;
}
</style>
background-color css
<style>
a { background-color: #A64D9E; }
a { background-color: rgb(166,77,158); }
div.DivClassName
{
background-color: #A64D9E;
}
.BgClassName
{
background-color: #A64D9E;
}
</style>
border-color css
<style>
span { border-color: #A64D9E; }
span { border-color: rgb(166,77,158); }
td.TdClassName
{
border-color: #A64D9E;
}
.TagClassName
{
border-color: #A64D9E;
}
</style>