Shades of Ce Soir #A06FAB
Tints of Ce Soir #A06FAB
RGB
CMYK
RGB Variations
Color information
#A06FAB (or 0xA06FAB) is known color: Ce Soir. HEX triplet: A0, 6F and AB. RGB value is (160,111,171). Sum of RGB (Red+Green+Blue) = 160+111+171=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #A06FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06FAB is #5F9054. Grayscale: #848484. Windows color (decimal): -6262869 or 11235232. OLE color: 11235232.
HSL color Cylindrical-coordinate representation of color #A06FAB: hue angle of 289º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A06FAB is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 111 | 171 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.33 |
| HSL | 289º | 0.26% | 0.55% | - |
| HSV(B) | 289º | 0.35% | 0.67% | - |
| XYZ | 27.53 | 21.78 | 41.28 | - |
| YUV | 132.49 | 149.73 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 171 | 0.06 | 0.35 | 0 | 0.33 | 289 | 0.26 | 0.55 |
| Hex | A0 | 6F | AB | 6 | 23 | 0 | 21 | 121 | 1A | 37 |
| Octal | 240 | 157 | 253 | 6 | 43 | 0 | 41 | 441 | 32 | 67 |
| Binary | 10100000 | 1101111 | 10101011 | 110 | 100011 | 0 | 100001 | 100100001 | 11010 | 110111 |
Color Harmonies of #A06FAB
Complementary color
Monochromatic Colors of #A06FAB
Black with #A06FAB
Text Example
Text Example
White with #A06FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06FAB; }
p { color: rgb(160,111,171); }
H1.HeaderClassName
{
color: #A06FAB;
}
.AnyTagClassName
{
color: #A06FAB;
}
</style>
background-color css
<style>
a { background-color: #A06FAB; }
a { background-color: rgb(160,111,171); }
div.DivClassName
{
background-color: #A06FAB;
}
.BgClassName
{
background-color: #A06FAB;
}
</style>
border-color css
<style>
span { border-color: #A06FAB; }
span { border-color: rgb(160,111,171); }
td.TdClassName
{
border-color: #A06FAB;
}
.TagClassName
{
border-color: #A06FAB;
}
</style>