Shades of Ce Soir #A16CAE
Tints of Ce Soir #A16CAE
RGB
CMYK
RGB Variations
Color information
#A16CAE (or 0xA16CAE) is known color: Ce Soir. HEX triplet: A1, 6C and AE. RGB value is (161,108,174). Sum of RGB (Red+Green+Blue) = 161+108+174=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #A16CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16CAE is #5E9351. Grayscale: #838383. Windows color (decimal): -6198098 or 11431073. OLE color: 11431073.
HSL color Cylindrical-coordinate representation of color #A16CAE: hue angle of 288.18º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A16CAE is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 108 | 174 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.32 |
| HSL | 288.18º | 0.29% | 0.55% | - |
| HSV(B) | 288.18º | 0.38% | 0.68% | - |
| XYZ | 27.7 | 21.36 | 42.71 | - |
| YUV | 131.37 | 152.06 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 174 | 0.07 | 0.38 | 0 | 0.32 | 288.18 | 0.29 | 0.55 |
| Hex | A1 | 6C | AE | 7 | 26 | 0 | 20 | 120 | 1D | 37 |
| Octal | 241 | 154 | 256 | 7 | 46 | 0 | 40 | 440 | 35 | 67 |
| Binary | 10100001 | 1101100 | 10101110 | 111 | 100110 | 0 | 100000 | 100100000 | 11101 | 110111 |
Color Harmonies of #A16CAE
Complementary color
Monochromatic Colors of #A16CAE
Black with #A16CAE
Text Example
Text Example
White with #A16CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16CAE; }
p { color: rgb(161,108,174); }
H1.HeaderClassName
{
color: #A16CAE;
}
.AnyTagClassName
{
color: #A16CAE;
}
</style>
background-color css
<style>
a { background-color: #A16CAE; }
a { background-color: rgb(161,108,174); }
div.DivClassName
{
background-color: #A16CAE;
}
.BgClassName
{
background-color: #A16CAE;
}
</style>
border-color css
<style>
span { border-color: #A16CAE; }
span { border-color: rgb(161,108,174); }
td.TdClassName
{
border-color: #A16CAE;
}
.TagClassName
{
border-color: #A16CAE;
}
</style>