Shades of Violet Blue #A1559E
Tints of Violet Blue #A1559E
RGB
CMYK
RGB Variations
Color information
#A1559E (or 0xA1559E) is known color: Violet Blue. HEX triplet: A1, 55 and 9E. RGB value is (161,85,158). Sum of RGB (Red+Green+Blue) = 161+85+158=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A1559E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1559E is #5EAA61. Grayscale: #737373. Windows color (decimal): -6204002 or 10376609. OLE color: 10376609.
HSL color Cylindrical-coordinate representation of color #A1559E: hue angle of 302.37º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1559E is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 85 | 158 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.37 |
| HSL | 302.37º | 0.31% | 0.48% | - |
| HSV(B) | 302.37º | 0.47% | 0.63% | - |
| XYZ | 24.12 | 16.54 | 34.27 | - |
| YUV | 116.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 85 | 158 | 0 | 0.47 | 0.02 | 0.37 | 302.37 | 0.31 | 0.48 |
| Hex | A1 | 55 | 9E | 0 | 2F | 2 | 25 | 12E | 1F | 30 |
| Octal | 241 | 125 | 236 | 0 | 57 | 2 | 45 | 456 | 37 | 60 |
| Binary | 10100001 | 1010101 | 10011110 | 0 | 101111 | 10 | 100101 | 100101110 | 11111 | 110000 |
Color Harmonies of #A1559E
Complementary color
Monochromatic Colors of #A1559E
Black with #A1559E
Text Example
Text Example
White with #A1559E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1559E; }
p { color: rgb(161,85,158); }
H1.HeaderClassName
{
color: #A1559E;
}
.AnyTagClassName
{
color: #A1559E;
}
</style>
background-color css
<style>
a { background-color: #A1559E; }
a { background-color: rgb(161,85,158); }
div.DivClassName
{
background-color: #A1559E;
}
.BgClassName
{
background-color: #A1559E;
}
</style>
border-color css
<style>
span { border-color: #A1559E; }
span { border-color: rgb(161,85,158); }
td.TdClassName
{
border-color: #A1559E;
}
.TagClassName
{
border-color: #A1559E;
}
</style>