Shades of Violet Blue #A16EAB
Tints of Violet Blue #A16EAB
RGB
CMYK
RGB Variations
Color information
#A16EAB (or 0xA16EAB) is known color: Violet Blue. HEX triplet: A1, 6E and AB. RGB value is (161,110,171). Sum of RGB (Red+Green+Blue) = 161+110+171=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #A16EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16EAB is #5E9154. Grayscale: #848484. Windows color (decimal): -6197589 or 11234977. OLE color: 11234977.
HSL color Cylindrical-coordinate representation of color #A16EAB: hue angle of 290.16º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A16EAB is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 110 | 171 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.33 |
| HSL | 290.16º | 0.27% | 0.55% | - |
| HSV(B) | 290.16º | 0.36% | 0.67% | - |
| XYZ | 27.62 | 21.67 | 41.25 | - |
| YUV | 132.2 | 149.9 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 171 | 0.06 | 0.36 | 0 | 0.33 | 290.16 | 0.27 | 0.55 |
| Hex | A1 | 6E | AB | 6 | 24 | 0 | 21 | 122 | 1B | 37 |
| Octal | 241 | 156 | 253 | 6 | 44 | 0 | 41 | 442 | 33 | 67 |
| Binary | 10100001 | 1101110 | 10101011 | 110 | 100100 | 0 | 100001 | 100100010 | 11011 | 110111 |
Color Harmonies of #A16EAB
Complementary color
Monochromatic Colors of #A16EAB
Black with #A16EAB
Text Example
Text Example
White with #A16EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16EAB; }
p { color: rgb(161,110,171); }
H1.HeaderClassName
{
color: #A16EAB;
}
.AnyTagClassName
{
color: #A16EAB;
}
</style>
background-color css
<style>
a { background-color: #A16EAB; }
a { background-color: rgb(161,110,171); }
div.DivClassName
{
background-color: #A16EAB;
}
.BgClassName
{
background-color: #A16EAB;
}
</style>
border-color css
<style>
span { border-color: #A16EAB; }
span { border-color: rgb(161,110,171); }
td.TdClassName
{
border-color: #A16EAB;
}
.TagClassName
{
border-color: #A16EAB;
}
</style>