Shades of Violet Blue #A16E9D
Tints of Violet Blue #A16E9D
RGB
CMYK
RGB Variations
Color information
#A16E9D (or 0xA16E9D) is known color: Violet Blue. HEX triplet: A1, 6E and 9D. RGB value is (161,110,157). Sum of RGB (Red+Green+Blue) = 161+110+157=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16E9D is #5E9162. Grayscale: #828282. Windows color (decimal): -6197603 or 10317473. OLE color: 10317473.
HSL color Cylindrical-coordinate representation of color #A16E9D: hue angle of 304.71º degrees, saturation: 0.21, 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 #A16E9D is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 110 | 157 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.37 |
| HSL | 304.71º | 0.21% | 0.53% | - |
| HSV(B) | 304.71º | 0.32% | 0.63% | - |
| XYZ | 26.36 | 21.16 | 34.59 | - |
| YUV | 130.61 | 142.9 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 157 | 0 | 0.32 | 0.02 | 0.37 | 304.71 | 0.21 | 0.53 |
| Hex | A1 | 6E | 9D | 0 | 20 | 2 | 25 | 131 | 15 | 35 |
| Octal | 241 | 156 | 235 | 0 | 40 | 2 | 45 | 461 | 25 | 65 |
| Binary | 10100001 | 1101110 | 10011101 | 0 | 100000 | 10 | 100101 | 100110001 | 10101 | 110101 |
Color Harmonies of #A16E9D
Complementary color
Monochromatic Colors of #A16E9D
Black with #A16E9D
Text Example
Text Example
White with #A16E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16E9D; }
p { color: rgb(161,110,157); }
H1.HeaderClassName
{
color: #A16E9D;
}
.AnyTagClassName
{
color: #A16E9D;
}
</style>
background-color css
<style>
a { background-color: #A16E9D; }
a { background-color: rgb(161,110,157); }
div.DivClassName
{
background-color: #A16E9D;
}
.BgClassName
{
background-color: #A16E9D;
}
</style>
border-color css
<style>
span { border-color: #A16E9D; }
span { border-color: rgb(161,110,157); }
td.TdClassName
{
border-color: #A16E9D;
}
.TagClassName
{
border-color: #A16E9D;
}
</style>