Shades of Ce Soir #A077AB
Tints of Ce Soir #A077AB
RGB
CMYK
RGB Variations
Color information
#A077AB (or 0xA077AB) is known color: Ce Soir. HEX triplet: A0, 77 and AB. RGB value is (160,119,171). Sum of RGB (Red+Green+Blue) = 160+119+171=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 171 - color contains mainly: blue. Hex color #A077AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A077AB is #5F8854. Grayscale: #898989. Windows color (decimal): -6260821 or 11237280. OLE color: 11237280.
HSL color Cylindrical-coordinate representation of color #A077AB: hue angle of 287.31º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A077AB is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 119 | 171 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.33 |
| HSL | 287.31º | 0.24% | 0.57% | - |
| HSV(B) | 287.31º | 0.3% | 0.67% | - |
| XYZ | 28.44 | 23.61 | 41.59 | - |
| YUV | 137.19 | 147.08 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 171 | 0.06 | 0.30 | 0 | 0.33 | 287.31 | 0.24 | 0.57 |
| Hex | A0 | 77 | AB | 6 | 1E | 0 | 21 | 11F | 18 | 39 |
| Octal | 240 | 167 | 253 | 6 | 36 | 0 | 41 | 437 | 30 | 71 |
| Binary | 10100000 | 1110111 | 10101011 | 110 | 11110 | 0 | 100001 | 100011111 | 11000 | 111001 |
Color Harmonies of #A077AB
Complementary color
Monochromatic Colors of #A077AB
Black with #A077AB
Text Example
Text Example
White with #A077AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A077AB; }
p { color: rgb(160,119,171); }
H1.HeaderClassName
{
color: #A077AB;
}
.AnyTagClassName
{
color: #A077AB;
}
</style>
background-color css
<style>
a { background-color: #A077AB; }
a { background-color: rgb(160,119,171); }
div.DivClassName
{
background-color: #A077AB;
}
.BgClassName
{
background-color: #A077AB;
}
</style>
border-color css
<style>
span { border-color: #A077AB; }
span { border-color: rgb(160,119,171); }
td.TdClassName
{
border-color: #A077AB;
}
.TagClassName
{
border-color: #A077AB;
}
</style>