Shades of Ce Soir #A379B1
Tints of Ce Soir #A379B1
RGB
CMYK
RGB Variations
Color information
#A379B1 (or 0xA379B1) is known color: Ce Soir. HEX triplet: A3, 79 and B1. RGB value is (163,121,177). Sum of RGB (Red+Green+Blue) = 163+121+177=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 177 (69.53% from 255 or 38.39% from 461); Max value from RGB is 177 - color contains mainly: blue. Hex color #A379B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A379B1 is #5C864E. Grayscale: #8B8B8B. Windows color (decimal): -6063695 or 11631011. OLE color: 11631011.
HSL color Cylindrical-coordinate representation of color #A379B1: hue angle of 285º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A379B1 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 121 | 177 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.31 |
| HSL | 285º | 0.26% | 0.58% | - |
| HSV(B) | 285º | 0.32% | 0.69% | - |
| XYZ | 29.88 | 24.64 | 44.78 | - |
| YUV | 139.94 | 148.91 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 121 | 177 | 0.08 | 0.32 | 0 | 0.31 | 285 | 0.26 | 0.58 |
| Hex | A3 | 79 | B1 | 8 | 20 | 0 | 1F | 11D | 1A | 3A |
| Octal | 243 | 171 | 261 | 10 | 40 | 0 | 37 | 435 | 32 | 72 |
| Binary | 10100011 | 1111001 | 10110001 | 1000 | 100000 | 0 | 11111 | 100011101 | 11010 | 111010 |
Color Harmonies of #A379B1
Complementary color
Monochromatic Colors of #A379B1
Black with #A379B1
Text Example
Text Example
White with #A379B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A379B1; }
p { color: rgb(163,121,177); }
H1.HeaderClassName
{
color: #A379B1;
}
.AnyTagClassName
{
color: #A379B1;
}
</style>
background-color css
<style>
a { background-color: #A379B1; }
a { background-color: rgb(163,121,177); }
div.DivClassName
{
background-color: #A379B1;
}
.BgClassName
{
background-color: #A379B1;
}
</style>
border-color css
<style>
span { border-color: #A379B1; }
span { border-color: rgb(163,121,177); }
td.TdClassName
{
border-color: #A379B1;
}
.TagClassName
{
border-color: #A379B1;
}
</style>