Shades of Ce Soir #A079AF
Tints of Ce Soir #A079AF
RGB
CMYK
RGB Variations
Color information
#A079AF (or 0xA079AF) is known color: Ce Soir. HEX triplet: A0, 79 and AF. RGB value is (160,121,175). Sum of RGB (Red+Green+Blue) = 160+121+175=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 175 - color contains mainly: blue. Hex color #A079AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A079AF is #5F8650. Grayscale: #8A8A8A. Windows color (decimal): -6260305 or 11499936. OLE color: 11499936.
HSL color Cylindrical-coordinate representation of color #A079AF: hue angle of 283.33º degrees, saturation: 0.25, 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 #A079AF is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 121 | 175 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.31 |
| HSL | 283.33º | 0.25% | 0.58% | - |
| HSV(B) | 283.33º | 0.31% | 0.69% | - |
| XYZ | 29.07 | 24.24 | 43.7 | - |
| YUV | 138.82 | 148.42 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 175 | 0.09 | 0.31 | 0 | 0.31 | 283.33 | 0.25 | 0.58 |
| Hex | A0 | 79 | AF | 9 | 1F | 0 | 1F | 11B | 19 | 3A |
| Octal | 240 | 171 | 257 | 11 | 37 | 0 | 37 | 433 | 31 | 72 |
| Binary | 10100000 | 1111001 | 10101111 | 1001 | 11111 | 0 | 11111 | 100011011 | 11001 | 111010 |
Color Harmonies of #A079AF
Complementary color
Monochromatic Colors of #A079AF
Black with #A079AF
Text Example
Text Example
White with #A079AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A079AF; }
p { color: rgb(160,121,175); }
H1.HeaderClassName
{
color: #A079AF;
}
.AnyTagClassName
{
color: #A079AF;
}
</style>
background-color css
<style>
a { background-color: #A079AF; }
a { background-color: rgb(160,121,175); }
div.DivClassName
{
background-color: #A079AF;
}
.BgClassName
{
background-color: #A079AF;
}
</style>
border-color css
<style>
span { border-color: #A079AF; }
span { border-color: rgb(160,121,175); }
td.TdClassName
{
border-color: #A079AF;
}
.TagClassName
{
border-color: #A079AF;
}
</style>