Shades of Violet Blue #A16995
Tints of Violet Blue #A16995
RGB
CMYK
RGB Variations
Color information
#A16995 (or 0xA16995) is known color: Violet Blue. HEX triplet: A1, 69 and 95. RGB value is (161,105,149). Sum of RGB (Red+Green+Blue) = 161+105+149=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 161 - color contains mainly: red. Hex color #A16995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16995 is #5E966A. Grayscale: #7E7E7E. Windows color (decimal): -6198891 or 9791905. OLE color: 9791905.
HSL color Cylindrical-coordinate representation of color #A16995: hue angle of 312.86º 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 #A16995 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 105 | 149 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.37 |
| HSL | 312.86º | 0.23% | 0.52% | - |
| HSV(B) | 312.86º | 0.35% | 0.63% | - |
| XYZ | 25.17 | 19.85 | 30.94 | - |
| YUV | 126.76 | 140.55 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 149 | 0 | 0.35 | 0.07 | 0.37 | 312.86 | 0.23 | 0.52 |
| Hex | A1 | 69 | 95 | 0 | 23 | 7 | 25 | 139 | 17 | 34 |
| Octal | 241 | 151 | 225 | 0 | 43 | 7 | 45 | 471 | 27 | 64 |
| Binary | 10100001 | 1101001 | 10010101 | 0 | 100011 | 111 | 100101 | 100111001 | 10111 | 110100 |
Color Harmonies of #A16995
Complementary color
Monochromatic Colors of #A16995
Black with #A16995
Text Example
Text Example
White with #A16995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16995; }
p { color: rgb(161,105,149); }
H1.HeaderClassName
{
color: #A16995;
}
.AnyTagClassName
{
color: #A16995;
}
</style>
background-color css
<style>
a { background-color: #A16995; }
a { background-color: rgb(161,105,149); }
div.DivClassName
{
background-color: #A16995;
}
.BgClassName
{
background-color: #A16995;
}
</style>
border-color css
<style>
span { border-color: #A16995; }
span { border-color: rgb(161,105,149); }
td.TdClassName
{
border-color: #A16995;
}
.TagClassName
{
border-color: #A16995;
}
</style>