Shades of Ce Soir #A06AB4
Tints of Ce Soir #A06AB4
RGB
CMYK
RGB Variations
Color information
#A06AB4 (or 0xA06AB4) is known color: Ce Soir. HEX triplet: A0, 6A and B4. RGB value is (160,106,180). Sum of RGB (Red+Green+Blue) = 160+106+180=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 180 - color contains mainly: blue. Hex color #A06AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06AB4 is #5F954B. Grayscale: #828282. Windows color (decimal): -6264140 or 11823776. OLE color: 11823776.
HSL color Cylindrical-coordinate representation of color #A06AB4: hue angle of 283.78º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A06AB4 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 106 | 180 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.29 |
| HSL | 283.78º | 0.33% | 0.56% | - |
| HSV(B) | 283.78º | 0.41% | 0.71% | - |
| XYZ | 27.89 | 21.08 | 45.78 | - |
| YUV | 130.58 | 155.89 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 106 | 180 | 0.11 | 0.41 | 0 | 0.29 | 283.78 | 0.33 | 0.56 |
| Hex | A0 | 6A | B4 | B | 29 | 0 | 1D | 11C | 21 | 38 |
| Octal | 240 | 152 | 264 | 13 | 51 | 0 | 35 | 434 | 41 | 70 |
| Binary | 10100000 | 1101010 | 10110100 | 1011 | 101001 | 0 | 11101 | 100011100 | 100001 | 111000 |
Color Harmonies of #A06AB4
Complementary color
Monochromatic Colors of #A06AB4
Black with #A06AB4
Text Example
Text Example
White with #A06AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06AB4; }
p { color: rgb(160,106,180); }
H1.HeaderClassName
{
color: #A06AB4;
}
.AnyTagClassName
{
color: #A06AB4;
}
</style>
background-color css
<style>
a { background-color: #A06AB4; }
a { background-color: rgb(160,106,180); }
div.DivClassName
{
background-color: #A06AB4;
}
.BgClassName
{
background-color: #A06AB4;
}
</style>
border-color css
<style>
span { border-color: #A06AB4; }
span { border-color: rgb(160,106,180); }
td.TdClassName
{
border-color: #A06AB4;
}
.TagClassName
{
border-color: #A06AB4;
}
</style>