Shades of Violet Blue #A16B9E
Tints of Violet Blue #A16B9E
RGB
CMYK
RGB Variations
Color information
#A16B9E (or 0xA16B9E) is known color: Violet Blue. HEX triplet: A1, 6B and 9E. RGB value is (161,107,158). Sum of RGB (Red+Green+Blue) = 161+107+158=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16B9E is #5E9461. Grayscale: #808080. Windows color (decimal): -6198370 or 10382241. OLE color: 10382241.
HSL color Cylindrical-coordinate representation of color #A16B9E: hue angle of 303.33º 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 #A16B9E is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 107 | 158 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.37 |
| HSL | 303.33º | 0.22% | 0.53% | - |
| HSV(B) | 303.33º | 0.34% | 0.63% | - |
| XYZ | 26.13 | 20.56 | 34.94 | - |
| YUV | 128.96 | 144.39 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 158 | 0 | 0.34 | 0.02 | 0.37 | 303.33 | 0.22 | 0.53 |
| Hex | A1 | 6B | 9E | 0 | 22 | 2 | 25 | 12F | 16 | 35 |
| Octal | 241 | 153 | 236 | 0 | 42 | 2 | 45 | 457 | 26 | 65 |
| Binary | 10100001 | 1101011 | 10011110 | 0 | 100010 | 10 | 100101 | 100101111 | 10110 | 110101 |
Color Harmonies of #A16B9E
Complementary color
Monochromatic Colors of #A16B9E
Black with #A16B9E
Text Example
Text Example
White with #A16B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16B9E; }
p { color: rgb(161,107,158); }
H1.HeaderClassName
{
color: #A16B9E;
}
.AnyTagClassName
{
color: #A16B9E;
}
</style>
background-color css
<style>
a { background-color: #A16B9E; }
a { background-color: rgb(161,107,158); }
div.DivClassName
{
background-color: #A16B9E;
}
.BgClassName
{
background-color: #A16B9E;
}
</style>
border-color css
<style>
span { border-color: #A16B9E; }
span { border-color: rgb(161,107,158); }
td.TdClassName
{
border-color: #A16B9E;
}
.TagClassName
{
border-color: #A16B9E;
}
</style>