Shades of Ce Soir #A178AA
Tints of Ce Soir #A178AA
RGB
CMYK
RGB Variations
Color information
#A178AA (or 0xA178AA) is known color: Ce Soir. HEX triplet: A1, 78 and AA. RGB value is (161,120,170). Sum of RGB (Red+Green+Blue) = 161+120+170=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #A178AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A178AA is #5E8755. Grayscale: #898989. Windows color (decimal): -6195030 or 11172001. OLE color: 11172001.
HSL color Cylindrical-coordinate representation of color #A178AA: hue angle of 289.2º 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 #A178AA is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 120 | 170 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.33 |
| HSL | 289.2º | 0.23% | 0.57% | - |
| HSV(B) | 289.2º | 0.29% | 0.67% | - |
| XYZ | 28.67 | 23.91 | 41.13 | - |
| YUV | 137.96 | 146.08 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 170 | 0.05 | 0.29 | 0 | 0.33 | 289.2 | 0.23 | 0.57 |
| Hex | A1 | 78 | AA | 5 | 1D | 0 | 21 | 121 | 17 | 39 |
| Octal | 241 | 170 | 252 | 5 | 35 | 0 | 41 | 441 | 27 | 71 |
| Binary | 10100001 | 1111000 | 10101010 | 101 | 11101 | 0 | 100001 | 100100001 | 10111 | 111001 |
Color Harmonies of #A178AA
Complementary color
Monochromatic Colors of #A178AA
Black with #A178AA
Text Example
Text Example
White with #A178AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A178AA; }
p { color: rgb(161,120,170); }
H1.HeaderClassName
{
color: #A178AA;
}
.AnyTagClassName
{
color: #A178AA;
}
</style>
background-color css
<style>
a { background-color: #A178AA; }
a { background-color: rgb(161,120,170); }
div.DivClassName
{
background-color: #A178AA;
}
.BgClassName
{
background-color: #A178AA;
}
</style>
border-color css
<style>
span { border-color: #A178AA; }
span { border-color: rgb(161,120,170); }
td.TdClassName
{
border-color: #A178AA;
}
.TagClassName
{
border-color: #A178AA;
}
</style>