Shades of Ce Soir #A069B0
Tints of Ce Soir #A069B0
RGB
CMYK
RGB Variations
Color information
#A069B0 (or 0xA069B0) is known color: Ce Soir. HEX triplet: A0, 69 and B0. RGB value is (160,105,176). Sum of RGB (Red+Green+Blue) = 160+105+176=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 176 - color contains mainly: blue. Hex color #A069B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A069B0 is #5F964F. Grayscale: #818181. Windows color (decimal): -6264400 or 11561376. OLE color: 11561376.
HSL color Cylindrical-coordinate representation of color #A069B0: hue angle of 286.48º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A069B0 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 105 | 176 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.31 |
| HSL | 286.48º | 0.31% | 0.55% | - |
| HSV(B) | 286.48º | 0.4% | 0.69% | - |
| XYZ | 27.39 | 20.71 | 43.63 | - |
| YUV | 129.54 | 154.22 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 176 | 0.09 | 0.40 | 0 | 0.31 | 286.48 | 0.31 | 0.55 |
| Hex | A0 | 69 | B0 | 9 | 28 | 0 | 1F | 11E | 1F | 37 |
| Octal | 240 | 151 | 260 | 11 | 50 | 0 | 37 | 436 | 37 | 67 |
| Binary | 10100000 | 1101001 | 10110000 | 1001 | 101000 | 0 | 11111 | 100011110 | 11111 | 110111 |
Color Harmonies of #A069B0
Complementary color
Monochromatic Colors of #A069B0
Black with #A069B0
Text Example
Text Example
White with #A069B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A069B0; }
p { color: rgb(160,105,176); }
H1.HeaderClassName
{
color: #A069B0;
}
.AnyTagClassName
{
color: #A069B0;
}
</style>
background-color css
<style>
a { background-color: #A069B0; }
a { background-color: rgb(160,105,176); }
div.DivClassName
{
background-color: #A069B0;
}
.BgClassName
{
background-color: #A069B0;
}
</style>
border-color css
<style>
span { border-color: #A069B0; }
span { border-color: rgb(160,105,176); }
td.TdClassName
{
border-color: #A069B0;
}
.TagClassName
{
border-color: #A069B0;
}
</style>