Shades of Violet Blue #A16C96
Tints of Violet Blue #A16C96
RGB
CMYK
RGB Variations
Color information
#A16C96 (or 0xA16C96) is known color: Violet Blue. HEX triplet: A1, 6C and 96. RGB value is (161,108,150). Sum of RGB (Red+Green+Blue) = 161+108+150=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16C96 is #5E9369. Grayscale: #808080. Windows color (decimal): -6198122 or 9858209. OLE color: 9858209.
HSL color Cylindrical-coordinate representation of color #A16C96: hue angle of 312.45º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A16C96 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 108 | 150 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.37 |
| HSL | 312.45º | 0.22% | 0.53% | - |
| HSV(B) | 312.45º | 0.33% | 0.63% | - |
| XYZ | 25.57 | 20.5 | 31.46 | - |
| YUV | 128.64 | 140.06 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 150 | 0 | 0.33 | 0.07 | 0.37 | 312.45 | 0.22 | 0.53 |
| Hex | A1 | 6C | 96 | 0 | 21 | 7 | 25 | 138 | 16 | 35 |
| Octal | 241 | 154 | 226 | 0 | 41 | 7 | 45 | 470 | 26 | 65 |
| Binary | 10100001 | 1101100 | 10010110 | 0 | 100001 | 111 | 100101 | 100111000 | 10110 | 110101 |
Color Harmonies of #A16C96
Complementary color
Monochromatic Colors of #A16C96
Black with #A16C96
Text Example
Text Example
White with #A16C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16C96; }
p { color: rgb(161,108,150); }
H1.HeaderClassName
{
color: #A16C96;
}
.AnyTagClassName
{
color: #A16C96;
}
</style>
background-color css
<style>
a { background-color: #A16C96; }
a { background-color: rgb(161,108,150); }
div.DivClassName
{
background-color: #A16C96;
}
.BgClassName
{
background-color: #A16C96;
}
</style>
border-color css
<style>
span { border-color: #A16C96; }
span { border-color: rgb(161,108,150); }
td.TdClassName
{
border-color: #A16C96;
}
.TagClassName
{
border-color: #A16C96;
}
</style>