Shades of Violet Blue #A16EA9
Tints of Violet Blue #A16EA9
RGB
CMYK
RGB Variations
Color information
#A16EA9 (or 0xA16EA9) is known color: Violet Blue. HEX triplet: A1, 6E and A9. RGB value is (161,110,169). Sum of RGB (Red+Green+Blue) = 161+110+169=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 169 - color contains mainly: blue. Hex color #A16EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16EA9 is #5E9156. Grayscale: #838383. Windows color (decimal): -6197591 or 11103905. OLE color: 11103905.
HSL color Cylindrical-coordinate representation of color #A16EA9: hue angle of 291.86º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A16EA9 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 110 | 169 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.34 |
| HSL | 291.86º | 0.26% | 0.55% | - |
| HSV(B) | 291.86º | 0.35% | 0.66% | - |
| XYZ | 27.44 | 21.59 | 40.26 | - |
| YUV | 131.98 | 148.9 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 169 | 0.05 | 0.35 | 0 | 0.34 | 291.86 | 0.26 | 0.55 |
| Hex | A1 | 6E | A9 | 5 | 23 | 0 | 22 | 124 | 1A | 37 |
| Octal | 241 | 156 | 251 | 5 | 43 | 0 | 42 | 444 | 32 | 67 |
| Binary | 10100001 | 1101110 | 10101001 | 101 | 100011 | 0 | 100010 | 100100100 | 11010 | 110111 |
Color Harmonies of #A16EA9
Complementary color
Monochromatic Colors of #A16EA9
Black with #A16EA9
Text Example
Text Example
White with #A16EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16EA9; }
p { color: rgb(161,110,169); }
H1.HeaderClassName
{
color: #A16EA9;
}
.AnyTagClassName
{
color: #A16EA9;
}
</style>
background-color css
<style>
a { background-color: #A16EA9; }
a { background-color: rgb(161,110,169); }
div.DivClassName
{
background-color: #A16EA9;
}
.BgClassName
{
background-color: #A16EA9;
}
</style>
border-color css
<style>
span { border-color: #A16EA9; }
span { border-color: rgb(161,110,169); }
td.TdClassName
{
border-color: #A16EA9;
}
.TagClassName
{
border-color: #A16EA9;
}
</style>