Shades of Ce Soir #A06FB4
Tints of Ce Soir #A06FB4
RGB
CMYK
RGB Variations
Color information
#A06FB4 (or 0xA06FB4) is known color: Ce Soir. HEX triplet: A0, 6F and B4. RGB value is (160,111,180). Sum of RGB (Red+Green+Blue) = 160+111+180=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 111 (43.75% from 255 or 24.61% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 180 - color contains mainly: blue. Hex color #A06FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FB4 is #5F904B. Grayscale: #858585. Windows color (decimal): -6262860 or 11825056. OLE color: 11825056.
HSL color Cylindrical-coordinate representation of color #A06FB4: hue angle of 282.61º 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 #A06FB4 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 111 | 180 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.29 |
| HSL | 282.61º | 0.32% | 0.57% | - |
| HSV(B) | 282.61º | 0.38% | 0.71% | - |
| XYZ | 28.42 | 22.14 | 45.96 | - |
| YUV | 133.52 | 154.23 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 180 | 0.11 | 0.38 | 0 | 0.29 | 282.61 | 0.32 | 0.57 |
| Hex | A0 | 6F | B4 | B | 26 | 0 | 1D | 11B | 20 | 39 |
| Octal | 240 | 157 | 264 | 13 | 46 | 0 | 35 | 433 | 40 | 71 |
| Binary | 10100000 | 1101111 | 10110100 | 1011 | 100110 | 0 | 11101 | 100011011 | 100000 | 111001 |
Color Harmonies of #A06FB4
Complementary color
Monochromatic Colors of #A06FB4
Black with #A06FB4
Text Example
Text Example
White with #A06FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06FB4; }
p { color: rgb(160,111,180); }
H1.HeaderClassName
{
color: #A06FB4;
}
.AnyTagClassName
{
color: #A06FB4;
}
</style>
background-color css
<style>
a { background-color: #A06FB4; }
a { background-color: rgb(160,111,180); }
div.DivClassName
{
background-color: #A06FB4;
}
.BgClassName
{
background-color: #A06FB4;
}
</style>
border-color css
<style>
span { border-color: #A06FB4; }
span { border-color: rgb(160,111,180); }
td.TdClassName
{
border-color: #A06FB4;
}
.TagClassName
{
border-color: #A06FB4;
}
</style>