Shades of Ce Soir #A16CB2
Tints of Ce Soir #A16CB2
RGB
CMYK
RGB Variations
Color information
#A16CB2 (or 0xA16CB2) is known color: Ce Soir. HEX triplet: A1, 6C and B2. RGB value is (161,108,178). Sum of RGB (Red+Green+Blue) = 161+108+178=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 178 - color contains mainly: blue. Hex color #A16CB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16CB2 is #5E934D. Grayscale: #838383. Windows color (decimal): -6198094 or 11693217. OLE color: 11693217.
HSL color Cylindrical-coordinate representation of color #A16CB2: hue angle of 285.43º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A16CB2 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 108 | 178 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.30 |
| HSL | 285.43º | 0.31% | 0.56% | - |
| HSV(B) | 285.43º | 0.39% | 0.7% | - |
| XYZ | 28.1 | 21.52 | 44.79 | - |
| YUV | 131.83 | 154.06 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 178 | 0.10 | 0.39 | 0 | 0.30 | 285.43 | 0.31 | 0.56 |
| Hex | A1 | 6C | B2 | A | 27 | 0 | 1E | 11D | 1F | 38 |
| Octal | 241 | 154 | 262 | 12 | 47 | 0 | 36 | 435 | 37 | 70 |
| Binary | 10100001 | 1101100 | 10110010 | 1010 | 100111 | 0 | 11110 | 100011101 | 11111 | 111000 |
Color Harmonies of #A16CB2
Complementary color
Monochromatic Colors of #A16CB2
Black with #A16CB2
Text Example
Text Example
White with #A16CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16CB2; }
p { color: rgb(161,108,178); }
H1.HeaderClassName
{
color: #A16CB2;
}
.AnyTagClassName
{
color: #A16CB2;
}
</style>
background-color css
<style>
a { background-color: #A16CB2; }
a { background-color: rgb(161,108,178); }
div.DivClassName
{
background-color: #A16CB2;
}
.BgClassName
{
background-color: #A16CB2;
}
</style>
border-color css
<style>
span { border-color: #A16CB2; }
span { border-color: rgb(161,108,178); }
td.TdClassName
{
border-color: #A16CB2;
}
.TagClassName
{
border-color: #A16CB2;
}
</style>