Shades of Ce Soir #A168B1
Tints of Ce Soir #A168B1
RGB
CMYK
RGB Variations
Color information
#A168B1 (or 0xA168B1) is known color: Ce Soir. HEX triplet: A1, 68 and B1. RGB value is (161,104,177). Sum of RGB (Red+Green+Blue) = 161+104+177=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 177 - color contains mainly: blue. Hex color #A168B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A168B1 is #5E974E. Grayscale: #818181. Windows color (decimal): -6199119 or 11626657. OLE color: 11626657.
HSL color Cylindrical-coordinate representation of color #A168B1: hue angle of 286.85º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A168B1 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 104 | 177 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.31 |
| HSL | 286.85º | 0.32% | 0.55% | - |
| HSV(B) | 286.85º | 0.41% | 0.69% | - |
| XYZ | 27.58 | 20.65 | 44.13 | - |
| YUV | 129.37 | 154.88 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 177 | 0.09 | 0.41 | 0 | 0.31 | 286.85 | 0.32 | 0.55 |
| Hex | A1 | 68 | B1 | 9 | 29 | 0 | 1F | 11F | 20 | 37 |
| Octal | 241 | 150 | 261 | 11 | 51 | 0 | 37 | 437 | 40 | 67 |
| Binary | 10100001 | 1101000 | 10110001 | 1001 | 101001 | 0 | 11111 | 100011111 | 100000 | 110111 |
Color Harmonies of #A168B1
Complementary color
Monochromatic Colors of #A168B1
Black with #A168B1
Text Example
Text Example
White with #A168B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A168B1; }
p { color: rgb(161,104,177); }
H1.HeaderClassName
{
color: #A168B1;
}
.AnyTagClassName
{
color: #A168B1;
}
</style>
background-color css
<style>
a { background-color: #A168B1; }
a { background-color: rgb(161,104,177); }
div.DivClassName
{
background-color: #A168B1;
}
.BgClassName
{
background-color: #A168B1;
}
</style>
border-color css
<style>
span { border-color: #A168B1; }
span { border-color: rgb(161,104,177); }
td.TdClassName
{
border-color: #A168B1;
}
.TagClassName
{
border-color: #A168B1;
}
</style>