Shades of Ce Soir #A16BAE
Tints of Ce Soir #A16BAE
RGB
CMYK
RGB Variations
Color information
#A16BAE (or 0xA16BAE) is known color: Ce Soir. HEX triplet: A1, 6B and AE. RGB value is (161,107,174). Sum of RGB (Red+Green+Blue) = 161+107+174=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 174 - color contains mainly: blue. Hex color #A16BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A16BAE is #5E9451. Grayscale: #828282. Windows color (decimal): -6198354 or 11430817. OLE color: 11430817.
HSL color Cylindrical-coordinate representation of color #A16BAE: hue angle of 288.36º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A16BAE is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 107 | 174 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.32 |
| HSL | 288.36º | 0.29% | 0.55% | - |
| HSV(B) | 288.36º | 0.39% | 0.68% | - |
| XYZ | 27.6 | 21.15 | 42.67 | - |
| YUV | 130.78 | 152.39 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 107 | 174 | 0.07 | 0.39 | 0 | 0.32 | 288.36 | 0.29 | 0.55 |
| Hex | A1 | 6B | AE | 7 | 27 | 0 | 20 | 120 | 1D | 37 |
| Octal | 241 | 153 | 256 | 7 | 47 | 0 | 40 | 440 | 35 | 67 |
| Binary | 10100001 | 1101011 | 10101110 | 111 | 100111 | 0 | 100000 | 100100000 | 11101 | 110111 |
Color Harmonies of #A16BAE
Complementary color
Monochromatic Colors of #A16BAE
Black with #A16BAE
Text Example
Text Example
White with #A16BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16BAE; }
p { color: rgb(161,107,174); }
H1.HeaderClassName
{
color: #A16BAE;
}
.AnyTagClassName
{
color: #A16BAE;
}
</style>
background-color css
<style>
a { background-color: #A16BAE; }
a { background-color: rgb(161,107,174); }
div.DivClassName
{
background-color: #A16BAE;
}
.BgClassName
{
background-color: #A16BAE;
}
</style>
border-color css
<style>
span { border-color: #A16BAE; }
span { border-color: rgb(161,107,174); }
td.TdClassName
{
border-color: #A16BAE;
}
.TagClassName
{
border-color: #A16BAE;
}
</style>