Shades of Ce Soir #A076A7
Tints of Ce Soir #A076A7
RGB
CMYK
RGB Variations
Color information
#A076A7 (or 0xA076A7) is known color: Ce Soir. HEX triplet: A0, 76 and A7. RGB value is (160,118,167). Sum of RGB (Red+Green+Blue) = 160+118+167=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 167 (65.62% from 255 or 37.53% from 445); Max value from RGB is 167 - color contains mainly: blue. Hex color #A076A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A076A7 is #5F8958. Grayscale: #878787. Windows color (decimal): -6261081 or 10974880. OLE color: 10974880.
HSL color Cylindrical-coordinate representation of color #A076A7: hue angle of 291.43º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A076A7 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 118 | 167 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.35 |
| HSL | 291.43º | 0.22% | 0.56% | - |
| HSV(B) | 291.43º | 0.29% | 0.65% | - |
| XYZ | 27.95 | 23.22 | 39.57 | - |
| YUV | 136.14 | 145.41 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 167 | 0.04 | 0.29 | 0 | 0.35 | 291.43 | 0.22 | 0.56 |
| Hex | A0 | 76 | A7 | 4 | 1D | 0 | 23 | 123 | 16 | 38 |
| Octal | 240 | 166 | 247 | 4 | 35 | 0 | 43 | 443 | 26 | 70 |
| Binary | 10100000 | 1110110 | 10100111 | 100 | 11101 | 0 | 100011 | 100100011 | 10110 | 111000 |
Color Harmonies of #A076A7
Complementary color
Monochromatic Colors of #A076A7
Black with #A076A7
Text Example
Text Example
White with #A076A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A076A7; }
p { color: rgb(160,118,167); }
H1.HeaderClassName
{
color: #A076A7;
}
.AnyTagClassName
{
color: #A076A7;
}
</style>
background-color css
<style>
a { background-color: #A076A7; }
a { background-color: rgb(160,118,167); }
div.DivClassName
{
background-color: #A076A7;
}
.BgClassName
{
background-color: #A076A7;
}
</style>
border-color css
<style>
span { border-color: #A076A7; }
span { border-color: rgb(160,118,167); }
td.TdClassName
{
border-color: #A076A7;
}
.TagClassName
{
border-color: #A076A7;
}
</style>