Shades of Violet Blue #A159A5
Tints of Violet Blue #A159A5
RGB
CMYK
RGB Variations
Color information
#A159A5 (or 0xA159A5) is known color: Violet Blue. HEX triplet: A1, 59 and A5. RGB value is (161,89,165). Sum of RGB (Red+Green+Blue) = 161+89+165=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 165 (64.84% from 255 or 39.76% from 415); Max value from RGB is 165 - color contains mainly: blue. Hex color #A159A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A159A5 is #5EA65A. Grayscale: #767676. Windows color (decimal): -6202971 or 10836385. OLE color: 10836385.
HSL color Cylindrical-coordinate representation of color #A159A5: hue angle of 296.84º 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 #A159A5 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 89 | 165 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.35 |
| HSL | 296.84º | 0.3% | 0.5% | - |
| HSV(B) | 296.84º | 0.46% | 0.65% | - |
| XYZ | 25.06 | 17.44 | 37.64 | - |
| YUV | 119.19 | 153.85 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 165 | 0.02 | 0.46 | 0 | 0.35 | 296.84 | 0.3 | 0.5 |
| Hex | A1 | 59 | A5 | 2 | 2E | 0 | 23 | 129 | 1E | 32 |
| Octal | 241 | 131 | 245 | 2 | 56 | 0 | 43 | 451 | 36 | 62 |
| Binary | 10100001 | 1011001 | 10100101 | 10 | 101110 | 0 | 100011 | 100101001 | 11110 | 110010 |
Color Harmonies of #A159A5
Complementary color
Monochromatic Colors of #A159A5
Black with #A159A5
Text Example
Text Example
White with #A159A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A159A5; }
p { color: rgb(161,89,165); }
H1.HeaderClassName
{
color: #A159A5;
}
.AnyTagClassName
{
color: #A159A5;
}
</style>
background-color css
<style>
a { background-color: #A159A5; }
a { background-color: rgb(161,89,165); }
div.DivClassName
{
background-color: #A159A5;
}
.BgClassName
{
background-color: #A159A5;
}
</style>
border-color css
<style>
span { border-color: #A159A5; }
span { border-color: rgb(161,89,165); }
td.TdClassName
{
border-color: #A159A5;
}
.TagClassName
{
border-color: #A159A5;
}
</style>