Shades of Ce Soir #A870B7
Tints of Ce Soir #A870B7
RGB
CMYK
RGB Variations
Color information
#A870B7 (or 0xA870B7) is known color: Ce Soir. HEX triplet: A8, 70 and B7. RGB value is (168,112,183). Sum of RGB (Red+Green+Blue) = 168+112+183=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 183 - color contains mainly: blue. Hex color #A870B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A870B7 is #578F48. Grayscale: #888888. Windows color (decimal): -5738313 or 12021928. OLE color: 12021928.
HSL color Cylindrical-coordinate representation of color #A870B7: hue angle of 287.32º 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 #A870B7 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 112 | 183 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.28 |
| HSL | 287.32º | 0.33% | 0.58% | - |
| HSV(B) | 287.32º | 0.39% | 0.72% | - |
| XYZ | 30.49 | 23.33 | 47.7 | - |
| YUV | 136.84 | 154.05 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 183 | 0.08 | 0.39 | 0 | 0.28 | 287.32 | 0.33 | 0.58 |
| Hex | A8 | 70 | B7 | 8 | 27 | 0 | 1C | 11F | 21 | 3A |
| Octal | 250 | 160 | 267 | 10 | 47 | 0 | 34 | 437 | 41 | 72 |
| Binary | 10101000 | 1110000 | 10110111 | 1000 | 100111 | 0 | 11100 | 100011111 | 100001 | 111010 |
Color Harmonies of #A870B7
Complementary color
Monochromatic Colors of #A870B7
Black with #A870B7
Text Example
Text Example
White with #A870B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A870B7; }
p { color: rgb(168,112,183); }
H1.HeaderClassName
{
color: #A870B7;
}
.AnyTagClassName
{
color: #A870B7;
}
</style>
background-color css
<style>
a { background-color: #A870B7; }
a { background-color: rgb(168,112,183); }
div.DivClassName
{
background-color: #A870B7;
}
.BgClassName
{
background-color: #A870B7;
}
</style>
border-color css
<style>
span { border-color: #A870B7; }
span { border-color: rgb(168,112,183); }
td.TdClassName
{
border-color: #A870B7;
}
.TagClassName
{
border-color: #A870B7;
}
</style>