Shades of Violet Blue #A559AD
Tints of Violet Blue #A559AD
RGB
CMYK
RGB Variations
Color information
#A559AD (or 0xA559AD) is known color: Violet Blue. HEX triplet: A5, 59 and AD. RGB value is (165,89,173). Sum of RGB (Red+Green+Blue) = 165+89+173=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #A559AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A559AD is #5AA652. Grayscale: #797979. Windows color (decimal): -5940819 or 11360677. OLE color: 11360677.
HSL color Cylindrical-coordinate representation of color #A559AD: hue angle of 294.29º 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 #A559AD is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 89 | 173 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.32 |
| HSL | 294.29º | 0.34% | 0.51% | - |
| HSV(B) | 294.29º | 0.49% | 0.68% | - |
| XYZ | 26.63 | 18.16 | 41.64 | - |
| YUV | 121.3 | 157.18 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 89 | 173 | 0.05 | 0.49 | 0 | 0.32 | 294.29 | 0.34 | 0.51 |
| Hex | A5 | 59 | AD | 5 | 31 | 0 | 20 | 126 | 22 | 33 |
| Octal | 245 | 131 | 255 | 5 | 61 | 0 | 40 | 446 | 42 | 63 |
| Binary | 10100101 | 1011001 | 10101101 | 101 | 110001 | 0 | 100000 | 100100110 | 100010 | 110011 |
Color Harmonies of #A559AD
Complementary color
Monochromatic Colors of #A559AD
Black with #A559AD
Text Example
Text Example
White with #A559AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A559AD; }
p { color: rgb(165,89,173); }
H1.HeaderClassName
{
color: #A559AD;
}
.AnyTagClassName
{
color: #A559AD;
}
</style>
background-color css
<style>
a { background-color: #A559AD; }
a { background-color: rgb(165,89,173); }
div.DivClassName
{
background-color: #A559AD;
}
.BgClassName
{
background-color: #A559AD;
}
</style>
border-color css
<style>
span { border-color: #A559AD; }
span { border-color: rgb(165,89,173); }
td.TdClassName
{
border-color: #A559AD;
}
.TagClassName
{
border-color: #A559AD;
}
</style>