Shades of Violet Blue #A64AAE
Tints of Violet Blue #A64AAE
RGB
CMYK
RGB Variations
Color information
#A64AAE (or 0xA64AAE) is known color: Violet Blue. HEX triplet: A6, 4A and AE. RGB value is (166,74,174). Sum of RGB (Red+Green+Blue) = 166+74+174=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #A64AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64AAE is #59B551. Grayscale: #707070. Windows color (decimal): -5879122 or 11422374. OLE color: 11422374.
HSL color Cylindrical-coordinate representation of color #A64AAE: hue angle of 295.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64AAE is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 74 | 174 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.32 |
| HSL | 295.2º | 0.4% | 0.49% | - |
| HSV(B) | 295.2º | 0.57% | 0.68% | - |
| XYZ | 25.81 | 16.06 | 41.78 | - |
| YUV | 112.91 | 162.48 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 174 | 0.05 | 0.57 | 0 | 0.32 | 295.2 | 0.4 | 0.49 |
| Hex | A6 | 4A | AE | 5 | 39 | 0 | 20 | 127 | 28 | 31 |
| Octal | 246 | 112 | 256 | 5 | 71 | 0 | 40 | 447 | 50 | 61 |
| Binary | 10100110 | 1001010 | 10101110 | 101 | 111001 | 0 | 100000 | 100100111 | 101000 | 110001 |
Color Harmonies of #A64AAE
Complementary color
Monochromatic Colors of #A64AAE
Black with #A64AAE
Text Example
Text Example
White with #A64AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64AAE; }
p { color: rgb(166,74,174); }
H1.HeaderClassName
{
color: #A64AAE;
}
.AnyTagClassName
{
color: #A64AAE;
}
</style>
background-color css
<style>
a { background-color: #A64AAE; }
a { background-color: rgb(166,74,174); }
div.DivClassName
{
background-color: #A64AAE;
}
.BgClassName
{
background-color: #A64AAE;
}
</style>
border-color css
<style>
span { border-color: #A64AAE; }
span { border-color: rgb(166,74,174); }
td.TdClassName
{
border-color: #A64AAE;
}
.TagClassName
{
border-color: #A64AAE;
}
</style>