Shades of Ce Soir #A378AC
Tints of Ce Soir #A378AC
RGB
CMYK
RGB Variations
Color information
#A378AC (or 0xA378AC) is known color: Ce Soir. HEX triplet: A3, 78 and AC. RGB value is (163,120,172). Sum of RGB (Red+Green+Blue) = 163+120+172=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 172 - color contains mainly: blue. Hex color #A378AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A378AC is #5C8753. Grayscale: #8A8A8A. Windows color (decimal): -6063956 or 11303075. OLE color: 11303075.
HSL color Cylindrical-coordinate representation of color #A378AC: hue angle of 289.62º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A378AC is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 120 | 172 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.33 |
| HSL | 289.62º | 0.24% | 0.57% | - |
| HSV(B) | 289.62º | 0.3% | 0.67% | - |
| XYZ | 29.27 | 24.2 | 42.16 | - |
| YUV | 138.79 | 146.75 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 120 | 172 | 0.05 | 0.30 | 0 | 0.33 | 289.62 | 0.24 | 0.57 |
| Hex | A3 | 78 | AC | 5 | 1E | 0 | 21 | 122 | 18 | 39 |
| Octal | 243 | 170 | 254 | 5 | 36 | 0 | 41 | 442 | 30 | 71 |
| Binary | 10100011 | 1111000 | 10101100 | 101 | 11110 | 0 | 100001 | 100100010 | 11000 | 111001 |
Color Harmonies of #A378AC
Complementary color
Monochromatic Colors of #A378AC
Black with #A378AC
Text Example
Text Example
White with #A378AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A378AC; }
p { color: rgb(163,120,172); }
H1.HeaderClassName
{
color: #A378AC;
}
.AnyTagClassName
{
color: #A378AC;
}
</style>
background-color css
<style>
a { background-color: #A378AC; }
a { background-color: rgb(163,120,172); }
div.DivClassName
{
background-color: #A378AC;
}
.BgClassName
{
background-color: #A378AC;
}
</style>
border-color css
<style>
span { border-color: #A378AC; }
span { border-color: rgb(163,120,172); }
td.TdClassName
{
border-color: #A378AC;
}
.TagClassName
{
border-color: #A378AC;
}
</style>