Shades of Ce Soir #A376B1
Tints of Ce Soir #A376B1
RGB
CMYK
RGB Variations
Color information
#A376B1 (or 0xA376B1) is known color: Ce Soir. HEX triplet: A3, 76 and B1. RGB value is (163,118,177). Sum of RGB (Red+Green+Blue) = 163+118+177=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 177 - color contains mainly: blue. Hex color #A376B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A376B1 is #5C894E. Grayscale: #898989. Windows color (decimal): -6064463 or 11630243. OLE color: 11630243.
HSL color Cylindrical-coordinate representation of color #A376B1: hue angle of 285.76º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A376B1 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 118 | 177 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.31 |
| HSL | 285.76º | 0.27% | 0.58% | - |
| HSV(B) | 285.76º | 0.33% | 0.69% | - |
| XYZ | 29.52 | 23.92 | 44.66 | - |
| YUV | 138.18 | 149.91 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 177 | 0.08 | 0.33 | 0 | 0.31 | 285.76 | 0.27 | 0.58 |
| Hex | A3 | 76 | B1 | 8 | 21 | 0 | 1F | 11E | 1B | 3A |
| Octal | 243 | 166 | 261 | 10 | 41 | 0 | 37 | 436 | 33 | 72 |
| Binary | 10100011 | 1110110 | 10110001 | 1000 | 100001 | 0 | 11111 | 100011110 | 11011 | 111010 |
Color Harmonies of #A376B1
Complementary color
Monochromatic Colors of #A376B1
Black with #A376B1
Text Example
Text Example
White with #A376B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A376B1; }
p { color: rgb(163,118,177); }
H1.HeaderClassName
{
color: #A376B1;
}
.AnyTagClassName
{
color: #A376B1;
}
</style>
background-color css
<style>
a { background-color: #A376B1; }
a { background-color: rgb(163,118,177); }
div.DivClassName
{
background-color: #A376B1;
}
.BgClassName
{
background-color: #A376B1;
}
</style>
border-color css
<style>
span { border-color: #A376B1; }
span { border-color: rgb(163,118,177); }
td.TdClassName
{
border-color: #A376B1;
}
.TagClassName
{
border-color: #A376B1;
}
</style>