Shades of Ce Soir #A679AD
Tints of Ce Soir #A679AD
RGB
CMYK
RGB Variations
Color information
#A679AD (or 0xA679AD) is known color: Ce Soir. HEX triplet: A6, 79 and AD. RGB value is (166,121,173). Sum of RGB (Red+Green+Blue) = 166+121+173=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 173 - color contains mainly: blue. Hex color #A679AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A679AD is #598652. Grayscale: #8C8C8C. Windows color (decimal): -5867091 or 11368870. OLE color: 11368870.
HSL color Cylindrical-coordinate representation of color #A679AD: hue angle of 291.92º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A679AD is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 121 | 173 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.32 |
| HSL | 291.92º | 0.24% | 0.58% | - |
| HSV(B) | 291.92º | 0.3% | 0.68% | - |
| XYZ | 30.11 | 24.8 | 42.74 | - |
| YUV | 140.38 | 146.41 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 121 | 173 | 0.04 | 0.30 | 0 | 0.32 | 291.92 | 0.24 | 0.58 |
| Hex | A6 | 79 | AD | 4 | 1E | 0 | 20 | 124 | 18 | 3A |
| Octal | 246 | 171 | 255 | 4 | 36 | 0 | 40 | 444 | 30 | 72 |
| Binary | 10100110 | 1111001 | 10101101 | 100 | 11110 | 0 | 100000 | 100100100 | 11000 | 111010 |
Color Harmonies of #A679AD
Complementary color
Monochromatic Colors of #A679AD
Black with #A679AD
Text Example
Text Example
White with #A679AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A679AD; }
p { color: rgb(166,121,173); }
H1.HeaderClassName
{
color: #A679AD;
}
.AnyTagClassName
{
color: #A679AD;
}
</style>
background-color css
<style>
a { background-color: #A679AD; }
a { background-color: rgb(166,121,173); }
div.DivClassName
{
background-color: #A679AD;
}
.BgClassName
{
background-color: #A679AD;
}
</style>
border-color css
<style>
span { border-color: #A679AD; }
span { border-color: rgb(166,121,173); }
td.TdClassName
{
border-color: #A679AD;
}
.TagClassName
{
border-color: #A679AD;
}
</style>