Shades of Violet Blue #A16A9C
Tints of Violet Blue #A16A9C
RGB
CMYK
RGB Variations
Color information
#A16A9C (or 0xA16A9C) is known color: Violet Blue. HEX triplet: A1, 6A and 9C. RGB value is (161,106,156). Sum of RGB (Red+Green+Blue) = 161+106+156=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16A9C is #5E9563. Grayscale: #808080. Windows color (decimal): -6198628 or 10250913. OLE color: 10250913.
HSL color Cylindrical-coordinate representation of color #A16A9C: hue angle of 305.45º 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 #A16A9C is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 106 | 156 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.37 |
| HSL | 305.45º | 0.23% | 0.52% | - |
| HSV(B) | 305.45º | 0.34% | 0.63% | - |
| XYZ | 25.85 | 20.29 | 34.01 | - |
| YUV | 128.15 | 143.72 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 156 | 0 | 0.34 | 0.03 | 0.37 | 305.45 | 0.23 | 0.52 |
| Hex | A1 | 6A | 9C | 0 | 22 | 3 | 25 | 131 | 17 | 34 |
| Octal | 241 | 152 | 234 | 0 | 42 | 3 | 45 | 461 | 27 | 64 |
| Binary | 10100001 | 1101010 | 10011100 | 0 | 100010 | 11 | 100101 | 100110001 | 10111 | 110100 |
Color Harmonies of #A16A9C
Complementary color
Monochromatic Colors of #A16A9C
Black with #A16A9C
Text Example
Text Example
White with #A16A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16A9C; }
p { color: rgb(161,106,156); }
H1.HeaderClassName
{
color: #A16A9C;
}
.AnyTagClassName
{
color: #A16A9C;
}
</style>
background-color css
<style>
a { background-color: #A16A9C; }
a { background-color: rgb(161,106,156); }
div.DivClassName
{
background-color: #A16A9C;
}
.BgClassName
{
background-color: #A16A9C;
}
</style>
border-color css
<style>
span { border-color: #A16A9C; }
span { border-color: rgb(161,106,156); }
td.TdClassName
{
border-color: #A16A9C;
}
.TagClassName
{
border-color: #A16A9C;
}
</style>