Shades of Violet Blue #A16B9A
Tints of Violet Blue #A16B9A
RGB
CMYK
RGB Variations
Color information
#A16B9A (or 0xA16B9A) is known color: Violet Blue. HEX triplet: A1, 6B and 9A. RGB value is (161,107,154). Sum of RGB (Red+Green+Blue) = 161+107+154=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16B9A is #5E9465. Grayscale: #808080. Windows color (decimal): -6198374 or 10120097. OLE color: 10120097.
HSL color Cylindrical-coordinate representation of color #A16B9A: hue angle of 307.78º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A16B9A is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 107 | 154 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.37 |
| HSL | 307.78º | 0.22% | 0.53% | - |
| HSV(B) | 307.78º | 0.34% | 0.63% | - |
| XYZ | 25.79 | 20.43 | 33.16 | - |
| YUV | 128.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 154 | 0 | 0.34 | 0.04 | 0.37 | 307.78 | 0.22 | 0.53 |
| Hex | A1 | 6B | 9A | 0 | 22 | 4 | 25 | 134 | 16 | 35 |
| Octal | 241 | 153 | 232 | 0 | 42 | 4 | 45 | 464 | 26 | 65 |
| Binary | 10100001 | 1101011 | 10011010 | 0 | 100010 | 100 | 100101 | 100110100 | 10110 | 110101 |
Color Harmonies of #A16B9A
Complementary color
Monochromatic Colors of #A16B9A
Black with #A16B9A
Text Example
Text Example
White with #A16B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16B9A; }
p { color: rgb(161,107,154); }
H1.HeaderClassName
{
color: #A16B9A;
}
.AnyTagClassName
{
color: #A16B9A;
}
</style>
background-color css
<style>
a { background-color: #A16B9A; }
a { background-color: rgb(161,107,154); }
div.DivClassName
{
background-color: #A16B9A;
}
.BgClassName
{
background-color: #A16B9A;
}
</style>
border-color css
<style>
span { border-color: #A16B9A; }
span { border-color: rgb(161,107,154); }
td.TdClassName
{
border-color: #A16B9A;
}
.TagClassName
{
border-color: #A16B9A;
}
</style>