Shades of Violet Blue #A16A98
Tints of Violet Blue #A16A98
RGB
CMYK
RGB Variations
Color information
#A16A98 (or 0xA16A98) is known color: Violet Blue. HEX triplet: A1, 6A and 98. RGB value is (161,106,152). Sum of RGB (Red+Green+Blue) = 161+106+152=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A16A98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16A98 is #5E9567. Grayscale: #7F7F7F. Windows color (decimal): -6198632 or 9988769. OLE color: 9988769.
HSL color Cylindrical-coordinate representation of color #A16A98: hue angle of 309.82º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A16A98 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 106 | 152 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.37 |
| HSL | 309.82º | 0.23% | 0.52% | - |
| HSV(B) | 309.82º | 0.34% | 0.63% | - |
| XYZ | 25.52 | 20.15 | 32.25 | - |
| YUV | 127.69 | 141.72 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 152 | 0 | 0.34 | 0.06 | 0.37 | 309.82 | 0.23 | 0.52 |
| Hex | A1 | 6A | 98 | 0 | 22 | 6 | 25 | 136 | 17 | 34 |
| Octal | 241 | 152 | 230 | 0 | 42 | 6 | 45 | 466 | 27 | 64 |
| Binary | 10100001 | 1101010 | 10011000 | 0 | 100010 | 110 | 100101 | 100110110 | 10111 | 110100 |
Color Harmonies of #A16A98
Complementary color
Monochromatic Colors of #A16A98
Black with #A16A98
Text Example
Text Example
White with #A16A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16A98; }
p { color: rgb(161,106,152); }
H1.HeaderClassName
{
color: #A16A98;
}
.AnyTagClassName
{
color: #A16A98;
}
</style>
background-color css
<style>
a { background-color: #A16A98; }
a { background-color: rgb(161,106,152); }
div.DivClassName
{
background-color: #A16A98;
}
.BgClassName
{
background-color: #A16A98;
}
</style>
border-color css
<style>
span { border-color: #A16A98; }
span { border-color: rgb(161,106,152); }
td.TdClassName
{
border-color: #A16A98;
}
.TagClassName
{
border-color: #A16A98;
}
</style>