Shades of Ce Soir #A06FB3
Tints of Ce Soir #A06FB3
RGB
CMYK
RGB Variations
Color information
#A06FB3 (or 0xA06FB3) is known color: Ce Soir. HEX triplet: A0, 6F and B3. RGB value is (160,111,179). Sum of RGB (Red+Green+Blue) = 160+111+179=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 179 (70.31% from 255 or 39.78% from 450); Max value from RGB is 179 - color contains mainly: blue. Hex color #A06FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FB3 is #5F904C. Grayscale: #858585. Windows color (decimal): -6262861 or 11759520. OLE color: 11759520.
HSL color Cylindrical-coordinate representation of color #A06FB3: hue angle of 283.24º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A06FB3 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 111 | 179 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.30 |
| HSL | 283.24º | 0.31% | 0.57% | - |
| HSV(B) | 283.24º | 0.38% | 0.7% | - |
| XYZ | 28.32 | 22.1 | 45.42 | - |
| YUV | 133.4 | 153.73 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 179 | 0.11 | 0.38 | 0 | 0.30 | 283.24 | 0.31 | 0.57 |
| Hex | A0 | 6F | B3 | B | 26 | 0 | 1E | 11B | 1F | 39 |
| Octal | 240 | 157 | 263 | 13 | 46 | 0 | 36 | 433 | 37 | 71 |
| Binary | 10100000 | 1101111 | 10110011 | 1011 | 100110 | 0 | 11110 | 100011011 | 11111 | 111001 |
Color Harmonies of #A06FB3
Complementary color
Monochromatic Colors of #A06FB3
Black with #A06FB3
Text Example
Text Example
White with #A06FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06FB3; }
p { color: rgb(160,111,179); }
H1.HeaderClassName
{
color: #A06FB3;
}
.AnyTagClassName
{
color: #A06FB3;
}
</style>
background-color css
<style>
a { background-color: #A06FB3; }
a { background-color: rgb(160,111,179); }
div.DivClassName
{
background-color: #A06FB3;
}
.BgClassName
{
background-color: #A06FB3;
}
</style>
border-color css
<style>
span { border-color: #A06FB3; }
span { border-color: rgb(160,111,179); }
td.TdClassName
{
border-color: #A06FB3;
}
.TagClassName
{
border-color: #A06FB3;
}
</style>