Shades of Ce Soir #A078AD
Tints of Ce Soir #A078AD
RGB
CMYK
RGB Variations
Color information
#A078AD (or 0xA078AD) is known color: Ce Soir. HEX triplet: A0, 78 and AD. RGB value is (160,120,173). Sum of RGB (Red+Green+Blue) = 160+120+173=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 173 - color contains mainly: blue. Hex color #A078AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A078AD is #5F8752. Grayscale: #898989. Windows color (decimal): -6260563 or 11368608. OLE color: 11368608.
HSL color Cylindrical-coordinate representation of color #A078AD: hue angle of 285.28º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A078AD is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 120 | 173 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.32 |
| HSL | 285.28º | 0.24% | 0.57% | - |
| HSV(B) | 285.28º | 0.31% | 0.68% | - |
| XYZ | 28.76 | 23.92 | 42.64 | - |
| YUV | 138 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 173 | 0.08 | 0.31 | 0 | 0.32 | 285.28 | 0.24 | 0.57 |
| Hex | A0 | 78 | AD | 8 | 1F | 0 | 20 | 11D | 18 | 39 |
| Octal | 240 | 170 | 255 | 10 | 37 | 0 | 40 | 435 | 30 | 71 |
| Binary | 10100000 | 1111000 | 10101101 | 1000 | 11111 | 0 | 100000 | 100011101 | 11000 | 111001 |
Color Harmonies of #A078AD
Complementary color
Monochromatic Colors of #A078AD
Black with #A078AD
Text Example
Text Example
White with #A078AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A078AD; }
p { color: rgb(160,120,173); }
H1.HeaderClassName
{
color: #A078AD;
}
.AnyTagClassName
{
color: #A078AD;
}
</style>
background-color css
<style>
a { background-color: #A078AD; }
a { background-color: rgb(160,120,173); }
div.DivClassName
{
background-color: #A078AD;
}
.BgClassName
{
background-color: #A078AD;
}
</style>
border-color css
<style>
span { border-color: #A078AD; }
span { border-color: rgb(160,120,173); }
td.TdClassName
{
border-color: #A078AD;
}
.TagClassName
{
border-color: #A078AD;
}
</style>