Shades of Ce Soir #A078AF
Tints of Ce Soir #A078AF
RGB
CMYK
RGB Variations
Color information
#A078AF (or 0xA078AF) is known color: Ce Soir. HEX triplet: A0, 78 and AF. RGB value is (160,120,175). Sum of RGB (Red+Green+Blue) = 160+120+175=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #A078AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A078AF is #5F8750. Grayscale: #8A8A8A. Windows color (decimal): -6260561 or 11499680. OLE color: 11499680.
HSL color Cylindrical-coordinate representation of color #A078AF: hue angle of 283.64º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A078AF is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 120 | 175 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.31 |
| HSL | 283.64º | 0.26% | 0.58% | - |
| HSV(B) | 283.64º | 0.31% | 0.69% | - |
| XYZ | 28.95 | 24 | 43.66 | - |
| YUV | 138.23 | 148.75 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 120 | 175 | 0.09 | 0.31 | 0 | 0.31 | 283.64 | 0.26 | 0.58 |
| Hex | A0 | 78 | AF | 9 | 1F | 0 | 1F | 11C | 1A | 3A |
| Octal | 240 | 170 | 257 | 11 | 37 | 0 | 37 | 434 | 32 | 72 |
| Binary | 10100000 | 1111000 | 10101111 | 1001 | 11111 | 0 | 11111 | 100011100 | 11010 | 111010 |
Color Harmonies of #A078AF
Complementary color
Monochromatic Colors of #A078AF
Black with #A078AF
Text Example
Text Example
White with #A078AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A078AF; }
p { color: rgb(160,120,175); }
H1.HeaderClassName
{
color: #A078AF;
}
.AnyTagClassName
{
color: #A078AF;
}
</style>
background-color css
<style>
a { background-color: #A078AF; }
a { background-color: rgb(160,120,175); }
div.DivClassName
{
background-color: #A078AF;
}
.BgClassName
{
background-color: #A078AF;
}
</style>
border-color css
<style>
span { border-color: #A078AF; }
span { border-color: rgb(160,120,175); }
td.TdClassName
{
border-color: #A078AF;
}
.TagClassName
{
border-color: #A078AF;
}
</style>