Shades of Ce Soir #A078A8
Tints of Ce Soir #A078A8
RGB
CMYK
RGB Variations
Color information
#A078A8 (or 0xA078A8) is known color: Ce Soir. HEX triplet: A0, 78 and A8. RGB value is (160,120,168). Sum of RGB (Red+Green+Blue) = 160+120+168=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 168 (66.02% from 255 or 37.5% from 448); Max value from RGB is 168 - color contains mainly: blue. Hex color #A078A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A078A8 is #5F8757. Grayscale: #898989. Windows color (decimal): -6260568 or 11040928. OLE color: 11040928.
HSL color Cylindrical-coordinate representation of color #A078A8: hue angle of 290º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A078A8 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 160 | 120 | 168 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.34 |
| HSL | 290º | 0.22% | 0.56% | - |
| HSV(B) | 290º | 0.29% | 0.66% | - |
| XYZ | 28.28 | 23.73 | 40.14 | - |
| YUV | 137.43 | 145.25 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 168 | 0.05 | 0.29 | 0 | 0.34 | 290 | 0.22 | 0.56 |
| Hex | A0 | 78 | A8 | 5 | 1D | 0 | 22 | 122 | 16 | 38 |
| Octal | 240 | 170 | 250 | 5 | 35 | 0 | 42 | 442 | 26 | 70 |
| Binary | 10100000 | 1111000 | 10101000 | 101 | 11101 | 0 | 100010 | 100100010 | 10110 | 111000 |
Color Harmonies of #A078A8
Complementary color
Monochromatic Colors of #A078A8
Black with #A078A8
Text Example
Text Example
White with #A078A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A078A8; }
p { color: rgb(160,120,168); }
H1.HeaderClassName
{
color: #A078A8;
}
.AnyTagClassName
{
color: #A078A8;
}
</style>
background-color css
<style>
a { background-color: #A078A8; }
a { background-color: rgb(160,120,168); }
div.DivClassName
{
background-color: #A078A8;
}
.BgClassName
{
background-color: #A078A8;
}
</style>
border-color css
<style>
span { border-color: #A078A8; }
span { border-color: rgb(160,120,168); }
td.TdClassName
{
border-color: #A078A8;
}
.TagClassName
{
border-color: #A078A8;
}
</style>