Shades of Violet Blue #A16F99
Tints of Violet Blue #A16F99
RGB
CMYK
RGB Variations
Color information
#A16F99 (or 0xA16F99) is known color: Violet Blue. HEX triplet: A1, 6F and 99. RGB value is (161,111,153). Sum of RGB (Red+Green+Blue) = 161+111+153=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16F99 is #5E9066. Grayscale: #828282. Windows color (decimal): -6197351 or 10055585. OLE color: 10055585.
HSL color Cylindrical-coordinate representation of color #A16F99: hue angle of 309.6º 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 #A16F99 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 153 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.37 |
| HSL | 309.6º | 0.21% | 0.53% | - |
| HSV(B) | 309.6º | 0.31% | 0.63% | - |
| XYZ | 26.13 | 21.25 | 32.86 | - |
| YUV | 130.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 153 | 0 | 0.31 | 0.05 | 0.37 | 309.6 | 0.21 | 0.53 |
| Hex | A1 | 6F | 99 | 0 | 1F | 5 | 25 | 136 | 15 | 35 |
| Octal | 241 | 157 | 231 | 0 | 37 | 5 | 45 | 466 | 25 | 65 |
| Binary | 10100001 | 1101111 | 10011001 | 0 | 11111 | 101 | 100101 | 100110110 | 10101 | 110101 |
Color Harmonies of #A16F99
Complementary color
Monochromatic Colors of #A16F99
Black with #A16F99
Text Example
Text Example
White with #A16F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F99; }
p { color: rgb(161,111,153); }
H1.HeaderClassName
{
color: #A16F99;
}
.AnyTagClassName
{
color: #A16F99;
}
</style>
background-color css
<style>
a { background-color: #A16F99; }
a { background-color: rgb(161,111,153); }
div.DivClassName
{
background-color: #A16F99;
}
.BgClassName
{
background-color: #A16F99;
}
</style>
border-color css
<style>
span { border-color: #A16F99; }
span { border-color: rgb(161,111,153); }
td.TdClassName
{
border-color: #A16F99;
}
.TagClassName
{
border-color: #A16F99;
}
</style>