Shades of Violet Blue #A16C9D
Tints of Violet Blue #A16C9D
RGB
CMYK
RGB Variations
Color information
#A16C9D (or 0xA16C9D) is known color: Violet Blue. HEX triplet: A1, 6C and 9D. RGB value is (161,108,157). Sum of RGB (Red+Green+Blue) = 161+108+157=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16C9D is #5E9362. Grayscale: #818181. Windows color (decimal): -6198115 or 10316961. OLE color: 10316961.
HSL color Cylindrical-coordinate representation of color #A16C9D: hue angle of 304.53º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A16C9D is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 108 | 157 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.37 |
| HSL | 304.53º | 0.22% | 0.53% | - |
| HSV(B) | 304.53º | 0.33% | 0.63% | - |
| XYZ | 26.15 | 20.74 | 34.52 | - |
| YUV | 129.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 157 | 0 | 0.33 | 0.02 | 0.37 | 304.53 | 0.22 | 0.53 |
| Hex | A1 | 6C | 9D | 0 | 21 | 2 | 25 | 131 | 16 | 35 |
| Octal | 241 | 154 | 235 | 0 | 41 | 2 | 45 | 461 | 26 | 65 |
| Binary | 10100001 | 1101100 | 10011101 | 0 | 100001 | 10 | 100101 | 100110001 | 10110 | 110101 |
Color Harmonies of #A16C9D
Complementary color
Monochromatic Colors of #A16C9D
Black with #A16C9D
Text Example
Text Example
White with #A16C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16C9D; }
p { color: rgb(161,108,157); }
H1.HeaderClassName
{
color: #A16C9D;
}
.AnyTagClassName
{
color: #A16C9D;
}
</style>
background-color css
<style>
a { background-color: #A16C9D; }
a { background-color: rgb(161,108,157); }
div.DivClassName
{
background-color: #A16C9D;
}
.BgClassName
{
background-color: #A16C9D;
}
</style>
border-color css
<style>
span { border-color: #A16C9D; }
span { border-color: rgb(161,108,157); }
td.TdClassName
{
border-color: #A16C9D;
}
.TagClassName
{
border-color: #A16C9D;
}
</style>