Shades of Ce Soir #A376AC
Tints of Ce Soir #A376AC
RGB
CMYK
RGB Variations
Color information
#A376AC (or 0xA376AC) is known color: Ce Soir. HEX triplet: A3, 76 and AC. RGB value is (163,118,172). Sum of RGB (Red+Green+Blue) = 163+118+172=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 172 - color contains mainly: blue. Hex color #A376AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A376AC is #5C8953. Grayscale: #898989. Windows color (decimal): -6064468 or 11302563. OLE color: 11302563.
HSL color Cylindrical-coordinate representation of color #A376AC: hue angle of 290º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A376AC is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 118 | 172 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.33 |
| HSL | 290º | 0.25% | 0.57% | - |
| HSV(B) | 290º | 0.31% | 0.67% | - |
| XYZ | 29.03 | 23.72 | 42.08 | - |
| YUV | 137.61 | 147.41 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 172 | 0.05 | 0.31 | 0 | 0.33 | 290 | 0.25 | 0.57 |
| Hex | A3 | 76 | AC | 5 | 1F | 0 | 21 | 122 | 19 | 39 |
| Octal | 243 | 166 | 254 | 5 | 37 | 0 | 41 | 442 | 31 | 71 |
| Binary | 10100011 | 1110110 | 10101100 | 101 | 11111 | 0 | 100001 | 100100010 | 11001 | 111001 |
Color Harmonies of #A376AC
Complementary color
Monochromatic Colors of #A376AC
Black with #A376AC
Text Example
Text Example
White with #A376AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A376AC; }
p { color: rgb(163,118,172); }
H1.HeaderClassName
{
color: #A376AC;
}
.AnyTagClassName
{
color: #A376AC;
}
</style>
background-color css
<style>
a { background-color: #A376AC; }
a { background-color: rgb(163,118,172); }
div.DivClassName
{
background-color: #A376AC;
}
.BgClassName
{
background-color: #A376AC;
}
</style>
border-color css
<style>
span { border-color: #A376AC; }
span { border-color: rgb(163,118,172); }
td.TdClassName
{
border-color: #A376AC;
}
.TagClassName
{
border-color: #A376AC;
}
</style>