Shades of Violet Blue #A64DAB
Tints of Violet Blue #A64DAB
RGB
CMYK
RGB Variations
Color information
#A64DAB (or 0xA64DAB) is known color: Violet Blue. HEX triplet: A6, 4D and AB. RGB value is (166,77,171). Sum of RGB (Red+Green+Blue) = 166+77+171=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #A64DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64DAB is #59B254. Grayscale: #727272. Windows color (decimal): -5878357 or 11226534. OLE color: 11226534.
HSL color Cylindrical-coordinate representation of color #A64DAB: hue angle of 296.81º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A64DAB is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 77 | 171 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.33 |
| HSL | 296.81º | 0.38% | 0.49% | - |
| HSV(B) | 296.81º | 0.55% | 0.67% | - |
| XYZ | 25.73 | 16.36 | 40.33 | - |
| YUV | 114.33 | 159.99 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 77 | 171 | 0.03 | 0.55 | 0 | 0.33 | 296.81 | 0.38 | 0.49 |
| Hex | A6 | 4D | AB | 3 | 37 | 0 | 21 | 129 | 26 | 31 |
| Octal | 246 | 115 | 253 | 3 | 67 | 0 | 41 | 451 | 46 | 61 |
| Binary | 10100110 | 1001101 | 10101011 | 11 | 110111 | 0 | 100001 | 100101001 | 100110 | 110001 |
Color Harmonies of #A64DAB
Complementary color
Monochromatic Colors of #A64DAB
Black with #A64DAB
Text Example
Text Example
White with #A64DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64DAB; }
p { color: rgb(166,77,171); }
H1.HeaderClassName
{
color: #A64DAB;
}
.AnyTagClassName
{
color: #A64DAB;
}
</style>
background-color css
<style>
a { background-color: #A64DAB; }
a { background-color: rgb(166,77,171); }
div.DivClassName
{
background-color: #A64DAB;
}
.BgClassName
{
background-color: #A64DAB;
}
</style>
border-color css
<style>
span { border-color: #A64DAB; }
span { border-color: rgb(166,77,171); }
td.TdClassName
{
border-color: #A64DAB;
}
.TagClassName
{
border-color: #A64DAB;
}
</style>