Shades of Violet Blue #A16F9A
Tints of Violet Blue #A16F9A
RGB
CMYK
RGB Variations
Color information
#A16F9A (or 0xA16F9A) is known color: Violet Blue. HEX triplet: A1, 6F and 9A. RGB value is (161,111,154). Sum of RGB (Red+Green+Blue) = 161+111+154=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16F9A is #5E9065. Grayscale: #828282. Windows color (decimal): -6197350 or 10121121. OLE color: 10121121.
HSL color Cylindrical-coordinate representation of color #A16F9A: hue angle of 308.4º 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 #A16F9A is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 154 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.37 |
| HSL | 308.4º | 0.21% | 0.53% | - |
| HSV(B) | 308.4º | 0.31% | 0.63% | - |
| XYZ | 26.22 | 21.28 | 33.3 | - |
| YUV | 130.85 | 141.07 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 154 | 0 | 0.31 | 0.04 | 0.37 | 308.4 | 0.21 | 0.53 |
| Hex | A1 | 6F | 9A | 0 | 1F | 4 | 25 | 134 | 15 | 35 |
| Octal | 241 | 157 | 232 | 0 | 37 | 4 | 45 | 464 | 25 | 65 |
| Binary | 10100001 | 1101111 | 10011010 | 0 | 11111 | 100 | 100101 | 100110100 | 10101 | 110101 |
Color Harmonies of #A16F9A
Complementary color
Monochromatic Colors of #A16F9A
Black with #A16F9A
Text Example
Text Example
White with #A16F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F9A; }
p { color: rgb(161,111,154); }
H1.HeaderClassName
{
color: #A16F9A;
}
.AnyTagClassName
{
color: #A16F9A;
}
</style>
background-color css
<style>
a { background-color: #A16F9A; }
a { background-color: rgb(161,111,154); }
div.DivClassName
{
background-color: #A16F9A;
}
.BgClassName
{
background-color: #A16F9A;
}
</style>
border-color css
<style>
span { border-color: #A16F9A; }
span { border-color: rgb(161,111,154); }
td.TdClassName
{
border-color: #A16F9A;
}
.TagClassName
{
border-color: #A16F9A;
}
</style>