Shades of Violet Blue #A16D9E
Tints of Violet Blue #A16D9E
RGB
CMYK
RGB Variations
Color information
#A16D9E (or 0xA16D9E) is known color: Violet Blue. HEX triplet: A1, 6D and 9E. RGB value is (161,109,158). Sum of RGB (Red+Green+Blue) = 161+109+158=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16D9E is #5E9261. Grayscale: #818181. Windows color (decimal): -6197858 or 10382753. OLE color: 10382753.
HSL color Cylindrical-coordinate representation of color #A16D9E: hue angle of 303.46º 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 #A16D9E is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 158 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.37 |
| HSL | 303.46º | 0.22% | 0.53% | - |
| HSV(B) | 303.46º | 0.32% | 0.63% | - |
| XYZ | 26.34 | 20.98 | 35.01 | - |
| YUV | 130.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 158 | 0 | 0.32 | 0.02 | 0.37 | 303.46 | 0.22 | 0.53 |
| Hex | A1 | 6D | 9E | 0 | 20 | 2 | 25 | 12F | 16 | 35 |
| Octal | 241 | 155 | 236 | 0 | 40 | 2 | 45 | 457 | 26 | 65 |
| Binary | 10100001 | 1101101 | 10011110 | 0 | 100000 | 10 | 100101 | 100101111 | 10110 | 110101 |
Color Harmonies of #A16D9E
Complementary color
Monochromatic Colors of #A16D9E
Black with #A16D9E
Text Example
Text Example
White with #A16D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D9E; }
p { color: rgb(161,109,158); }
H1.HeaderClassName
{
color: #A16D9E;
}
.AnyTagClassName
{
color: #A16D9E;
}
</style>
background-color css
<style>
a { background-color: #A16D9E; }
a { background-color: rgb(161,109,158); }
div.DivClassName
{
background-color: #A16D9E;
}
.BgClassName
{
background-color: #A16D9E;
}
</style>
border-color css
<style>
span { border-color: #A16D9E; }
span { border-color: rgb(161,109,158); }
td.TdClassName
{
border-color: #A16D9E;
}
.TagClassName
{
border-color: #A16D9E;
}
</style>