Shades of Ce Soir #A86FB4
Tints of Ce Soir #A86FB4
RGB
CMYK
RGB Variations
Color information
#A86FB4 (or 0xA86FB4) is known color: Ce Soir. HEX triplet: A8, 6F and B4. RGB value is (168,111,180). Sum of RGB (Red+Green+Blue) = 168+111+180=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 180 - color contains mainly: blue. Hex color #A86FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86FB4 is #57904B. Grayscale: #878787. Windows color (decimal): -5738572 or 11825064. OLE color: 11825064.
HSL color Cylindrical-coordinate representation of color #A86FB4: hue angle of 289.57º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A86FB4 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 111 | 180 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.29 |
| HSL | 289.57º | 0.32% | 0.57% | - |
| HSV(B) | 289.57º | 0.38% | 0.71% | - |
| XYZ | 30.07 | 22.99 | 46.03 | - |
| YUV | 135.91 | 152.88 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 111 | 180 | 0.07 | 0.38 | 0 | 0.29 | 289.57 | 0.32 | 0.57 |
| Hex | A8 | 6F | B4 | 7 | 26 | 0 | 1D | 122 | 20 | 39 |
| Octal | 250 | 157 | 264 | 7 | 46 | 0 | 35 | 442 | 40 | 71 |
| Binary | 10101000 | 1101111 | 10110100 | 111 | 100110 | 0 | 11101 | 100100010 | 100000 | 111001 |
Color Harmonies of #A86FB4
Complementary color
Monochromatic Colors of #A86FB4
Black with #A86FB4
Text Example
Text Example
White with #A86FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86FB4; }
p { color: rgb(168,111,180); }
H1.HeaderClassName
{
color: #A86FB4;
}
.AnyTagClassName
{
color: #A86FB4;
}
</style>
background-color css
<style>
a { background-color: #A86FB4; }
a { background-color: rgb(168,111,180); }
div.DivClassName
{
background-color: #A86FB4;
}
.BgClassName
{
background-color: #A86FB4;
}
</style>
border-color css
<style>
span { border-color: #A86FB4; }
span { border-color: rgb(168,111,180); }
td.TdClassName
{
border-color: #A86FB4;
}
.TagClassName
{
border-color: #A86FB4;
}
</style>