Shades of Ce Soir #A079B0
Tints of Ce Soir #A079B0
RGB
CMYK
RGB Variations
Color information
#A079B0 (or 0xA079B0) is known color: Ce Soir. HEX triplet: A0, 79 and B0. RGB value is (160,121,176). Sum of RGB (Red+Green+Blue) = 160+121+176=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 176 - color contains mainly: blue. Hex color #A079B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A079B0 is #5F864F. Grayscale: #8A8A8A. Windows color (decimal): -6260304 or 11565472. OLE color: 11565472.
HSL color Cylindrical-coordinate representation of color #A079B0: hue angle of 282.55º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A079B0 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 121 | 176 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.31 |
| HSL | 282.55º | 0.26% | 0.58% | - |
| HSV(B) | 282.55º | 0.31% | 0.69% | - |
| XYZ | 29.17 | 24.28 | 44.22 | - |
| YUV | 138.93 | 148.92 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 176 | 0.09 | 0.31 | 0 | 0.31 | 282.55 | 0.26 | 0.58 |
| Hex | A0 | 79 | B0 | 9 | 1F | 0 | 1F | 11B | 1A | 3A |
| Octal | 240 | 171 | 260 | 11 | 37 | 0 | 37 | 433 | 32 | 72 |
| Binary | 10100000 | 1111001 | 10110000 | 1001 | 11111 | 0 | 11111 | 100011011 | 11010 | 111010 |
Color Harmonies of #A079B0
Complementary color
Monochromatic Colors of #A079B0
Black with #A079B0
Text Example
Text Example
White with #A079B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A079B0; }
p { color: rgb(160,121,176); }
H1.HeaderClassName
{
color: #A079B0;
}
.AnyTagClassName
{
color: #A079B0;
}
</style>
background-color css
<style>
a { background-color: #A079B0; }
a { background-color: rgb(160,121,176); }
div.DivClassName
{
background-color: #A079B0;
}
.BgClassName
{
background-color: #A079B0;
}
</style>
border-color css
<style>
span { border-color: #A079B0; }
span { border-color: rgb(160,121,176); }
td.TdClassName
{
border-color: #A079B0;
}
.TagClassName
{
border-color: #A079B0;
}
</style>