Shades of Violet Blue #A559AA
Tints of Violet Blue #A559AA
RGB
CMYK
RGB Variations
Color information
#A559AA (or 0xA559AA) is known color: Violet Blue. HEX triplet: A5, 59 and AA. RGB value is (165,89,170). Sum of RGB (Red+Green+Blue) = 165+89+170=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #A559AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A559AA is #5AA655. Grayscale: #787878. Windows color (decimal): -5940822 or 11164069. OLE color: 11164069.
HSL color Cylindrical-coordinate representation of color #A559AA: hue angle of 296.3º degrees, saturation: 0.32, 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 #A559AA is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 89 | 170 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.33 |
| HSL | 296.3º | 0.32% | 0.51% | - |
| HSV(B) | 296.3º | 0.48% | 0.67% | - |
| XYZ | 26.35 | 18.05 | 40.12 | - |
| YUV | 120.96 | 155.68 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 89 | 170 | 0.03 | 0.48 | 0 | 0.33 | 296.3 | 0.32 | 0.51 |
| Hex | A5 | 59 | AA | 3 | 30 | 0 | 21 | 128 | 20 | 33 |
| Octal | 245 | 131 | 252 | 3 | 60 | 0 | 41 | 450 | 40 | 63 |
| Binary | 10100101 | 1011001 | 10101010 | 11 | 110000 | 0 | 100001 | 100101000 | 100000 | 110011 |
Color Harmonies of #A559AA
Complementary color
Monochromatic Colors of #A559AA
Black with #A559AA
Text Example
Text Example
White with #A559AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A559AA; }
p { color: rgb(165,89,170); }
H1.HeaderClassName
{
color: #A559AA;
}
.AnyTagClassName
{
color: #A559AA;
}
</style>
background-color css
<style>
a { background-color: #A559AA; }
a { background-color: rgb(165,89,170); }
div.DivClassName
{
background-color: #A559AA;
}
.BgClassName
{
background-color: #A559AA;
}
</style>
border-color css
<style>
span { border-color: #A559AA; }
span { border-color: rgb(165,89,170); }
td.TdClassName
{
border-color: #A559AA;
}
.TagClassName
{
border-color: #A559AA;
}
</style>