Shades of Ce Soir #A17DAE
Tints of Ce Soir #A17DAE
RGB
CMYK
RGB Variations
Color information
#A17DAE (or 0xA17DAE) is known color: Ce Soir. HEX triplet: A1, 7D and AE. RGB value is (161,125,174). Sum of RGB (Red+Green+Blue) = 161+125+174=460 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 174 - color contains mainly: blue. Hex color #A17DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A17DAE is #5E8251. Grayscale: #8D8D8D. Windows color (decimal): -6193746 or 11435425. OLE color: 11435425.
HSL color Cylindrical-coordinate representation of color #A17DAE: hue angle of 284.08º 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 #A17DAE is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 125 | 174 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.32 |
| HSL | 284.08º | 0.23% | 0.59% | - |
| HSV(B) | 284.08º | 0.28% | 0.68% | - |
| XYZ | 29.67 | 25.3 | 43.36 | - |
| YUV | 141.35 | 146.43 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 125 | 174 | 0.07 | 0.28 | 0 | 0.32 | 284.08 | 0.23 | 0.59 |
| Hex | A1 | 7D | AE | 7 | 1C | 0 | 20 | 11C | 17 | 3B |
| Octal | 241 | 175 | 256 | 7 | 34 | 0 | 40 | 434 | 27 | 73 |
| Binary | 10100001 | 1111101 | 10101110 | 111 | 11100 | 0 | 100000 | 100011100 | 10111 | 111011 |
Color Harmonies of #A17DAE
Complementary color
Monochromatic Colors of #A17DAE
Black with #A17DAE
Text Example
Text Example
White with #A17DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17DAE; }
p { color: rgb(161,125,174); }
H1.HeaderClassName
{
color: #A17DAE;
}
.AnyTagClassName
{
color: #A17DAE;
}
</style>
background-color css
<style>
a { background-color: #A17DAE; }
a { background-color: rgb(161,125,174); }
div.DivClassName
{
background-color: #A17DAE;
}
.BgClassName
{
background-color: #A17DAE;
}
</style>
border-color css
<style>
span { border-color: #A17DAE; }
span { border-color: rgb(161,125,174); }
td.TdClassName
{
border-color: #A17DAE;
}
.TagClassName
{
border-color: #A17DAE;
}
</style>