Shades of Violet Blue #A659AB
Tints of Violet Blue #A659AB
RGB
CMYK
RGB Variations
Color information
#A659AB (or 0xA659AB) is known color: Violet Blue. HEX triplet: A6, 59 and AB. RGB value is (166,89,171). Sum of RGB (Red+Green+Blue) = 166+89+171=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #A659AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A659AB is #59A654. Grayscale: #797979. Windows color (decimal): -5875285 or 11229606. OLE color: 11229606.
HSL color Cylindrical-coordinate representation of color #A659AB: hue angle of 296.34º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A659AB is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 89 | 171 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.33 |
| HSL | 296.34º | 0.33% | 0.51% | - |
| HSV(B) | 296.34º | 0.48% | 0.67% | - |
| XYZ | 26.65 | 18.19 | 40.63 | - |
| YUV | 121.37 | 156.01 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 89 | 171 | 0.03 | 0.48 | 0 | 0.33 | 296.34 | 0.33 | 0.51 |
| Hex | A6 | 59 | AB | 3 | 30 | 0 | 21 | 128 | 21 | 33 |
| Octal | 246 | 131 | 253 | 3 | 60 | 0 | 41 | 450 | 41 | 63 |
| Binary | 10100110 | 1011001 | 10101011 | 11 | 110000 | 0 | 100001 | 100101000 | 100001 | 110011 |
Color Harmonies of #A659AB
Complementary color
Monochromatic Colors of #A659AB
Black with #A659AB
Text Example
Text Example
White with #A659AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A659AB; }
p { color: rgb(166,89,171); }
H1.HeaderClassName
{
color: #A659AB;
}
.AnyTagClassName
{
color: #A659AB;
}
</style>
background-color css
<style>
a { background-color: #A659AB; }
a { background-color: rgb(166,89,171); }
div.DivClassName
{
background-color: #A659AB;
}
.BgClassName
{
background-color: #A659AB;
}
</style>
border-color css
<style>
span { border-color: #A659AB; }
span { border-color: rgb(166,89,171); }
td.TdClassName
{
border-color: #A659AB;
}
.TagClassName
{
border-color: #A659AB;
}
</style>