Shades of Violet Blue #A959A1
Tints of Violet Blue #A959A1
RGB
CMYK
RGB Variations
Color information
#A959A1 (or 0xA959A1) is known color: Violet Blue. HEX triplet: A9, 59 and A1. RGB value is (169,89,161). Sum of RGB (Red+Green+Blue) = 169+89+161=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A959A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A959A1 is #56A65E. Grayscale: #787878. Windows color (decimal): -5678687 or 10574249. OLE color: 10574249.
HSL color Cylindrical-coordinate representation of color #A959A1: hue angle of 306º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A959A1 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 89 | 161 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.34 |
| HSL | 306º | 0.32% | 0.51% | - |
| HSV(B) | 306º | 0.47% | 0.66% | - |
| XYZ | 26.37 | 18.15 | 35.83 | - |
| YUV | 121.13 | 150.5 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 89 | 161 | 0 | 0.47 | 0.05 | 0.34 | 306 | 0.32 | 0.51 |
| Hex | A9 | 59 | A1 | 0 | 2F | 5 | 22 | 132 | 20 | 33 |
| Octal | 251 | 131 | 241 | 0 | 57 | 5 | 42 | 462 | 40 | 63 |
| Binary | 10101001 | 1011001 | 10100001 | 0 | 101111 | 101 | 100010 | 100110010 | 100000 | 110011 |
Color Harmonies of #A959A1
Complementary color
Monochromatic Colors of #A959A1
Black with #A959A1
Text Example
Text Example
White with #A959A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A959A1; }
p { color: rgb(169,89,161); }
H1.HeaderClassName
{
color: #A959A1;
}
.AnyTagClassName
{
color: #A959A1;
}
</style>
background-color css
<style>
a { background-color: #A959A1; }
a { background-color: rgb(169,89,161); }
div.DivClassName
{
background-color: #A959A1;
}
.BgClassName
{
background-color: #A959A1;
}
</style>
border-color css
<style>
span { border-color: #A959A1; }
span { border-color: rgb(169,89,161); }
td.TdClassName
{
border-color: #A959A1;
}
.TagClassName
{
border-color: #A959A1;
}
</style>