Shades of Ce Soir #A379B0
Tints of Ce Soir #A379B0
RGB
CMYK
RGB Variations
Color information
#A379B0 (or 0xA379B0) is known color: Ce Soir. HEX triplet: A3, 79 and B0. RGB value is (163,121,176). Sum of RGB (Red+Green+Blue) = 163+121+176=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 176 - color contains mainly: blue. Hex color #A379B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A379B0 is #5C864F. Grayscale: #8B8B8B. Windows color (decimal): -6063696 or 11565475. OLE color: 11565475.
HSL color Cylindrical-coordinate representation of color #A379B0: hue angle of 285.82º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A379B0 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 121 | 176 | - |
| CMYK | 0.07 | 0.31 | 0 | 0.31 |
| HSL | 285.82º | 0.26% | 0.58% | - |
| HSV(B) | 285.82º | 0.31% | 0.69% | - |
| XYZ | 29.78 | 24.6 | 44.25 | - |
| YUV | 139.83 | 148.41 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 121 | 176 | 0.07 | 0.31 | 0 | 0.31 | 285.82 | 0.26 | 0.58 |
| Hex | A3 | 79 | B0 | 7 | 1F | 0 | 1F | 11E | 1A | 3A |
| Octal | 243 | 171 | 260 | 7 | 37 | 0 | 37 | 436 | 32 | 72 |
| Binary | 10100011 | 1111001 | 10110000 | 111 | 11111 | 0 | 11111 | 100011110 | 11010 | 111010 |
Color Harmonies of #A379B0
Complementary color
Monochromatic Colors of #A379B0
Black with #A379B0
Text Example
Text Example
White with #A379B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A379B0; }
p { color: rgb(163,121,176); }
H1.HeaderClassName
{
color: #A379B0;
}
.AnyTagClassName
{
color: #A379B0;
}
</style>
background-color css
<style>
a { background-color: #A379B0; }
a { background-color: rgb(163,121,176); }
div.DivClassName
{
background-color: #A379B0;
}
.BgClassName
{
background-color: #A379B0;
}
</style>
border-color css
<style>
span { border-color: #A379B0; }
span { border-color: rgb(163,121,176); }
td.TdClassName
{
border-color: #A379B0;
}
.TagClassName
{
border-color: #A379B0;
}
</style>