Shades of Violet Blue #A059AC
Tints of Violet Blue #A059AC
RGB
CMYK
RGB Variations
Color information
#A059AC (or 0xA059AC) is known color: Violet Blue. HEX triplet: A0, 59 and AC. RGB value is (160,89,172). Sum of RGB (Red+Green+Blue) = 160+89+172=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #A059AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A059AC is #5FA653. Grayscale: #777777. Windows color (decimal): -6268500 or 11295136. OLE color: 11295136.
HSL color Cylindrical-coordinate representation of color #A059AC: hue angle of 291.33º 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 #A059AC is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 89 | 172 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.33 |
| HSL | 291.33º | 0.33% | 0.51% | - |
| HSV(B) | 291.33º | 0.48% | 0.67% | - |
| XYZ | 25.52 | 17.6 | 41.08 | - |
| YUV | 119.69 | 157.52 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 89 | 172 | 0.07 | 0.48 | 0 | 0.33 | 291.33 | 0.33 | 0.51 |
| Hex | A0 | 59 | AC | 7 | 30 | 0 | 21 | 123 | 21 | 33 |
| Octal | 240 | 131 | 254 | 7 | 60 | 0 | 41 | 443 | 41 | 63 |
| Binary | 10100000 | 1011001 | 10101100 | 111 | 110000 | 0 | 100001 | 100100011 | 100001 | 110011 |
Color Harmonies of #A059AC
Complementary color
Monochromatic Colors of #A059AC
Black with #A059AC
Text Example
Text Example
White with #A059AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A059AC; }
p { color: rgb(160,89,172); }
H1.HeaderClassName
{
color: #A059AC;
}
.AnyTagClassName
{
color: #A059AC;
}
</style>
background-color css
<style>
a { background-color: #A059AC; }
a { background-color: rgb(160,89,172); }
div.DivClassName
{
background-color: #A059AC;
}
.BgClassName
{
background-color: #A059AC;
}
</style>
border-color css
<style>
span { border-color: #A059AC; }
span { border-color: rgb(160,89,172); }
td.TdClassName
{
border-color: #A059AC;
}
.TagClassName
{
border-color: #A059AC;
}
</style>