Shades of Violet Blue #A959AA
Tints of Violet Blue #A959AA
RGB
CMYK
RGB Variations
Color information
#A959AA (or 0xA959AA) is known color: Violet Blue. HEX triplet: A9, 59 and AA. RGB value is (169,89,170). Sum of RGB (Red+Green+Blue) = 169+89+170=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #A959AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A959AA is #56A655. Grayscale: #797979. Windows color (decimal): -5678678 or 11164073. OLE color: 11164073.
HSL color Cylindrical-coordinate representation of color #A959AA: hue angle of 299.26º 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 #A959AA is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 169 | 89 | 170 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.33 |
| HSL | 299.26º | 0.32% | 0.51% | - |
| HSV(B) | 299.26º | 0.48% | 0.67% | - |
| XYZ | 27.19 | 18.48 | 40.16 | - |
| YUV | 122.15 | 155 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 89 | 170 | 0.01 | 0.48 | 0 | 0.33 | 299.26 | 0.32 | 0.51 |
| Hex | A9 | 59 | AA | 1 | 30 | 0 | 21 | 12B | 20 | 33 |
| Octal | 251 | 131 | 252 | 1 | 60 | 0 | 41 | 453 | 40 | 63 |
| Binary | 10101001 | 1011001 | 10101010 | 1 | 110000 | 0 | 100001 | 100101011 | 100000 | 110011 |
Color Harmonies of #A959AA
Complementary color
Monochromatic Colors of #A959AA
Black with #A959AA
Text Example
Text Example
White with #A959AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A959AA; }
p { color: rgb(169,89,170); }
H1.HeaderClassName
{
color: #A959AA;
}
.AnyTagClassName
{
color: #A959AA;
}
</style>
background-color css
<style>
a { background-color: #A959AA; }
a { background-color: rgb(169,89,170); }
div.DivClassName
{
background-color: #A959AA;
}
.BgClassName
{
background-color: #A959AA;
}
</style>
border-color css
<style>
span { border-color: #A959AA; }
span { border-color: rgb(169,89,170); }
td.TdClassName
{
border-color: #A959AA;
}
.TagClassName
{
border-color: #A959AA;
}
</style>