Shades of Ce Soir #A16DAF
Tints of Ce Soir #A16DAF
RGB
CMYK
RGB Variations
Color information
#A16DAF (or 0xA16DAF) is known color: Ce Soir. HEX triplet: A1, 6D and AF. RGB value is (161,109,175). Sum of RGB (Red+Green+Blue) = 161+109+175=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 175 - color contains mainly: blue. Hex color #A16DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16DAF is #5E9250. Grayscale: #838383. Windows color (decimal): -6197841 or 11496865. OLE color: 11496865.
HSL color Cylindrical-coordinate representation of color #A16DAF: hue angle of 287.27º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A16DAF is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 109 | 175 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.31 |
| HSL | 287.27º | 0.29% | 0.56% | - |
| HSV(B) | 287.27º | 0.38% | 0.69% | - |
| XYZ | 27.9 | 21.61 | 43.26 | - |
| YUV | 132.07 | 152.23 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 175 | 0.08 | 0.38 | 0 | 0.31 | 287.27 | 0.29 | 0.56 |
| Hex | A1 | 6D | AF | 8 | 26 | 0 | 1F | 11F | 1D | 38 |
| Octal | 241 | 155 | 257 | 10 | 46 | 0 | 37 | 437 | 35 | 70 |
| Binary | 10100001 | 1101101 | 10101111 | 1000 | 100110 | 0 | 11111 | 100011111 | 11101 | 111000 |
Color Harmonies of #A16DAF
Complementary color
Monochromatic Colors of #A16DAF
Black with #A16DAF
Text Example
Text Example
White with #A16DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16DAF; }
p { color: rgb(161,109,175); }
H1.HeaderClassName
{
color: #A16DAF;
}
.AnyTagClassName
{
color: #A16DAF;
}
</style>
background-color css
<style>
a { background-color: #A16DAF; }
a { background-color: rgb(161,109,175); }
div.DivClassName
{
background-color: #A16DAF;
}
.BgClassName
{
background-color: #A16DAF;
}
</style>
border-color css
<style>
span { border-color: #A16DAF; }
span { border-color: rgb(161,109,175); }
td.TdClassName
{
border-color: #A16DAF;
}
.TagClassName
{
border-color: #A16DAF;
}
</style>