Shades of Violet Blue #A559AC
Tints of Violet Blue #A559AC
RGB
CMYK
RGB Variations
Color information
#A559AC (or 0xA559AC) is known color: Violet Blue. HEX triplet: A5, 59 and AC. RGB value is (165,89,172). Sum of RGB (Red+Green+Blue) = 165+89+172=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #A559AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A559AC is #5AA653. Grayscale: #787878. Windows color (decimal): -5940820 or 11295141. OLE color: 11295141.
HSL color Cylindrical-coordinate representation of color #A559AC: hue angle of 294.94º 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 #A559AC is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 89 | 172 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.33 |
| HSL | 294.94º | 0.33% | 0.51% | - |
| HSV(B) | 294.94º | 0.48% | 0.67% | - |
| XYZ | 26.54 | 18.12 | 41.13 | - |
| YUV | 121.19 | 156.68 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 89 | 172 | 0.04 | 0.48 | 0 | 0.33 | 294.94 | 0.33 | 0.51 |
| Hex | A5 | 59 | AC | 4 | 30 | 0 | 21 | 127 | 21 | 33 |
| Octal | 245 | 131 | 254 | 4 | 60 | 0 | 41 | 447 | 41 | 63 |
| Binary | 10100101 | 1011001 | 10101100 | 100 | 110000 | 0 | 100001 | 100100111 | 100001 | 110011 |
Color Harmonies of #A559AC
Complementary color
Monochromatic Colors of #A559AC
Black with #A559AC
Text Example
Text Example
White with #A559AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A559AC; }
p { color: rgb(165,89,172); }
H1.HeaderClassName
{
color: #A559AC;
}
.AnyTagClassName
{
color: #A559AC;
}
</style>
background-color css
<style>
a { background-color: #A559AC; }
a { background-color: rgb(165,89,172); }
div.DivClassName
{
background-color: #A559AC;
}
.BgClassName
{
background-color: #A559AC;
}
</style>
border-color css
<style>
span { border-color: #A559AC; }
span { border-color: rgb(165,89,172); }
td.TdClassName
{
border-color: #A559AC;
}
.TagClassName
{
border-color: #A559AC;
}
</style>