Shades of Violet Blue #A16A9A
Tints of Violet Blue #A16A9A
RGB
CMYK
RGB Variations
Color information
#A16A9A (or 0xA16A9A) is known color: Violet Blue. HEX triplet: A1, 6A and 9A. RGB value is (161,106,154). Sum of RGB (Red+Green+Blue) = 161+106+154=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16A9A is #5E9565. Grayscale: #7F7F7F. Windows color (decimal): -6198630 or 10119841. OLE color: 10119841.
HSL color Cylindrical-coordinate representation of color #A16A9A: hue angle of 307.64º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A16A9A is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 106 | 154 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.37 |
| HSL | 307.64º | 0.23% | 0.52% | - |
| HSV(B) | 307.64º | 0.34% | 0.63% | - |
| XYZ | 25.68 | 20.22 | 33.12 | - |
| YUV | 127.92 | 142.72 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 154 | 0 | 0.34 | 0.04 | 0.37 | 307.64 | 0.23 | 0.52 |
| Hex | A1 | 6A | 9A | 0 | 22 | 4 | 25 | 134 | 17 | 34 |
| Octal | 241 | 152 | 232 | 0 | 42 | 4 | 45 | 464 | 27 | 64 |
| Binary | 10100001 | 1101010 | 10011010 | 0 | 100010 | 100 | 100101 | 100110100 | 10111 | 110100 |
Color Harmonies of #A16A9A
Complementary color
Monochromatic Colors of #A16A9A
Black with #A16A9A
Text Example
Text Example
White with #A16A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16A9A; }
p { color: rgb(161,106,154); }
H1.HeaderClassName
{
color: #A16A9A;
}
.AnyTagClassName
{
color: #A16A9A;
}
</style>
background-color css
<style>
a { background-color: #A16A9A; }
a { background-color: rgb(161,106,154); }
div.DivClassName
{
background-color: #A16A9A;
}
.BgClassName
{
background-color: #A16A9A;
}
</style>
border-color css
<style>
span { border-color: #A16A9A; }
span { border-color: rgb(161,106,154); }
td.TdClassName
{
border-color: #A16A9A;
}
.TagClassName
{
border-color: #A16A9A;
}
</style>