Shades of Violet Blue #A64FAE
Tints of Violet Blue #A64FAE
RGB
CMYK
RGB Variations
Color information
#A64FAE (or 0xA64FAE) is known color: Violet Blue. HEX triplet: A6, 4F and AE. RGB value is (166,79,174). Sum of RGB (Red+Green+Blue) = 166+79+174=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #A64FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64FAE is #59B051. Grayscale: #737373. Windows color (decimal): -5877842 or 11423654. OLE color: 11423654.
HSL color Cylindrical-coordinate representation of color #A64FAE: hue angle of 294.95º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A64FAE is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 79 | 174 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.32 |
| HSL | 294.95º | 0.38% | 0.5% | - |
| HSV(B) | 294.95º | 0.55% | 0.68% | - |
| XYZ | 26.16 | 16.75 | 41.9 | - |
| YUV | 115.84 | 160.82 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 79 | 174 | 0.05 | 0.55 | 0 | 0.32 | 294.95 | 0.38 | 0.5 |
| Hex | A6 | 4F | AE | 5 | 37 | 0 | 20 | 127 | 26 | 32 |
| Octal | 246 | 117 | 256 | 5 | 67 | 0 | 40 | 447 | 46 | 62 |
| Binary | 10100110 | 1001111 | 10101110 | 101 | 110111 | 0 | 100000 | 100100111 | 100110 | 110010 |
Color Harmonies of #A64FAE
Complementary color
Monochromatic Colors of #A64FAE
Black with #A64FAE
Text Example
Text Example
White with #A64FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64FAE; }
p { color: rgb(166,79,174); }
H1.HeaderClassName
{
color: #A64FAE;
}
.AnyTagClassName
{
color: #A64FAE;
}
</style>
background-color css
<style>
a { background-color: #A64FAE; }
a { background-color: rgb(166,79,174); }
div.DivClassName
{
background-color: #A64FAE;
}
.BgClassName
{
background-color: #A64FAE;
}
</style>
border-color css
<style>
span { border-color: #A64FAE; }
span { border-color: rgb(166,79,174); }
td.TdClassName
{
border-color: #A64FAE;
}
.TagClassName
{
border-color: #A64FAE;
}
</style>