Shades of Violet Blue #A64BAE
Tints of Violet Blue #A64BAE
RGB
CMYK
RGB Variations
Color information
#A64BAE (or 0xA64BAE) is known color: Violet Blue. HEX triplet: A6, 4B and AE. RGB value is (166,75,174). Sum of RGB (Red+Green+Blue) = 166+75+174=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #A64BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64BAE is #59B451. Grayscale: #717171. Windows color (decimal): -5878866 or 11422630. OLE color: 11422630.
HSL color Cylindrical-coordinate representation of color #A64BAE: hue angle of 295.15º 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 #A64BAE is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 75 | 174 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.32 |
| HSL | 295.15º | 0.4% | 0.49% | - |
| HSV(B) | 295.15º | 0.57% | 0.68% | - |
| XYZ | 25.88 | 16.2 | 41.81 | - |
| YUV | 113.5 | 162.15 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 174 | 0.05 | 0.57 | 0 | 0.32 | 295.15 | 0.4 | 0.49 |
| Hex | A6 | 4B | AE | 5 | 39 | 0 | 20 | 127 | 28 | 31 |
| Octal | 246 | 113 | 256 | 5 | 71 | 0 | 40 | 447 | 50 | 61 |
| Binary | 10100110 | 1001011 | 10101110 | 101 | 111001 | 0 | 100000 | 100100111 | 101000 | 110001 |
Color Harmonies of #A64BAE
Complementary color
Monochromatic Colors of #A64BAE
Black with #A64BAE
Text Example
Text Example
White with #A64BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64BAE; }
p { color: rgb(166,75,174); }
H1.HeaderClassName
{
color: #A64BAE;
}
.AnyTagClassName
{
color: #A64BAE;
}
</style>
background-color css
<style>
a { background-color: #A64BAE; }
a { background-color: rgb(166,75,174); }
div.DivClassName
{
background-color: #A64BAE;
}
.BgClassName
{
background-color: #A64BAE;
}
</style>
border-color css
<style>
span { border-color: #A64BAE; }
span { border-color: rgb(166,75,174); }
td.TdClassName
{
border-color: #A64BAE;
}
.TagClassName
{
border-color: #A64BAE;
}
</style>