Shades of Ce Soir #A670B7
Tints of Ce Soir #A670B7
RGB
CMYK
RGB Variations
Color information
#A670B7 (or 0xA670B7) is known color: Ce Soir. HEX triplet: A6, 70 and B7. RGB value is (166,112,183). Sum of RGB (Red+Green+Blue) = 166+112+183=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 183 - color contains mainly: blue. Hex color #A670B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A670B7 is #598F48. Grayscale: #888888. Windows color (decimal): -5869385 or 12021926. OLE color: 12021926.
HSL color Cylindrical-coordinate representation of color #A670B7: hue angle of 285.63º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A670B7 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 112 | 183 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.28 |
| HSL | 285.63º | 0.33% | 0.58% | - |
| HSV(B) | 285.63º | 0.39% | 0.72% | - |
| XYZ | 30.07 | 23.11 | 47.68 | - |
| YUV | 136.24 | 154.39 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 112 | 183 | 0.09 | 0.39 | 0 | 0.28 | 285.63 | 0.33 | 0.58 |
| Hex | A6 | 70 | B7 | 9 | 27 | 0 | 1C | 11E | 21 | 3A |
| Octal | 246 | 160 | 267 | 11 | 47 | 0 | 34 | 436 | 41 | 72 |
| Binary | 10100110 | 1110000 | 10110111 | 1001 | 100111 | 0 | 11100 | 100011110 | 100001 | 111010 |
Color Harmonies of #A670B7
Complementary color
Monochromatic Colors of #A670B7
Black with #A670B7
Text Example
Text Example
White with #A670B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A670B7; }
p { color: rgb(166,112,183); }
H1.HeaderClassName
{
color: #A670B7;
}
.AnyTagClassName
{
color: #A670B7;
}
</style>
background-color css
<style>
a { background-color: #A670B7; }
a { background-color: rgb(166,112,183); }
div.DivClassName
{
background-color: #A670B7;
}
.BgClassName
{
background-color: #A670B7;
}
</style>
border-color css
<style>
span { border-color: #A670B7; }
span { border-color: rgb(166,112,183); }
td.TdClassName
{
border-color: #A670B7;
}
.TagClassName
{
border-color: #A670B7;
}
</style>