Shades of Ce Soir #A27DAE
Tints of Ce Soir #A27DAE
RGB
CMYK
RGB Variations
Color information
#A27DAE (or 0xA27DAE) is known color: Ce Soir. HEX triplet: A2, 7D and AE. RGB value is (162,125,174). Sum of RGB (Red+Green+Blue) = 162+125+174=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 174 - color contains mainly: blue. Hex color #A27DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27DAE is #5D8251. Grayscale: #8D8D8D. Windows color (decimal): -6128210 or 11435426. OLE color: 11435426.
HSL color Cylindrical-coordinate representation of color #A27DAE: hue angle of 285.31º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A27DAE is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 125 | 174 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.32 |
| HSL | 285.31º | 0.23% | 0.59% | - |
| HSV(B) | 285.31º | 0.28% | 0.68% | - |
| XYZ | 29.87 | 25.4 | 43.37 | - |
| YUV | 141.65 | 146.26 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 125 | 174 | 0.07 | 0.28 | 0 | 0.32 | 285.31 | 0.23 | 0.59 |
| Hex | A2 | 7D | AE | 7 | 1C | 0 | 20 | 11D | 17 | 3B |
| Octal | 242 | 175 | 256 | 7 | 34 | 0 | 40 | 435 | 27 | 73 |
| Binary | 10100010 | 1111101 | 10101110 | 111 | 11100 | 0 | 100000 | 100011101 | 10111 | 111011 |
Color Harmonies of #A27DAE
Complementary color
Monochromatic Colors of #A27DAE
Black with #A27DAE
Text Example
Text Example
White with #A27DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27DAE; }
p { color: rgb(162,125,174); }
H1.HeaderClassName
{
color: #A27DAE;
}
.AnyTagClassName
{
color: #A27DAE;
}
</style>
background-color css
<style>
a { background-color: #A27DAE; }
a { background-color: rgb(162,125,174); }
div.DivClassName
{
background-color: #A27DAE;
}
.BgClassName
{
background-color: #A27DAE;
}
</style>
border-color css
<style>
span { border-color: #A27DAE; }
span { border-color: rgb(162,125,174); }
td.TdClassName
{
border-color: #A27DAE;
}
.TagClassName
{
border-color: #A27DAE;
}
</style>