Shades of Ce Soir #A16DAE
Tints of Ce Soir #A16DAE
RGB
CMYK
RGB Variations
Color information
#A16DAE (or 0xA16DAE) is known color: Ce Soir. HEX triplet: A1, 6D and AE. RGB value is (161,109,174). Sum of RGB (Red+Green+Blue) = 161+109+174=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 174 - color contains mainly: blue. Hex color #A16DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16DAE is #5E9251. Grayscale: #838383. Windows color (decimal): -6197842 or 11431329. OLE color: 11431329.
HSL color Cylindrical-coordinate representation of color #A16DAE: hue angle of 288º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A16DAE is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 109 | 174 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.32 |
| HSL | 288º | 0.29% | 0.55% | - |
| HSV(B) | 288º | 0.37% | 0.68% | - |
| XYZ | 27.81 | 21.57 | 42.74 | - |
| YUV | 131.96 | 151.73 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 174 | 0.07 | 0.37 | 0 | 0.32 | 288 | 0.29 | 0.55 |
| Hex | A1 | 6D | AE | 7 | 25 | 0 | 20 | 120 | 1D | 37 |
| Octal | 241 | 155 | 256 | 7 | 45 | 0 | 40 | 440 | 35 | 67 |
| Binary | 10100001 | 1101101 | 10101110 | 111 | 100101 | 0 | 100000 | 100100000 | 11101 | 110111 |
Color Harmonies of #A16DAE
Complementary color
Monochromatic Colors of #A16DAE
Black with #A16DAE
Text Example
Text Example
White with #A16DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16DAE; }
p { color: rgb(161,109,174); }
H1.HeaderClassName
{
color: #A16DAE;
}
.AnyTagClassName
{
color: #A16DAE;
}
</style>
background-color css
<style>
a { background-color: #A16DAE; }
a { background-color: rgb(161,109,174); }
div.DivClassName
{
background-color: #A16DAE;
}
.BgClassName
{
background-color: #A16DAE;
}
</style>
border-color css
<style>
span { border-color: #A16DAE; }
span { border-color: rgb(161,109,174); }
td.TdClassName
{
border-color: #A16DAE;
}
.TagClassName
{
border-color: #A16DAE;
}
</style>