Shades of Violet Blue #A16CAB
Tints of Violet Blue #A16CAB
RGB
CMYK
RGB Variations
Color information
#A16CAB (or 0xA16CAB) is known color: Violet Blue. HEX triplet: A1, 6C and AB. RGB value is (161,108,171). Sum of RGB (Red+Green+Blue) = 161+108+171=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #A16CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16CAB is #5E9354. Grayscale: #828282. Windows color (decimal): -6198101 or 11234465. OLE color: 11234465.
HSL color Cylindrical-coordinate representation of color #A16CAB: hue angle of 290.48º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A16CAB is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 108 | 171 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.33 |
| HSL | 290.48º | 0.27% | 0.55% | - |
| HSV(B) | 290.48º | 0.37% | 0.67% | - |
| XYZ | 27.41 | 21.24 | 41.18 | - |
| YUV | 131.03 | 150.56 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 171 | 0.06 | 0.37 | 0 | 0.33 | 290.48 | 0.27 | 0.55 |
| Hex | A1 | 6C | AB | 6 | 25 | 0 | 21 | 122 | 1B | 37 |
| Octal | 241 | 154 | 253 | 6 | 45 | 0 | 41 | 442 | 33 | 67 |
| Binary | 10100001 | 1101100 | 10101011 | 110 | 100101 | 0 | 100001 | 100100010 | 11011 | 110111 |
Color Harmonies of #A16CAB
Complementary color
Monochromatic Colors of #A16CAB
Black with #A16CAB
Text Example
Text Example
White with #A16CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16CAB; }
p { color: rgb(161,108,171); }
H1.HeaderClassName
{
color: #A16CAB;
}
.AnyTagClassName
{
color: #A16CAB;
}
</style>
background-color css
<style>
a { background-color: #A16CAB; }
a { background-color: rgb(161,108,171); }
div.DivClassName
{
background-color: #A16CAB;
}
.BgClassName
{
background-color: #A16CAB;
}
</style>
border-color css
<style>
span { border-color: #A16CAB; }
span { border-color: rgb(161,108,171); }
td.TdClassName
{
border-color: #A16CAB;
}
.TagClassName
{
border-color: #A16CAB;
}
</style>