Shades of Violet Blue #A16F98
Tints of Violet Blue #A16F98
RGB
CMYK
RGB Variations
Color information
#A16F98 (or 0xA16F98) is known color: Violet Blue. HEX triplet: A1, 6F and 98. RGB value is (161,111,152). Sum of RGB (Red+Green+Blue) = 161+111+152=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16F98 is #5E9067. Grayscale: #828282. Windows color (decimal): -6197352 or 9990049. OLE color: 9990049.
HSL color Cylindrical-coordinate representation of color #A16F98: hue angle of 310.8º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A16F98 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 152 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.37 |
| HSL | 310.8º | 0.21% | 0.53% | - |
| HSV(B) | 310.8º | 0.31% | 0.63% | - |
| XYZ | 26.05 | 21.21 | 32.43 | - |
| YUV | 130.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 152 | 0 | 0.31 | 0.06 | 0.37 | 310.8 | 0.21 | 0.53 |
| Hex | A1 | 6F | 98 | 0 | 1F | 6 | 25 | 137 | 15 | 35 |
| Octal | 241 | 157 | 230 | 0 | 37 | 6 | 45 | 467 | 25 | 65 |
| Binary | 10100001 | 1101111 | 10011000 | 0 | 11111 | 110 | 100101 | 100110111 | 10101 | 110101 |
Color Harmonies of #A16F98
Complementary color
Monochromatic Colors of #A16F98
Black with #A16F98
Text Example
Text Example
White with #A16F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F98; }
p { color: rgb(161,111,152); }
H1.HeaderClassName
{
color: #A16F98;
}
.AnyTagClassName
{
color: #A16F98;
}
</style>
background-color css
<style>
a { background-color: #A16F98; }
a { background-color: rgb(161,111,152); }
div.DivClassName
{
background-color: #A16F98;
}
.BgClassName
{
background-color: #A16F98;
}
</style>
border-color css
<style>
span { border-color: #A16F98; }
span { border-color: rgb(161,111,152); }
td.TdClassName
{
border-color: #A16F98;
}
.TagClassName
{
border-color: #A16F98;
}
</style>