Shades of Ce Soir #A07FAE
Tints of Ce Soir #A07FAE
RGB
CMYK
RGB Variations
Color information
#A07FAE (or 0xA07FAE) is known color: Ce Soir. HEX triplet: A0, 7F and AE. RGB value is (160,127,174). Sum of RGB (Red+Green+Blue) = 160+127+174=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 127 (50% from 255 or 27.55% 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 #A07FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07FAE is #5F8051. Grayscale: #8E8E8E. Windows color (decimal): -6258770 or 11435936. OLE color: 11435936.
HSL color Cylindrical-coordinate representation of color #A07FAE: hue angle of 282.13º 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 #A07FAE is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 127 | 174 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.32 |
| HSL | 282.13º | 0.22% | 0.59% | - |
| HSV(B) | 282.13º | 0.27% | 0.68% | - |
| XYZ | 29.73 | 25.71 | 43.44 | - |
| YUV | 142.23 | 145.93 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 174 | 0.08 | 0.27 | 0 | 0.32 | 282.13 | 0.22 | 0.59 |
| Hex | A0 | 7F | AE | 8 | 1B | 0 | 20 | 11A | 16 | 3B |
| Octal | 240 | 177 | 256 | 10 | 33 | 0 | 40 | 432 | 26 | 73 |
| Binary | 10100000 | 1111111 | 10101110 | 1000 | 11011 | 0 | 100000 | 100011010 | 10110 | 111011 |
Color Harmonies of #A07FAE
Complementary color
Monochromatic Colors of #A07FAE
Black with #A07FAE
Text Example
Text Example
White with #A07FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07FAE; }
p { color: rgb(160,127,174); }
H1.HeaderClassName
{
color: #A07FAE;
}
.AnyTagClassName
{
color: #A07FAE;
}
</style>
background-color css
<style>
a { background-color: #A07FAE; }
a { background-color: rgb(160,127,174); }
div.DivClassName
{
background-color: #A07FAE;
}
.BgClassName
{
background-color: #A07FAE;
}
</style>
border-color css
<style>
span { border-color: #A07FAE; }
span { border-color: rgb(160,127,174); }
td.TdClassName
{
border-color: #A07FAE;
}
.TagClassName
{
border-color: #A07FAE;
}
</style>