Shades of Ce Soir #A16DAD
Tints of Ce Soir #A16DAD
RGB
CMYK
RGB Variations
Color information
#A16DAD (or 0xA16DAD) is known color: Ce Soir. HEX triplet: A1, 6D and AD. RGB value is (161,109,173). Sum of RGB (Red+Green+Blue) = 161+109+173=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #A16DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16DAD is #5E9252. Grayscale: #838383. Windows color (decimal): -6197843 or 11365793. OLE color: 11365793.
HSL color Cylindrical-coordinate representation of color #A16DAD: hue angle of 288.75º degrees, saturation: 0.28, 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 #A16DAD is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 109 | 173 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.32 |
| HSL | 288.75º | 0.28% | 0.55% | - |
| HSV(B) | 288.75º | 0.37% | 0.68% | - |
| XYZ | 27.71 | 21.53 | 42.23 | - |
| YUV | 131.84 | 151.23 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 173 | 0.07 | 0.37 | 0 | 0.32 | 288.75 | 0.28 | 0.55 |
| Hex | A1 | 6D | AD | 7 | 25 | 0 | 20 | 121 | 1C | 37 |
| Octal | 241 | 155 | 255 | 7 | 45 | 0 | 40 | 441 | 34 | 67 |
| Binary | 10100001 | 1101101 | 10101101 | 111 | 100101 | 0 | 100000 | 100100001 | 11100 | 110111 |
Color Harmonies of #A16DAD
Complementary color
Monochromatic Colors of #A16DAD
Black with #A16DAD
Text Example
Text Example
White with #A16DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16DAD; }
p { color: rgb(161,109,173); }
H1.HeaderClassName
{
color: #A16DAD;
}
.AnyTagClassName
{
color: #A16DAD;
}
</style>
background-color css
<style>
a { background-color: #A16DAD; }
a { background-color: rgb(161,109,173); }
div.DivClassName
{
background-color: #A16DAD;
}
.BgClassName
{
background-color: #A16DAD;
}
</style>
border-color css
<style>
span { border-color: #A16DAD; }
span { border-color: rgb(161,109,173); }
td.TdClassName
{
border-color: #A16DAD;
}
.TagClassName
{
border-color: #A16DAD;
}
</style>