Shades of Violet Blue #A64FAA
Tints of Violet Blue #A64FAA
RGB
CMYK
RGB Variations
Color information
#A64FAA (or 0xA64FAA) is known color: Violet Blue. HEX triplet: A6, 4F and AA. RGB value is (166,79,170). Sum of RGB (Red+Green+Blue) = 166+79+170=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #A64FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64FAA is #59B055. Grayscale: #737373. Windows color (decimal): -5877846 or 11161510. OLE color: 11161510.
HSL color Cylindrical-coordinate representation of color #A64FAA: hue angle of 297.36º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A64FAA is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 79 | 170 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.33 |
| HSL | 297.36º | 0.37% | 0.49% | - |
| HSV(B) | 297.36º | 0.54% | 0.67% | - |
| XYZ | 25.78 | 16.6 | 39.88 | - |
| YUV | 115.39 | 158.82 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 79 | 170 | 0.02 | 0.54 | 0 | 0.33 | 297.36 | 0.37 | 0.49 |
| Hex | A6 | 4F | AA | 2 | 36 | 0 | 21 | 129 | 25 | 31 |
| Octal | 246 | 117 | 252 | 2 | 66 | 0 | 41 | 451 | 45 | 61 |
| Binary | 10100110 | 1001111 | 10101010 | 10 | 110110 | 0 | 100001 | 100101001 | 100101 | 110001 |
Color Harmonies of #A64FAA
Complementary color
Monochromatic Colors of #A64FAA
Black with #A64FAA
Text Example
Text Example
White with #A64FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64FAA; }
p { color: rgb(166,79,170); }
H1.HeaderClassName
{
color: #A64FAA;
}
.AnyTagClassName
{
color: #A64FAA;
}
</style>
background-color css
<style>
a { background-color: #A64FAA; }
a { background-color: rgb(166,79,170); }
div.DivClassName
{
background-color: #A64FAA;
}
.BgClassName
{
background-color: #A64FAA;
}
</style>
border-color css
<style>
span { border-color: #A64FAA; }
span { border-color: rgb(166,79,170); }
td.TdClassName
{
border-color: #A64FAA;
}
.TagClassName
{
border-color: #A64FAA;
}
</style>