Shades of Ce Soir #A16EB2
Tints of Ce Soir #A16EB2
RGB
CMYK
RGB Variations
Color information
#A16EB2 (or 0xA16EB2) is known color: Ce Soir. HEX triplet: A1, 6E and B2. RGB value is (161,110,178). Sum of RGB (Red+Green+Blue) = 161+110+178=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 110 (43.36% from 255 or 24.50% from 449); Blue value is 178 (69.92% from 255 or 39.64% from 449); Max value from RGB is 178 - color contains mainly: blue. Hex color #A16EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16EB2 is #5E914D. Grayscale: #848484. Windows color (decimal): -6197582 or 11693729. OLE color: 11693729.
HSL color Cylindrical-coordinate representation of color #A16EB2: hue angle of 285º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A16EB2 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 110 | 178 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.30 |
| HSL | 285º | 0.31% | 0.56% | - |
| HSV(B) | 285º | 0.38% | 0.7% | - |
| XYZ | 28.31 | 21.94 | 44.86 | - |
| YUV | 133 | 153.4 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 178 | 0.10 | 0.38 | 0 | 0.30 | 285 | 0.31 | 0.56 |
| Hex | A1 | 6E | B2 | A | 26 | 0 | 1E | 11D | 1F | 38 |
| Octal | 241 | 156 | 262 | 12 | 46 | 0 | 36 | 435 | 37 | 70 |
| Binary | 10100001 | 1101110 | 10110010 | 1010 | 100110 | 0 | 11110 | 100011101 | 11111 | 111000 |
Color Harmonies of #A16EB2
Complementary color
Monochromatic Colors of #A16EB2
Black with #A16EB2
Text Example
Text Example
White with #A16EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16EB2; }
p { color: rgb(161,110,178); }
H1.HeaderClassName
{
color: #A16EB2;
}
.AnyTagClassName
{
color: #A16EB2;
}
</style>
background-color css
<style>
a { background-color: #A16EB2; }
a { background-color: rgb(161,110,178); }
div.DivClassName
{
background-color: #A16EB2;
}
.BgClassName
{
background-color: #A16EB2;
}
</style>
border-color css
<style>
span { border-color: #A16EB2; }
span { border-color: rgb(161,110,178); }
td.TdClassName
{
border-color: #A16EB2;
}
.TagClassName
{
border-color: #A16EB2;
}
</style>