Shades of Violet Blue #A159A6
Tints of Violet Blue #A159A6
RGB
CMYK
RGB Variations
Color information
#A159A6 (or 0xA159A6) is known color: Violet Blue. HEX triplet: A1, 59 and A6. RGB value is (161,89,166). Sum of RGB (Red+Green+Blue) = 161+89+166=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 166 (65.23% from 255 or 39.90% from 416); Max value from RGB is 166 - color contains mainly: blue. Hex color #A159A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A159A6 is #5EA659. Grayscale: #777777. Windows color (decimal): -6202970 or 10901921. OLE color: 10901921.
HSL color Cylindrical-coordinate representation of color #A159A6: hue angle of 296.1º 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 #A159A6 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 89 | 166 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.35 |
| HSL | 296.1º | 0.3% | 0.5% | - |
| HSV(B) | 296.1º | 0.46% | 0.65% | - |
| XYZ | 25.15 | 17.48 | 38.12 | - |
| YUV | 119.31 | 154.35 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 166 | 0.03 | 0.46 | 0 | 0.35 | 296.1 | 0.3 | 0.5 |
| Hex | A1 | 59 | A6 | 3 | 2E | 0 | 23 | 128 | 1E | 32 |
| Octal | 241 | 131 | 246 | 3 | 56 | 0 | 43 | 450 | 36 | 62 |
| Binary | 10100001 | 1011001 | 10100110 | 11 | 101110 | 0 | 100011 | 100101000 | 11110 | 110010 |
Color Harmonies of #A159A6
Complementary color
Monochromatic Colors of #A159A6
Black with #A159A6
Text Example
Text Example
White with #A159A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A159A6; }
p { color: rgb(161,89,166); }
H1.HeaderClassName
{
color: #A159A6;
}
.AnyTagClassName
{
color: #A159A6;
}
</style>
background-color css
<style>
a { background-color: #A159A6; }
a { background-color: rgb(161,89,166); }
div.DivClassName
{
background-color: #A159A6;
}
.BgClassName
{
background-color: #A159A6;
}
</style>
border-color css
<style>
span { border-color: #A159A6; }
span { border-color: rgb(161,89,166); }
td.TdClassName
{
border-color: #A159A6;
}
.TagClassName
{
border-color: #A159A6;
}
</style>