Shades of Ce Soir #A069AE
Tints of Ce Soir #A069AE
RGB
CMYK
RGB Variations
Color information
#A069AE (or 0xA069AE) is known color: Ce Soir. HEX triplet: A0, 69 and AE. RGB value is (160,105,174). Sum of RGB (Red+Green+Blue) = 160+105+174=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 174 - color contains mainly: blue. Hex color #A069AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A069AE is #5F9651. Grayscale: #818181. Windows color (decimal): -6264402 or 11430304. OLE color: 11430304.
HSL color Cylindrical-coordinate representation of color #A069AE: hue angle of 287.83º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A069AE is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 105 | 174 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.32 |
| HSL | 287.83º | 0.3% | 0.55% | - |
| HSV(B) | 287.83º | 0.4% | 0.68% | - |
| XYZ | 27.19 | 20.63 | 42.59 | - |
| YUV | 129.31 | 153.22 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 174 | 0.08 | 0.40 | 0 | 0.32 | 287.83 | 0.3 | 0.55 |
| Hex | A0 | 69 | AE | 8 | 28 | 0 | 20 | 120 | 1E | 37 |
| Octal | 240 | 151 | 256 | 10 | 50 | 0 | 40 | 440 | 36 | 67 |
| Binary | 10100000 | 1101001 | 10101110 | 1000 | 101000 | 0 | 100000 | 100100000 | 11110 | 110111 |
Color Harmonies of #A069AE
Complementary color
Monochromatic Colors of #A069AE
Black with #A069AE
Text Example
Text Example
White with #A069AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A069AE; }
p { color: rgb(160,105,174); }
H1.HeaderClassName
{
color: #A069AE;
}
.AnyTagClassName
{
color: #A069AE;
}
</style>
background-color css
<style>
a { background-color: #A069AE; }
a { background-color: rgb(160,105,174); }
div.DivClassName
{
background-color: #A069AE;
}
.BgClassName
{
background-color: #A069AE;
}
</style>
border-color css
<style>
span { border-color: #A069AE; }
span { border-color: rgb(160,105,174); }
td.TdClassName
{
border-color: #A069AE;
}
.TagClassName
{
border-color: #A069AE;
}
</style>