Shades of Ce Soir #A579AD
Tints of Ce Soir #A579AD
RGB
CMYK
RGB Variations
Color information
#A579AD (or 0xA579AD) is known color: Ce Soir. HEX triplet: A5, 79 and AD. RGB value is (165,121,173). Sum of RGB (Red+Green+Blue) = 165+121+173=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 173 - color contains mainly: blue. Hex color #A579AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A579AD is #5A8652. Grayscale: #8B8B8B. Windows color (decimal): -5932627 or 11368869. OLE color: 11368869.
HSL color Cylindrical-coordinate representation of color #A579AD: hue angle of 290.77º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A579AD is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 121 | 173 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.32 |
| HSL | 290.77º | 0.24% | 0.58% | - |
| HSV(B) | 290.77º | 0.3% | 0.68% | - |
| XYZ | 29.9 | 24.69 | 42.73 | - |
| YUV | 140.08 | 146.58 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 121 | 173 | 0.05 | 0.30 | 0 | 0.32 | 290.77 | 0.24 | 0.58 |
| Hex | A5 | 79 | AD | 5 | 1E | 0 | 20 | 123 | 18 | 3A |
| Octal | 245 | 171 | 255 | 5 | 36 | 0 | 40 | 443 | 30 | 72 |
| Binary | 10100101 | 1111001 | 10101101 | 101 | 11110 | 0 | 100000 | 100100011 | 11000 | 111010 |
Color Harmonies of #A579AD
Complementary color
Monochromatic Colors of #A579AD
Black with #A579AD
Text Example
Text Example
White with #A579AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A579AD; }
p { color: rgb(165,121,173); }
H1.HeaderClassName
{
color: #A579AD;
}
.AnyTagClassName
{
color: #A579AD;
}
</style>
background-color css
<style>
a { background-color: #A579AD; }
a { background-color: rgb(165,121,173); }
div.DivClassName
{
background-color: #A579AD;
}
.BgClassName
{
background-color: #A579AD;
}
</style>
border-color css
<style>
span { border-color: #A579AD; }
span { border-color: rgb(165,121,173); }
td.TdClassName
{
border-color: #A579AD;
}
.TagClassName
{
border-color: #A579AD;
}
</style>