Shades of Ce Soir #A16CB4
Tints of Ce Soir #A16CB4
RGB
CMYK
RGB Variations
Color information
#A16CB4 (or 0xA16CB4) is known color: Ce Soir. HEX triplet: A1, 6C and B4. RGB value is (161,108,180). Sum of RGB (Red+Green+Blue) = 161+108+180=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 180 - color contains mainly: blue. Hex color #A16CB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16CB4 is #5E934B. Grayscale: #838383. Windows color (decimal): -6198092 or 11824289. OLE color: 11824289.
HSL color Cylindrical-coordinate representation of color #A16CB4: hue angle of 284.17º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A16CB4 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 108 | 180 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.29 |
| HSL | 284.17º | 0.32% | 0.56% | - |
| HSV(B) | 284.17º | 0.4% | 0.71% | - |
| XYZ | 28.3 | 21.6 | 45.86 | - |
| YUV | 132.06 | 155.06 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 180 | 0.11 | 0.40 | 0 | 0.29 | 284.17 | 0.32 | 0.56 |
| Hex | A1 | 6C | B4 | B | 28 | 0 | 1D | 11C | 20 | 38 |
| Octal | 241 | 154 | 264 | 13 | 50 | 0 | 35 | 434 | 40 | 70 |
| Binary | 10100001 | 1101100 | 10110100 | 1011 | 101000 | 0 | 11101 | 100011100 | 100000 | 111000 |
Color Harmonies of #A16CB4
Complementary color
Monochromatic Colors of #A16CB4
Black with #A16CB4
Text Example
Text Example
White with #A16CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16CB4; }
p { color: rgb(161,108,180); }
H1.HeaderClassName
{
color: #A16CB4;
}
.AnyTagClassName
{
color: #A16CB4;
}
</style>
background-color css
<style>
a { background-color: #A16CB4; }
a { background-color: rgb(161,108,180); }
div.DivClassName
{
background-color: #A16CB4;
}
.BgClassName
{
background-color: #A16CB4;
}
</style>
border-color css
<style>
span { border-color: #A16CB4; }
span { border-color: rgb(161,108,180); }
td.TdClassName
{
border-color: #A16CB4;
}
.TagClassName
{
border-color: #A16CB4;
}
</style>