Shades of Ce Soir #A169B2
Tints of Ce Soir #A169B2
RGB
CMYK
RGB Variations
Color information
#A169B2 (or 0xA169B2) is known color: Ce Soir. HEX triplet: A1, 69 and B2. RGB value is (161,105,178). Sum of RGB (Red+Green+Blue) = 161+105+178=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 178 - color contains mainly: blue. Hex color #A169B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A169B2 is #5E964D. Grayscale: #818181. Windows color (decimal): -6198862 or 11692449. OLE color: 11692449.
HSL color Cylindrical-coordinate representation of color #A169B2: hue angle of 286.03º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A169B2 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 105 | 178 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.30 |
| HSL | 286.03º | 0.32% | 0.55% | - |
| HSV(B) | 286.03º | 0.41% | 0.7% | - |
| XYZ | 27.79 | 20.89 | 44.69 | - |
| YUV | 130.07 | 155.05 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 178 | 0.10 | 0.41 | 0 | 0.30 | 286.03 | 0.32 | 0.55 |
| Hex | A1 | 69 | B2 | A | 29 | 0 | 1E | 11E | 20 | 37 |
| Octal | 241 | 151 | 262 | 12 | 51 | 0 | 36 | 436 | 40 | 67 |
| Binary | 10100001 | 1101001 | 10110010 | 1010 | 101001 | 0 | 11110 | 100011110 | 100000 | 110111 |
Color Harmonies of #A169B2
Complementary color
Monochromatic Colors of #A169B2
Black with #A169B2
Text Example
Text Example
White with #A169B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A169B2; }
p { color: rgb(161,105,178); }
H1.HeaderClassName
{
color: #A169B2;
}
.AnyTagClassName
{
color: #A169B2;
}
</style>
background-color css
<style>
a { background-color: #A169B2; }
a { background-color: rgb(161,105,178); }
div.DivClassName
{
background-color: #A169B2;
}
.BgClassName
{
background-color: #A169B2;
}
</style>
border-color css
<style>
span { border-color: #A169B2; }
span { border-color: rgb(161,105,178); }
td.TdClassName
{
border-color: #A169B2;
}
.TagClassName
{
border-color: #A169B2;
}
</style>