Shades of Ce Soir #A37AAE
Tints of Ce Soir #A37AAE
RGB
CMYK
RGB Variations
Color information
#A37AAE (or 0xA37AAE) is known color: Ce Soir. HEX triplet: A3, 7A and AE. RGB value is (163,122,174). Sum of RGB (Red+Green+Blue) = 163+122+174=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 174 - color contains mainly: blue. Hex color #A37AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37AAE is #5C8551. Grayscale: #8C8C8C. Windows color (decimal): -6063442 or 11434659. OLE color: 11434659.
HSL color Cylindrical-coordinate representation of color #A37AAE: hue angle of 287.31º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A37AAE is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 163 | 122 | 174 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.32 |
| HSL | 287.31º | 0.24% | 0.58% | - |
| HSV(B) | 287.31º | 0.3% | 0.68% | - |
| XYZ | 29.7 | 24.76 | 43.26 | - |
| YUV | 140.19 | 147.08 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 122 | 174 | 0.06 | 0.30 | 0 | 0.32 | 287.31 | 0.24 | 0.58 |
| Hex | A3 | 7A | AE | 6 | 1E | 0 | 20 | 11F | 18 | 3A |
| Octal | 243 | 172 | 256 | 6 | 36 | 0 | 40 | 437 | 30 | 72 |
| Binary | 10100011 | 1111010 | 10101110 | 110 | 11110 | 0 | 100000 | 100011111 | 11000 | 111010 |
Color Harmonies of #A37AAE
Complementary color
Monochromatic Colors of #A37AAE
Black with #A37AAE
Text Example
Text Example
White with #A37AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37AAE; }
p { color: rgb(163,122,174); }
H1.HeaderClassName
{
color: #A37AAE;
}
.AnyTagClassName
{
color: #A37AAE;
}
</style>
background-color css
<style>
a { background-color: #A37AAE; }
a { background-color: rgb(163,122,174); }
div.DivClassName
{
background-color: #A37AAE;
}
.BgClassName
{
background-color: #A37AAE;
}
</style>
border-color css
<style>
span { border-color: #A37AAE; }
span { border-color: rgb(163,122,174); }
td.TdClassName
{
border-color: #A37AAE;
}
.TagClassName
{
border-color: #A37AAE;
}
</style>