Shades of Violet Blue #A659A5
Tints of Violet Blue #A659A5
RGB
CMYK
RGB Variations
Color information
#A659A5 (or 0xA659A5) is known color: Violet Blue. HEX triplet: A6, 59 and A5. RGB value is (166,89,165). Sum of RGB (Red+Green+Blue) = 166+89+165=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A659A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A659A5 is #59A65A. Grayscale: #787878. Windows color (decimal): -5875291 or 10836390. OLE color: 10836390.
HSL color Cylindrical-coordinate representation of color #A659A5: hue angle of 300.78º 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 #A659A5 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 89 | 165 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.35 |
| HSL | 300.78º | 0.3% | 0.5% | - |
| HSV(B) | 300.78º | 0.46% | 0.65% | - |
| XYZ | 26.09 | 17.97 | 37.69 | - |
| YUV | 120.69 | 153.01 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 89 | 165 | 0 | 0.46 | 0.01 | 0.35 | 300.78 | 0.3 | 0.5 |
| Hex | A6 | 59 | A5 | 0 | 2E | 1 | 23 | 12D | 1E | 32 |
| Octal | 246 | 131 | 245 | 0 | 56 | 1 | 43 | 455 | 36 | 62 |
| Binary | 10100110 | 1011001 | 10100101 | 0 | 101110 | 1 | 100011 | 100101101 | 11110 | 110010 |
Color Harmonies of #A659A5
Complementary color
Monochromatic Colors of #A659A5
Black with #A659A5
Text Example
Text Example
White with #A659A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A659A5; }
p { color: rgb(166,89,165); }
H1.HeaderClassName
{
color: #A659A5;
}
.AnyTagClassName
{
color: #A659A5;
}
</style>
background-color css
<style>
a { background-color: #A659A5; }
a { background-color: rgb(166,89,165); }
div.DivClassName
{
background-color: #A659A5;
}
.BgClassName
{
background-color: #A659A5;
}
</style>
border-color css
<style>
span { border-color: #A659A5; }
span { border-color: rgb(166,89,165); }
td.TdClassName
{
border-color: #A659A5;
}
.TagClassName
{
border-color: #A659A5;
}
</style>