Shades of Ce Soir #A56FB6
Tints of Ce Soir #A56FB6
RGB
CMYK
RGB Variations
Color information
#A56FB6 (or 0xA56FB6) is known color: Ce Soir. HEX triplet: A5, 6F and B6. RGB value is (165,111,182). Sum of RGB (Red+Green+Blue) = 165+111+182=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 182 (71.48% from 255 or 39.74% from 458); Max value from RGB is 182 - color contains mainly: blue. Hex color #A56FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56FB6 is #5A9049. Grayscale: #878787. Windows color (decimal): -5935178 or 11956133. OLE color: 11956133.
HSL color Cylindrical-coordinate representation of color #A56FB6: hue angle of 285.63º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A56FB6 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 111 | 182 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.29 |
| HSL | 285.63º | 0.33% | 0.57% | - |
| HSV(B) | 285.63º | 0.39% | 0.71% | - |
| XYZ | 29.64 | 22.75 | 47.08 | - |
| YUV | 135.24 | 154.39 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 111 | 182 | 0.09 | 0.39 | 0 | 0.29 | 285.63 | 0.33 | 0.57 |
| Hex | A5 | 6F | B6 | 9 | 27 | 0 | 1D | 11E | 21 | 39 |
| Octal | 245 | 157 | 266 | 11 | 47 | 0 | 35 | 436 | 41 | 71 |
| Binary | 10100101 | 1101111 | 10110110 | 1001 | 100111 | 0 | 11101 | 100011110 | 100001 | 111001 |
Color Harmonies of #A56FB6
Complementary color
Monochromatic Colors of #A56FB6
Black with #A56FB6
Text Example
Text Example
White with #A56FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56FB6; }
p { color: rgb(165,111,182); }
H1.HeaderClassName
{
color: #A56FB6;
}
.AnyTagClassName
{
color: #A56FB6;
}
</style>
background-color css
<style>
a { background-color: #A56FB6; }
a { background-color: rgb(165,111,182); }
div.DivClassName
{
background-color: #A56FB6;
}
.BgClassName
{
background-color: #A56FB6;
}
</style>
border-color css
<style>
span { border-color: #A56FB6; }
span { border-color: rgb(165,111,182); }
td.TdClassName
{
border-color: #A56FB6;
}
.TagClassName
{
border-color: #A56FB6;
}
</style>