Shades of Violet Blue #A64DAE
Tints of Violet Blue #A64DAE
RGB
CMYK
RGB Variations
Color information
#A64DAE (or 0xA64DAE) is known color: Violet Blue. HEX triplet: A6, 4D and AE. RGB value is (166,77,174). Sum of RGB (Red+Green+Blue) = 166+77+174=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #A64DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64DAE is #59B251. Grayscale: #727272. Windows color (decimal): -5878354 or 11423142. OLE color: 11423142.
HSL color Cylindrical-coordinate representation of color #A64DAE: hue angle of 295.05º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A64DAE is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 77 | 174 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.32 |
| HSL | 295.05º | 0.39% | 0.49% | - |
| HSV(B) | 295.05º | 0.56% | 0.68% | - |
| XYZ | 26.02 | 16.47 | 41.85 | - |
| YUV | 114.67 | 161.49 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 77 | 174 | 0.05 | 0.56 | 0 | 0.32 | 295.05 | 0.39 | 0.49 |
| Hex | A6 | 4D | AE | 5 | 38 | 0 | 20 | 127 | 27 | 31 |
| Octal | 246 | 115 | 256 | 5 | 70 | 0 | 40 | 447 | 47 | 61 |
| Binary | 10100110 | 1001101 | 10101110 | 101 | 111000 | 0 | 100000 | 100100111 | 100111 | 110001 |
Color Harmonies of #A64DAE
Complementary color
Monochromatic Colors of #A64DAE
Black with #A64DAE
Text Example
Text Example
White with #A64DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64DAE; }
p { color: rgb(166,77,174); }
H1.HeaderClassName
{
color: #A64DAE;
}
.AnyTagClassName
{
color: #A64DAE;
}
</style>
background-color css
<style>
a { background-color: #A64DAE; }
a { background-color: rgb(166,77,174); }
div.DivClassName
{
background-color: #A64DAE;
}
.BgClassName
{
background-color: #A64DAE;
}
</style>
border-color css
<style>
span { border-color: #A64DAE; }
span { border-color: rgb(166,77,174); }
td.TdClassName
{
border-color: #A64DAE;
}
.TagClassName
{
border-color: #A64DAE;
}
</style>