Shades of Violet Blue #A64AAB
Tints of Violet Blue #A64AAB
RGB
CMYK
RGB Variations
Color information
#A64AAB (or 0xA64AAB) is known color: Violet Blue. HEX triplet: A6, 4A and AB. RGB value is (166,74,171). Sum of RGB (Red+Green+Blue) = 166+74+171=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #A64AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64AAB is #59B554. Grayscale: #707070. Windows color (decimal): -5879125 or 11225766. OLE color: 11225766.
HSL color Cylindrical-coordinate representation of color #A64AAB: hue angle of 296.91º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64AAB is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 74 | 171 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.33 |
| HSL | 296.91º | 0.4% | 0.48% | - |
| HSV(B) | 296.91º | 0.57% | 0.67% | - |
| XYZ | 25.53 | 15.94 | 40.26 | - |
| YUV | 112.57 | 160.98 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 171 | 0.03 | 0.57 | 0 | 0.33 | 296.91 | 0.4 | 0.48 |
| Hex | A6 | 4A | AB | 3 | 39 | 0 | 21 | 129 | 28 | 30 |
| Octal | 246 | 112 | 253 | 3 | 71 | 0 | 41 | 451 | 50 | 60 |
| Binary | 10100110 | 1001010 | 10101011 | 11 | 111001 | 0 | 100001 | 100101001 | 101000 | 110000 |
Color Harmonies of #A64AAB
Complementary color
Monochromatic Colors of #A64AAB
Black with #A64AAB
Text Example
Text Example
White with #A64AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64AAB; }
p { color: rgb(166,74,171); }
H1.HeaderClassName
{
color: #A64AAB;
}
.AnyTagClassName
{
color: #A64AAB;
}
</style>
background-color css
<style>
a { background-color: #A64AAB; }
a { background-color: rgb(166,74,171); }
div.DivClassName
{
background-color: #A64AAB;
}
.BgClassName
{
background-color: #A64AAB;
}
</style>
border-color css
<style>
span { border-color: #A64AAB; }
span { border-color: rgb(166,74,171); }
td.TdClassName
{
border-color: #A64AAB;
}
.TagClassName
{
border-color: #A64AAB;
}
</style>