Shades of Ce Soir #A178B2
Tints of Ce Soir #A178B2
RGB
CMYK
RGB Variations
Color information
#A178B2 (or 0xA178B2) is known color: Ce Soir. HEX triplet: A1, 78 and B2. RGB value is (161,120,178). Sum of RGB (Red+Green+Blue) = 161+120+178=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 178 (69.92% from 255 or 38.78% from 459); Max value from RGB is 178 - color contains mainly: blue. Hex color #A178B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A178B2 is #5E874D. Grayscale: #8A8A8A. Windows color (decimal): -6195022 or 11696289. OLE color: 11696289.
HSL color Cylindrical-coordinate representation of color #A178B2: hue angle of 282.41º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A178B2 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 120 | 178 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.30 |
| HSL | 282.41º | 0.27% | 0.58% | - |
| HSV(B) | 282.41º | 0.33% | 0.7% | - |
| XYZ | 29.45 | 24.22 | 45.24 | - |
| YUV | 138.87 | 150.08 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 120 | 178 | 0.10 | 0.33 | 0 | 0.30 | 282.41 | 0.27 | 0.58 |
| Hex | A1 | 78 | B2 | A | 21 | 0 | 1E | 11A | 1B | 3A |
| Octal | 241 | 170 | 262 | 12 | 41 | 0 | 36 | 432 | 33 | 72 |
| Binary | 10100001 | 1111000 | 10110010 | 1010 | 100001 | 0 | 11110 | 100011010 | 11011 | 111010 |
Color Harmonies of #A178B2
Complementary color
Monochromatic Colors of #A178B2
Black with #A178B2
Text Example
Text Example
White with #A178B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A178B2; }
p { color: rgb(161,120,178); }
H1.HeaderClassName
{
color: #A178B2;
}
.AnyTagClassName
{
color: #A178B2;
}
</style>
background-color css
<style>
a { background-color: #A178B2; }
a { background-color: rgb(161,120,178); }
div.DivClassName
{
background-color: #A178B2;
}
.BgClassName
{
background-color: #A178B2;
}
</style>
border-color css
<style>
span { border-color: #A178B2; }
span { border-color: rgb(161,120,178); }
td.TdClassName
{
border-color: #A178B2;
}
.TagClassName
{
border-color: #A178B2;
}
</style>