Shades of Ce Soir #A478AB
Tints of Ce Soir #A478AB
RGB
CMYK
RGB Variations
Color information
#A478AB (or 0xA478AB) is known color: Ce Soir. HEX triplet: A4, 78 and AB. RGB value is (164,120,171). Sum of RGB (Red+Green+Blue) = 164+120+171=455 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.04% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 171 - color contains mainly: blue. Hex color #A478AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A478AB is #5B8754. Grayscale: #8A8A8A. Windows color (decimal): -5998421 or 11237540. OLE color: 11237540.
HSL color Cylindrical-coordinate representation of color #A478AB: hue angle of 291.76º degrees, saturation: 0.23, 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 #A478AB is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 120 | 171 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.33 |
| HSL | 291.76º | 0.23% | 0.57% | - |
| HSV(B) | 291.76º | 0.3% | 0.67% | - |
| XYZ | 29.38 | 24.27 | 41.66 | - |
| YUV | 138.97 | 146.08 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 120 | 171 | 0.04 | 0.30 | 0 | 0.33 | 291.76 | 0.23 | 0.57 |
| Hex | A4 | 78 | AB | 4 | 1E | 0 | 21 | 124 | 17 | 39 |
| Octal | 244 | 170 | 253 | 4 | 36 | 0 | 41 | 444 | 27 | 71 |
| Binary | 10100100 | 1111000 | 10101011 | 100 | 11110 | 0 | 100001 | 100100100 | 10111 | 111001 |
Color Harmonies of #A478AB
Complementary color
Monochromatic Colors of #A478AB
Black with #A478AB
Text Example
Text Example
White with #A478AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A478AB; }
p { color: rgb(164,120,171); }
H1.HeaderClassName
{
color: #A478AB;
}
.AnyTagClassName
{
color: #A478AB;
}
</style>
background-color css
<style>
a { background-color: #A478AB; }
a { background-color: rgb(164,120,171); }
div.DivClassName
{
background-color: #A478AB;
}
.BgClassName
{
background-color: #A478AB;
}
</style>
border-color css
<style>
span { border-color: #A478AB; }
span { border-color: rgb(164,120,171); }
td.TdClassName
{
border-color: #A478AB;
}
.TagClassName
{
border-color: #A478AB;
}
</style>