Shades of Violet Blue #A16895
Tints of Violet Blue #A16895
RGB
CMYK
RGB Variations
Color information
#A16895 (or 0xA16895) is known color: Violet Blue. HEX triplet: A1, 68 and 95. RGB value is (161,104,149). Sum of RGB (Red+Green+Blue) = 161+104+149=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 104 (41.02% from 255 or 25.12% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 161 - color contains mainly: red. Hex color #A16895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16895 is #5E976A. Grayscale: #7E7E7E. Windows color (decimal): -6199147 or 9791649. OLE color: 9791649.
HSL color Cylindrical-coordinate representation of color #A16895: hue angle of 312.63º 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 #A16895 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 104 | 149 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.37 |
| HSL | 312.63º | 0.23% | 0.52% | - |
| HSV(B) | 312.63º | 0.35% | 0.63% | - |
| XYZ | 25.07 | 19.65 | 30.9 | - |
| YUV | 126.17 | 140.88 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 149 | 0 | 0.35 | 0.07 | 0.37 | 312.63 | 0.23 | 0.52 |
| Hex | A1 | 68 | 95 | 0 | 23 | 7 | 25 | 139 | 17 | 34 |
| Octal | 241 | 150 | 225 | 0 | 43 | 7 | 45 | 471 | 27 | 64 |
| Binary | 10100001 | 1101000 | 10010101 | 0 | 100011 | 111 | 100101 | 100111001 | 10111 | 110100 |
Color Harmonies of #A16895
Complementary color
Monochromatic Colors of #A16895
Black with #A16895
Text Example
Text Example
White with #A16895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16895; }
p { color: rgb(161,104,149); }
H1.HeaderClassName
{
color: #A16895;
}
.AnyTagClassName
{
color: #A16895;
}
</style>
background-color css
<style>
a { background-color: #A16895; }
a { background-color: rgb(161,104,149); }
div.DivClassName
{
background-color: #A16895;
}
.BgClassName
{
background-color: #A16895;
}
</style>
border-color css
<style>
span { border-color: #A16895; }
span { border-color: rgb(161,104,149); }
td.TdClassName
{
border-color: #A16895;
}
.TagClassName
{
border-color: #A16895;
}
</style>