Shades of Violet Blue #A159AB
Tints of Violet Blue #A159AB
RGB
CMYK
RGB Variations
Color information
#A159AB (or 0xA159AB) is known color: Violet Blue. HEX triplet: A1, 59 and AB. RGB value is (161,89,171). Sum of RGB (Red+Green+Blue) = 161+89+171=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #A159AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A159AB is #5EA654. Grayscale: #777777. Windows color (decimal): -6202965 or 11229601. OLE color: 11229601.
HSL color Cylindrical-coordinate representation of color #A159AB: hue angle of 292.68º degrees, saturation: 0.33, 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 #A159AB is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 89 | 171 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.33 |
| HSL | 292.68º | 0.33% | 0.51% | - |
| HSV(B) | 292.68º | 0.48% | 0.67% | - |
| XYZ | 25.62 | 17.66 | 40.59 | - |
| YUV | 119.88 | 156.85 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 89 | 171 | 0.06 | 0.48 | 0 | 0.33 | 292.68 | 0.33 | 0.51 |
| Hex | A1 | 59 | AB | 6 | 30 | 0 | 21 | 125 | 21 | 33 |
| Octal | 241 | 131 | 253 | 6 | 60 | 0 | 41 | 445 | 41 | 63 |
| Binary | 10100001 | 1011001 | 10101011 | 110 | 110000 | 0 | 100001 | 100100101 | 100001 | 110011 |
Color Harmonies of #A159AB
Complementary color
Monochromatic Colors of #A159AB
Black with #A159AB
Text Example
Text Example
White with #A159AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A159AB; }
p { color: rgb(161,89,171); }
H1.HeaderClassName
{
color: #A159AB;
}
.AnyTagClassName
{
color: #A159AB;
}
</style>
background-color css
<style>
a { background-color: #A159AB; }
a { background-color: rgb(161,89,171); }
div.DivClassName
{
background-color: #A159AB;
}
.BgClassName
{
background-color: #A159AB;
}
</style>
border-color css
<style>
span { border-color: #A159AB; }
span { border-color: rgb(161,89,171); }
td.TdClassName
{
border-color: #A159AB;
}
.TagClassName
{
border-color: #A159AB;
}
</style>