Shades of Violet Blue #A16896
Tints of Violet Blue #A16896
RGB
CMYK
RGB Variations
Color information
#A16896 (or 0xA16896) is known color: Violet Blue. HEX triplet: A1, 68 and 96. RGB value is (161,104,150). Sum of RGB (Red+Green+Blue) = 161+104+150=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 161 - color contains mainly: red. Hex color #A16896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16896 is #5E9769. Grayscale: #7E7E7E. Windows color (decimal): -6199146 or 9857185. OLE color: 9857185.
HSL color Cylindrical-coordinate representation of color #A16896: hue angle of 311.58º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A16896 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 104 | 150 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.37 |
| HSL | 311.58º | 0.23% | 0.52% | - |
| HSV(B) | 311.58º | 0.35% | 0.63% | - |
| XYZ | 25.15 | 19.68 | 31.33 | - |
| YUV | 126.29 | 141.38 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 150 | 0 | 0.35 | 0.07 | 0.37 | 311.58 | 0.23 | 0.52 |
| Hex | A1 | 68 | 96 | 0 | 23 | 7 | 25 | 138 | 17 | 34 |
| Octal | 241 | 150 | 226 | 0 | 43 | 7 | 45 | 470 | 27 | 64 |
| Binary | 10100001 | 1101000 | 10010110 | 0 | 100011 | 111 | 100101 | 100111000 | 10111 | 110100 |
Color Harmonies of #A16896
Complementary color
Monochromatic Colors of #A16896
Black with #A16896
Text Example
Text Example
White with #A16896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16896; }
p { color: rgb(161,104,150); }
H1.HeaderClassName
{
color: #A16896;
}
.AnyTagClassName
{
color: #A16896;
}
</style>
background-color css
<style>
a { background-color: #A16896; }
a { background-color: rgb(161,104,150); }
div.DivClassName
{
background-color: #A16896;
}
.BgClassName
{
background-color: #A16896;
}
</style>
border-color css
<style>
span { border-color: #A16896; }
span { border-color: rgb(161,104,150); }
td.TdClassName
{
border-color: #A16896;
}
.TagClassName
{
border-color: #A16896;
}
</style>