Shades of Ce Soir #A57AAB
Tints of Ce Soir #A57AAB
RGB
CMYK
RGB Variations
Color information
#A57AAB (or 0xA57AAB) is known color: Ce Soir. HEX triplet: A5, 7A and AB. RGB value is (165,122,171). Sum of RGB (Red+Green+Blue) = 165+122+171=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #A57AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57AAB is #5A8554. Grayscale: #8C8C8C. Windows color (decimal): -5932373 or 11238053. OLE color: 11238053.
HSL color Cylindrical-coordinate representation of color #A57AAB: hue angle of 292.65º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A57AAB is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 122 | 171 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.33 |
| HSL | 292.65º | 0.23% | 0.57% | - |
| HSV(B) | 292.65º | 0.29% | 0.67% | - |
| XYZ | 29.83 | 24.86 | 41.75 | - |
| YUV | 140.44 | 145.25 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 171 | 0.04 | 0.29 | 0 | 0.33 | 292.65 | 0.23 | 0.57 |
| Hex | A5 | 7A | AB | 4 | 1D | 0 | 21 | 125 | 17 | 39 |
| Octal | 245 | 172 | 253 | 4 | 35 | 0 | 41 | 445 | 27 | 71 |
| Binary | 10100101 | 1111010 | 10101011 | 100 | 11101 | 0 | 100001 | 100100101 | 10111 | 111001 |
Color Harmonies of #A57AAB
Complementary color
Monochromatic Colors of #A57AAB
Black with #A57AAB
Text Example
Text Example
White with #A57AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57AAB; }
p { color: rgb(165,122,171); }
H1.HeaderClassName
{
color: #A57AAB;
}
.AnyTagClassName
{
color: #A57AAB;
}
</style>
background-color css
<style>
a { background-color: #A57AAB; }
a { background-color: rgb(165,122,171); }
div.DivClassName
{
background-color: #A57AAB;
}
.BgClassName
{
background-color: #A57AAB;
}
</style>
border-color css
<style>
span { border-color: #A57AAB; }
span { border-color: rgb(165,122,171); }
td.TdClassName
{
border-color: #A57AAB;
}
.TagClassName
{
border-color: #A57AAB;
}
</style>