Shades of Ce Soir #A376B4
Tints of Ce Soir #A376B4
RGB
CMYK
RGB Variations
Color information
#A376B4 (or 0xA376B4) is known color: Ce Soir. HEX triplet: A3, 76 and B4. RGB value is (163,118,180). Sum of RGB (Red+Green+Blue) = 163+118+180=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 180 - color contains mainly: blue. Hex color #A376B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A376B4 is #5C894B. Grayscale: #8A8A8A. Windows color (decimal): -6064460 or 11826851. OLE color: 11826851.
HSL color Cylindrical-coordinate representation of color #A376B4: hue angle of 283.55º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A376B4 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 118 | 180 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.29 |
| HSL | 283.55º | 0.29% | 0.58% | - |
| HSV(B) | 283.55º | 0.34% | 0.71% | - |
| XYZ | 29.82 | 24.04 | 46.25 | - |
| YUV | 138.52 | 151.41 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 180 | 0.09 | 0.34 | 0 | 0.29 | 283.55 | 0.29 | 0.58 |
| Hex | A3 | 76 | B4 | 9 | 22 | 0 | 1D | 11C | 1D | 3A |
| Octal | 243 | 166 | 264 | 11 | 42 | 0 | 35 | 434 | 35 | 72 |
| Binary | 10100011 | 1110110 | 10110100 | 1001 | 100010 | 0 | 11101 | 100011100 | 11101 | 111010 |
Color Harmonies of #A376B4
Complementary color
Monochromatic Colors of #A376B4
Black with #A376B4
Text Example
Text Example
White with #A376B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A376B4; }
p { color: rgb(163,118,180); }
H1.HeaderClassName
{
color: #A376B4;
}
.AnyTagClassName
{
color: #A376B4;
}
</style>
background-color css
<style>
a { background-color: #A376B4; }
a { background-color: rgb(163,118,180); }
div.DivClassName
{
background-color: #A376B4;
}
.BgClassName
{
background-color: #A376B4;
}
</style>
border-color css
<style>
span { border-color: #A376B4; }
span { border-color: rgb(163,118,180); }
td.TdClassName
{
border-color: #A376B4;
}
.TagClassName
{
border-color: #A376B4;
}
</style>