Shades of Ce Soir #A07EAD
Tints of Ce Soir #A07EAD
RGB
CMYK
RGB Variations
Color information
#A07EAD (or 0xA07EAD) is known color: Ce Soir. HEX triplet: A0, 7E and AD. RGB value is (160,126,173). Sum of RGB (Red+Green+Blue) = 160+126+173=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 173 - color contains mainly: blue. Hex color #A07EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07EAD is #5F8152. Grayscale: #8D8D8D. Windows color (decimal): -6259027 or 11370144. OLE color: 11370144.
HSL color Cylindrical-coordinate representation of color #A07EAD: hue angle of 283.4º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A07EAD is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 126 | 173 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.32 |
| HSL | 283.4º | 0.22% | 0.59% | - |
| HSV(B) | 283.4º | 0.27% | 0.68% | - |
| XYZ | 29.5 | 25.41 | 42.89 | - |
| YUV | 141.52 | 145.76 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 173 | 0.08 | 0.27 | 0 | 0.32 | 283.4 | 0.22 | 0.59 |
| Hex | A0 | 7E | AD | 8 | 1B | 0 | 20 | 11B | 16 | 3B |
| Octal | 240 | 176 | 255 | 10 | 33 | 0 | 40 | 433 | 26 | 73 |
| Binary | 10100000 | 1111110 | 10101101 | 1000 | 11011 | 0 | 100000 | 100011011 | 10110 | 111011 |
Color Harmonies of #A07EAD
Complementary color
Monochromatic Colors of #A07EAD
Black with #A07EAD
Text Example
Text Example
White with #A07EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07EAD; }
p { color: rgb(160,126,173); }
H1.HeaderClassName
{
color: #A07EAD;
}
.AnyTagClassName
{
color: #A07EAD;
}
</style>
background-color css
<style>
a { background-color: #A07EAD; }
a { background-color: rgb(160,126,173); }
div.DivClassName
{
background-color: #A07EAD;
}
.BgClassName
{
background-color: #A07EAD;
}
</style>
border-color css
<style>
span { border-color: #A07EAD; }
span { border-color: rgb(160,126,173); }
td.TdClassName
{
border-color: #A07EAD;
}
.TagClassName
{
border-color: #A07EAD;
}
</style>