Shades of Violet Blue #A059AD
Tints of Violet Blue #A059AD
RGB
CMYK
RGB Variations
Color information
#A059AD (or 0xA059AD) is known color: Violet Blue. HEX triplet: A0, 59 and AD. RGB value is (160,89,173). Sum of RGB (Red+Green+Blue) = 160+89+173=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #A059AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A059AD is #5FA652. Grayscale: #777777. Windows color (decimal): -6268499 or 11360672. OLE color: 11360672.
HSL color Cylindrical-coordinate representation of color #A059AD: hue angle of 290.71º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A059AD is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 89 | 173 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.32 |
| HSL | 290.71º | 0.34% | 0.51% | - |
| HSV(B) | 290.71º | 0.49% | 0.68% | - |
| XYZ | 25.61 | 17.64 | 41.59 | - |
| YUV | 119.81 | 158.02 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 173 | 0.08 | 0.49 | 0 | 0.32 | 290.71 | 0.34 | 0.51 |
| Hex | A0 | 59 | AD | 8 | 31 | 0 | 20 | 123 | 22 | 33 |
| Octal | 240 | 131 | 255 | 10 | 61 | 0 | 40 | 443 | 42 | 63 |
| Binary | 10100000 | 1011001 | 10101101 | 1000 | 110001 | 0 | 100000 | 100100011 | 100010 | 110011 |
Color Harmonies of #A059AD
Complementary color
Monochromatic Colors of #A059AD
Black with #A059AD
Text Example
Text Example
White with #A059AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A059AD; }
p { color: rgb(160,89,173); }
H1.HeaderClassName
{
color: #A059AD;
}
.AnyTagClassName
{
color: #A059AD;
}
</style>
background-color css
<style>
a { background-color: #A059AD; }
a { background-color: rgb(160,89,173); }
div.DivClassName
{
background-color: #A059AD;
}
.BgClassName
{
background-color: #A059AD;
}
</style>
border-color css
<style>
span { border-color: #A059AD; }
span { border-color: rgb(160,89,173); }
td.TdClassName
{
border-color: #A059AD;
}
.TagClassName
{
border-color: #A059AD;
}
</style>