Shades of Violet Blue #A059AB
Tints of Violet Blue #A059AB
RGB
CMYK
RGB Variations
Color information
#A059AB (or 0xA059AB) is known color: Violet Blue. HEX triplet: A0, 59 and AB. RGB value is (160,89,171). Sum of RGB (Red+Green+Blue) = 160+89+171=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #A059AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A059AB is #5FA654. Grayscale: #777777. Windows color (decimal): -6268501 or 11229600. OLE color: 11229600.
HSL color Cylindrical-coordinate representation of color #A059AB: hue angle of 291.95º 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 #A059AB is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 89 | 171 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.33 |
| HSL | 291.95º | 0.33% | 0.51% | - |
| HSV(B) | 291.95º | 0.48% | 0.67% | - |
| XYZ | 25.42 | 17.56 | 40.58 | - |
| YUV | 119.58 | 157.02 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 171 | 0.06 | 0.48 | 0 | 0.33 | 291.95 | 0.33 | 0.51 |
| Hex | A0 | 59 | AB | 6 | 30 | 0 | 21 | 124 | 21 | 33 |
| Octal | 240 | 131 | 253 | 6 | 60 | 0 | 41 | 444 | 41 | 63 |
| Binary | 10100000 | 1011001 | 10101011 | 110 | 110000 | 0 | 100001 | 100100100 | 100001 | 110011 |
Color Harmonies of #A059AB
Complementary color
Monochromatic Colors of #A059AB
Black with #A059AB
Text Example
Text Example
White with #A059AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A059AB; }
p { color: rgb(160,89,171); }
H1.HeaderClassName
{
color: #A059AB;
}
.AnyTagClassName
{
color: #A059AB;
}
</style>
background-color css
<style>
a { background-color: #A059AB; }
a { background-color: rgb(160,89,171); }
div.DivClassName
{
background-color: #A059AB;
}
.BgClassName
{
background-color: #A059AB;
}
</style>
border-color css
<style>
span { border-color: #A059AB; }
span { border-color: rgb(160,89,171); }
td.TdClassName
{
border-color: #A059AB;
}
.TagClassName
{
border-color: #A059AB;
}
</style>