Shades of Violet Blue #A16D98
Tints of Violet Blue #A16D98
RGB
CMYK
RGB Variations
Color information
#A16D98 (or 0xA16D98) is known color: Violet Blue. HEX triplet: A1, 6D and 98. RGB value is (161,109,152). Sum of RGB (Red+Green+Blue) = 161+109+152=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16D98 is #5E9267. Grayscale: #818181. Windows color (decimal): -6197864 or 9989537. OLE color: 9989537.
HSL color Cylindrical-coordinate representation of color #A16D98: hue angle of 310.38º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A16D98 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 152 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.37 |
| HSL | 310.38º | 0.22% | 0.53% | - |
| HSV(B) | 310.38º | 0.32% | 0.63% | - |
| XYZ | 25.83 | 20.78 | 32.36 | - |
| YUV | 129.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 152 | 0 | 0.32 | 0.06 | 0.37 | 310.38 | 0.22 | 0.53 |
| Hex | A1 | 6D | 98 | 0 | 20 | 6 | 25 | 136 | 16 | 35 |
| Octal | 241 | 155 | 230 | 0 | 40 | 6 | 45 | 466 | 26 | 65 |
| Binary | 10100001 | 1101101 | 10011000 | 0 | 100000 | 110 | 100101 | 100110110 | 10110 | 110101 |
Color Harmonies of #A16D98
Complementary color
Monochromatic Colors of #A16D98
Black with #A16D98
Text Example
Text Example
White with #A16D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D98; }
p { color: rgb(161,109,152); }
H1.HeaderClassName
{
color: #A16D98;
}
.AnyTagClassName
{
color: #A16D98;
}
</style>
background-color css
<style>
a { background-color: #A16D98; }
a { background-color: rgb(161,109,152); }
div.DivClassName
{
background-color: #A16D98;
}
.BgClassName
{
background-color: #A16D98;
}
</style>
border-color css
<style>
span { border-color: #A16D98; }
span { border-color: rgb(161,109,152); }
td.TdClassName
{
border-color: #A16D98;
}
.TagClassName
{
border-color: #A16D98;
}
</style>