Shades of Ce Soir #A179AD
Tints of Ce Soir #A179AD
RGB
CMYK
RGB Variations
Color information
#A179AD (or 0xA179AD) is known color: Ce Soir. HEX triplet: A1, 79 and AD. RGB value is (161,121,173). Sum of RGB (Red+Green+Blue) = 161+121+173=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #A179AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A179AD is #5E8652. Grayscale: #8A8A8A. Windows color (decimal): -6194771 or 11368865. OLE color: 11368865.
HSL color Cylindrical-coordinate representation of color #A179AD: hue angle of 286.15º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A179AD is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 121 | 173 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.32 |
| HSL | 286.15º | 0.24% | 0.58% | - |
| HSV(B) | 286.15º | 0.3% | 0.68% | - |
| XYZ | 29.08 | 24.27 | 42.69 | - |
| YUV | 138.89 | 147.25 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 121 | 173 | 0.07 | 0.30 | 0 | 0.32 | 286.15 | 0.24 | 0.58 |
| Hex | A1 | 79 | AD | 7 | 1E | 0 | 20 | 11E | 18 | 3A |
| Octal | 241 | 171 | 255 | 7 | 36 | 0 | 40 | 436 | 30 | 72 |
| Binary | 10100001 | 1111001 | 10101101 | 111 | 11110 | 0 | 100000 | 100011110 | 11000 | 111010 |
Color Harmonies of #A179AD
Complementary color
Monochromatic Colors of #A179AD
Black with #A179AD
Text Example
Text Example
White with #A179AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A179AD; }
p { color: rgb(161,121,173); }
H1.HeaderClassName
{
color: #A179AD;
}
.AnyTagClassName
{
color: #A179AD;
}
</style>
background-color css
<style>
a { background-color: #A179AD; }
a { background-color: rgb(161,121,173); }
div.DivClassName
{
background-color: #A179AD;
}
.BgClassName
{
background-color: #A179AD;
}
</style>
border-color css
<style>
span { border-color: #A179AD; }
span { border-color: rgb(161,121,173); }
td.TdClassName
{
border-color: #A179AD;
}
.TagClassName
{
border-color: #A179AD;
}
</style>