Shades of Ce Soir #A076AB
Tints of Ce Soir #A076AB
RGB
CMYK
RGB Variations
Color information
#A076AB (or 0xA076AB) is known color: Ce Soir. HEX triplet: A0, 76 and AB. RGB value is (160,118,171). Sum of RGB (Red+Green+Blue) = 160+118+171=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #A076AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A076AB is #5F8954. Grayscale: #888888. Windows color (decimal): -6261077 or 11237024. OLE color: 11237024.
HSL color Cylindrical-coordinate representation of color #A076AB: hue angle of 287.55º degrees, saturation: 0.24, 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 #A076AB is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 118 | 171 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.33 |
| HSL | 287.55º | 0.24% | 0.57% | - |
| HSV(B) | 287.55º | 0.31% | 0.67% | - |
| XYZ | 28.33 | 23.37 | 41.55 | - |
| YUV | 136.6 | 147.41 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 171 | 0.06 | 0.31 | 0 | 0.33 | 287.55 | 0.24 | 0.57 |
| Hex | A0 | 76 | AB | 6 | 1F | 0 | 21 | 120 | 18 | 39 |
| Octal | 240 | 166 | 253 | 6 | 37 | 0 | 41 | 440 | 30 | 71 |
| Binary | 10100000 | 1110110 | 10101011 | 110 | 11111 | 0 | 100001 | 100100000 | 11000 | 111001 |
Color Harmonies of #A076AB
Complementary color
Monochromatic Colors of #A076AB
Black with #A076AB
Text Example
Text Example
White with #A076AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A076AB; }
p { color: rgb(160,118,171); }
H1.HeaderClassName
{
color: #A076AB;
}
.AnyTagClassName
{
color: #A076AB;
}
</style>
background-color css
<style>
a { background-color: #A076AB; }
a { background-color: rgb(160,118,171); }
div.DivClassName
{
background-color: #A076AB;
}
.BgClassName
{
background-color: #A076AB;
}
</style>
border-color css
<style>
span { border-color: #A076AB; }
span { border-color: rgb(160,118,171); }
td.TdClassName
{
border-color: #A076AB;
}
.TagClassName
{
border-color: #A076AB;
}
</style>