Shades of Ce Soir #A179AB
Tints of Ce Soir #A179AB
RGB
CMYK
RGB Variations
Color information
#A179AB (or 0xA179AB) is known color: Ce Soir. HEX triplet: A1, 79 and AB. RGB value is (161,121,171). Sum of RGB (Red+Green+Blue) = 161+121+171=453 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.54% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #A179AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A179AB is #5E8654. Grayscale: #8A8A8A. Windows color (decimal): -6194773 or 11237793. OLE color: 11237793.
HSL color Cylindrical-coordinate representation of color #A179AB: hue angle of 288º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A179AB is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 121 | 171 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.33 |
| HSL | 288º | 0.23% | 0.57% | - |
| HSV(B) | 288º | 0.29% | 0.67% | - |
| XYZ | 28.89 | 24.19 | 41.68 | - |
| YUV | 138.66 | 146.25 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 121 | 171 | 0.06 | 0.29 | 0 | 0.33 | 288 | 0.23 | 0.57 |
| Hex | A1 | 79 | AB | 6 | 1D | 0 | 21 | 120 | 17 | 39 |
| Octal | 241 | 171 | 253 | 6 | 35 | 0 | 41 | 440 | 27 | 71 |
| Binary | 10100001 | 1111001 | 10101011 | 110 | 11101 | 0 | 100001 | 100100000 | 10111 | 111001 |
Color Harmonies of #A179AB
Complementary color
Monochromatic Colors of #A179AB
Black with #A179AB
Text Example
Text Example
White with #A179AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A179AB; }
p { color: rgb(161,121,171); }
H1.HeaderClassName
{
color: #A179AB;
}
.AnyTagClassName
{
color: #A179AB;
}
</style>
background-color css
<style>
a { background-color: #A179AB; }
a { background-color: rgb(161,121,171); }
div.DivClassName
{
background-color: #A179AB;
}
.BgClassName
{
background-color: #A179AB;
}
</style>
border-color css
<style>
span { border-color: #A179AB; }
span { border-color: rgb(161,121,171); }
td.TdClassName
{
border-color: #A179AB;
}
.TagClassName
{
border-color: #A179AB;
}
</style>