Shades of Violet Blue #A16897
Tints of Violet Blue #A16897
RGB
CMYK
RGB Variations
Color information
#A16897 (or 0xA16897) is known color: Violet Blue. HEX triplet: A1, 68 and 97. RGB value is (161,104,151). Sum of RGB (Red+Green+Blue) = 161+104+151=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 161 - color contains mainly: red. Hex color #A16897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16897 is #5E9768. Grayscale: #7E7E7E. Windows color (decimal): -6199145 or 9922721. OLE color: 9922721.
HSL color Cylindrical-coordinate representation of color #A16897: hue angle of 310.53º 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 #A16897 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 104 | 151 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.37 |
| HSL | 310.53º | 0.23% | 0.52% | - |
| HSV(B) | 310.53º | 0.35% | 0.63% | - |
| XYZ | 25.23 | 19.71 | 31.75 | - |
| YUV | 126.4 | 141.88 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 151 | 0 | 0.35 | 0.06 | 0.37 | 310.53 | 0.23 | 0.52 |
| Hex | A1 | 68 | 97 | 0 | 23 | 6 | 25 | 137 | 17 | 34 |
| Octal | 241 | 150 | 227 | 0 | 43 | 6 | 45 | 467 | 27 | 64 |
| Binary | 10100001 | 1101000 | 10010111 | 0 | 100011 | 110 | 100101 | 100110111 | 10111 | 110100 |
Color Harmonies of #A16897
Complementary color
Monochromatic Colors of #A16897
Black with #A16897
Text Example
Text Example
White with #A16897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16897; }
p { color: rgb(161,104,151); }
H1.HeaderClassName
{
color: #A16897;
}
.AnyTagClassName
{
color: #A16897;
}
</style>
background-color css
<style>
a { background-color: #A16897; }
a { background-color: rgb(161,104,151); }
div.DivClassName
{
background-color: #A16897;
}
.BgClassName
{
background-color: #A16897;
}
</style>
border-color css
<style>
span { border-color: #A16897; }
span { border-color: rgb(161,104,151); }
td.TdClassName
{
border-color: #A16897;
}
.TagClassName
{
border-color: #A16897;
}
</style>