Shades of Ce Soir #A47BAE
Tints of Ce Soir #A47BAE
RGB
CMYK
RGB Variations
Color information
#A47BAE (or 0xA47BAE) is known color: Ce Soir. HEX triplet: A4, 7B and AE. RGB value is (164,123,174). Sum of RGB (Red+Green+Blue) = 164+123+174=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 123 (48.44% from 255 or 26.68% 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 #A47BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47BAE is #5B8451. Grayscale: #8C8C8C. Windows color (decimal): -5997650 or 11434916. OLE color: 11434916.
HSL color Cylindrical-coordinate representation of color #A47BAE: hue angle of 288.24º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A47BAE is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 123 | 174 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.32 |
| HSL | 288.24º | 0.24% | 0.58% | - |
| HSV(B) | 288.24º | 0.29% | 0.68% | - |
| XYZ | 30.03 | 25.11 | 43.31 | - |
| YUV | 141.07 | 146.58 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 123 | 174 | 0.06 | 0.29 | 0 | 0.32 | 288.24 | 0.24 | 0.58 |
| Hex | A4 | 7B | AE | 6 | 1D | 0 | 20 | 120 | 18 | 3A |
| Octal | 244 | 173 | 256 | 6 | 35 | 0 | 40 | 440 | 30 | 72 |
| Binary | 10100100 | 1111011 | 10101110 | 110 | 11101 | 0 | 100000 | 100100000 | 11000 | 111010 |
Color Harmonies of #A47BAE
Complementary color
Monochromatic Colors of #A47BAE
Black with #A47BAE
Text Example
Text Example
White with #A47BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47BAE; }
p { color: rgb(164,123,174); }
H1.HeaderClassName
{
color: #A47BAE;
}
.AnyTagClassName
{
color: #A47BAE;
}
</style>
background-color css
<style>
a { background-color: #A47BAE; }
a { background-color: rgb(164,123,174); }
div.DivClassName
{
background-color: #A47BAE;
}
.BgClassName
{
background-color: #A47BAE;
}
</style>
border-color css
<style>
span { border-color: #A47BAE; }
span { border-color: rgb(164,123,174); }
td.TdClassName
{
border-color: #A47BAE;
}
.TagClassName
{
border-color: #A47BAE;
}
</style>