Shades of Ce Soir #A06DAE
Tints of Ce Soir #A06DAE
RGB
CMYK
RGB Variations
Color information
#A06DAE (or 0xA06DAE) is known color: Ce Soir. HEX triplet: A0, 6D and AE. RGB value is (160,109,174). Sum of RGB (Red+Green+Blue) = 160+109+174=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #A06DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06DAE is #5F9251. Grayscale: #838383. Windows color (decimal): -6263378 or 11431328. OLE color: 11431328.
HSL color Cylindrical-coordinate representation of color #A06DAE: hue angle of 287.08º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A06DAE is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 109 | 174 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.32 |
| HSL | 287.08º | 0.29% | 0.55% | - |
| HSV(B) | 287.08º | 0.37% | 0.68% | - |
| XYZ | 27.61 | 21.47 | 42.73 | - |
| YUV | 131.66 | 151.9 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 109 | 174 | 0.08 | 0.37 | 0 | 0.32 | 287.08 | 0.29 | 0.55 |
| Hex | A0 | 6D | AE | 8 | 25 | 0 | 20 | 11F | 1D | 37 |
| Octal | 240 | 155 | 256 | 10 | 45 | 0 | 40 | 437 | 35 | 67 |
| Binary | 10100000 | 1101101 | 10101110 | 1000 | 100101 | 0 | 100000 | 100011111 | 11101 | 110111 |
Color Harmonies of #A06DAE
Complementary color
Monochromatic Colors of #A06DAE
Black with #A06DAE
Text Example
Text Example
White with #A06DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06DAE; }
p { color: rgb(160,109,174); }
H1.HeaderClassName
{
color: #A06DAE;
}
.AnyTagClassName
{
color: #A06DAE;
}
</style>
background-color css
<style>
a { background-color: #A06DAE; }
a { background-color: rgb(160,109,174); }
div.DivClassName
{
background-color: #A06DAE;
}
.BgClassName
{
background-color: #A06DAE;
}
</style>
border-color css
<style>
span { border-color: #A06DAE; }
span { border-color: rgb(160,109,174); }
td.TdClassName
{
border-color: #A06DAE;
}
.TagClassName
{
border-color: #A06DAE;
}
</style>