Shades of Violet Blue #A559A2
Tints of Violet Blue #A559A2
RGB
CMYK
RGB Variations
Color information
#A559A2 (or 0xA559A2) is known color: Violet Blue. HEX triplet: A5, 59 and A2. RGB value is (165,89,162). Sum of RGB (Red+Green+Blue) = 165+89+162=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A559A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A559A2 is #5AA65D. Grayscale: #777777. Windows color (decimal): -5940830 or 10639781. OLE color: 10639781.
HSL color Cylindrical-coordinate representation of color #A559A2: hue angle of 302.37º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A559A2 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 89 | 162 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.35 |
| HSL | 302.37º | 0.3% | 0.5% | - |
| HSV(B) | 302.37º | 0.46% | 0.65% | - |
| XYZ | 25.61 | 17.75 | 36.26 | - |
| YUV | 120.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 89 | 162 | 0 | 0.46 | 0.02 | 0.35 | 302.37 | 0.3 | 0.5 |
| Hex | A5 | 59 | A2 | 0 | 2E | 2 | 23 | 12E | 1E | 32 |
| Octal | 245 | 131 | 242 | 0 | 56 | 2 | 43 | 456 | 36 | 62 |
| Binary | 10100101 | 1011001 | 10100010 | 0 | 101110 | 10 | 100011 | 100101110 | 11110 | 110010 |
Color Harmonies of #A559A2
Complementary color
Monochromatic Colors of #A559A2
Black with #A559A2
Text Example
Text Example
White with #A559A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A559A2; }
p { color: rgb(165,89,162); }
H1.HeaderClassName
{
color: #A559A2;
}
.AnyTagClassName
{
color: #A559A2;
}
</style>
background-color css
<style>
a { background-color: #A559A2; }
a { background-color: rgb(165,89,162); }
div.DivClassName
{
background-color: #A559A2;
}
.BgClassName
{
background-color: #A559A2;
}
</style>
border-color css
<style>
span { border-color: #A559A2; }
span { border-color: rgb(165,89,162); }
td.TdClassName
{
border-color: #A559A2;
}
.TagClassName
{
border-color: #A559A2;
}
</style>