Shades of Violet Blue #A16AA9
Tints of Violet Blue #A16AA9
RGB
CMYK
RGB Variations
Color information
#A16AA9 (or 0xA16AA9) is known color: Violet Blue. HEX triplet: A1, 6A and A9. RGB value is (161,106,169). Sum of RGB (Red+Green+Blue) = 161+106+169=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 169 (66.41% from 255 or 38.76% from 436); Max value from RGB is 169 - color contains mainly: blue. Hex color #A16AA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16AA9 is #5E9556. Grayscale: #818181. Windows color (decimal): -6198615 or 11102881. OLE color: 11102881.
HSL color Cylindrical-coordinate representation of color #A16AA9: hue angle of 292.38º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A16AA9 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 106 | 169 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.34 |
| HSL | 292.38º | 0.27% | 0.54% | - |
| HSV(B) | 292.38º | 0.37% | 0.66% | - |
| XYZ | 27.01 | 20.75 | 40.12 | - |
| YUV | 129.63 | 150.22 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 169 | 0.05 | 0.37 | 0 | 0.34 | 292.38 | 0.27 | 0.54 |
| Hex | A1 | 6A | A9 | 5 | 25 | 0 | 22 | 124 | 1B | 36 |
| Octal | 241 | 152 | 251 | 5 | 45 | 0 | 42 | 444 | 33 | 66 |
| Binary | 10100001 | 1101010 | 10101001 | 101 | 100101 | 0 | 100010 | 100100100 | 11011 | 110110 |
Color Harmonies of #A16AA9
Complementary color
Monochromatic Colors of #A16AA9
Black with #A16AA9
Text Example
Text Example
White with #A16AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16AA9; }
p { color: rgb(161,106,169); }
H1.HeaderClassName
{
color: #A16AA9;
}
.AnyTagClassName
{
color: #A16AA9;
}
</style>
background-color css
<style>
a { background-color: #A16AA9; }
a { background-color: rgb(161,106,169); }
div.DivClassName
{
background-color: #A16AA9;
}
.BgClassName
{
background-color: #A16AA9;
}
</style>
border-color css
<style>
span { border-color: #A16AA9; }
span { border-color: rgb(161,106,169); }
td.TdClassName
{
border-color: #A16AA9;
}
.TagClassName
{
border-color: #A16AA9;
}
</style>