Shades of Violet Blue #A16E9C
Tints of Violet Blue #A16E9C
RGB
CMYK
RGB Variations
Color information
#A16E9C (or 0xA16E9C) is known color: Violet Blue. HEX triplet: A1, 6E and 9C. RGB value is (161,110,156). Sum of RGB (Red+Green+Blue) = 161+110+156=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16E9C is #5E9163. Grayscale: #828282. Windows color (decimal): -6197604 or 10251937. OLE color: 10251937.
HSL color Cylindrical-coordinate representation of color #A16E9C: hue angle of 305.88º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A16E9C is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 110 | 156 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.37 |
| HSL | 305.88º | 0.21% | 0.53% | - |
| HSV(B) | 305.88º | 0.32% | 0.63% | - |
| XYZ | 26.27 | 21.13 | 34.15 | - |
| YUV | 130.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 156 | 0 | 0.32 | 0.03 | 0.37 | 305.88 | 0.21 | 0.53 |
| Hex | A1 | 6E | 9C | 0 | 20 | 3 | 25 | 132 | 15 | 35 |
| Octal | 241 | 156 | 234 | 0 | 40 | 3 | 45 | 462 | 25 | 65 |
| Binary | 10100001 | 1101110 | 10011100 | 0 | 100000 | 11 | 100101 | 100110010 | 10101 | 110101 |
Color Harmonies of #A16E9C
Complementary color
Monochromatic Colors of #A16E9C
Black with #A16E9C
Text Example
Text Example
White with #A16E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16E9C; }
p { color: rgb(161,110,156); }
H1.HeaderClassName
{
color: #A16E9C;
}
.AnyTagClassName
{
color: #A16E9C;
}
</style>
background-color css
<style>
a { background-color: #A16E9C; }
a { background-color: rgb(161,110,156); }
div.DivClassName
{
background-color: #A16E9C;
}
.BgClassName
{
background-color: #A16E9C;
}
</style>
border-color css
<style>
span { border-color: #A16E9C; }
span { border-color: rgb(161,110,156); }
td.TdClassName
{
border-color: #A16E9C;
}
.TagClassName
{
border-color: #A16E9C;
}
</style>