Shades of Ce Soir #A47AAC
Tints of Ce Soir #A47AAC
RGB
CMYK
RGB Variations
Color information
#A47AAC (or 0xA47AAC) is known color: Ce Soir. HEX triplet: A4, 7A and AC. RGB value is (164,122,172). Sum of RGB (Red+Green+Blue) = 164+122+172=458 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.81% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 172 - color contains mainly: blue. Hex color #A47AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47AAC is #5B8553. Grayscale: #8C8C8C. Windows color (decimal): -5997908 or 11303588. OLE color: 11303588.
HSL color Cylindrical-coordinate representation of color #A47AAC: hue angle of 290.4º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A47AAC is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 122 | 172 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.33 |
| HSL | 290.4º | 0.23% | 0.58% | - |
| HSV(B) | 290.4º | 0.29% | 0.67% | - |
| XYZ | 29.72 | 24.79 | 42.25 | - |
| YUV | 140.26 | 145.91 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 172 | 0.05 | 0.29 | 0 | 0.33 | 290.4 | 0.23 | 0.58 |
| Hex | A4 | 7A | AC | 5 | 1D | 0 | 21 | 122 | 17 | 3A |
| Octal | 244 | 172 | 254 | 5 | 35 | 0 | 41 | 442 | 27 | 72 |
| Binary | 10100100 | 1111010 | 10101100 | 101 | 11101 | 0 | 100001 | 100100010 | 10111 | 111010 |
Color Harmonies of #A47AAC
Complementary color
Monochromatic Colors of #A47AAC
Black with #A47AAC
Text Example
Text Example
White with #A47AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47AAC; }
p { color: rgb(164,122,172); }
H1.HeaderClassName
{
color: #A47AAC;
}
.AnyTagClassName
{
color: #A47AAC;
}
</style>
background-color css
<style>
a { background-color: #A47AAC; }
a { background-color: rgb(164,122,172); }
div.DivClassName
{
background-color: #A47AAC;
}
.BgClassName
{
background-color: #A47AAC;
}
</style>
border-color css
<style>
span { border-color: #A47AAC; }
span { border-color: rgb(164,122,172); }
td.TdClassName
{
border-color: #A47AAC;
}
.TagClassName
{
border-color: #A47AAC;
}
</style>