Shades of Ce Soir #A06FB6
Tints of Ce Soir #A06FB6
RGB
CMYK
RGB Variations
Color information
#A06FB6 (or 0xA06FB6) is known color: Ce Soir. HEX triplet: A0, 6F and B6. RGB value is (160,111,182). Sum of RGB (Red+Green+Blue) = 160+111+182=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 182 (71.48% from 255 or 40.18% from 453); Max value from RGB is 182 - color contains mainly: blue. Hex color #A06FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FB6 is #5F9049. Grayscale: #858585. Windows color (decimal): -6262858 or 11956128. OLE color: 11956128.
HSL color Cylindrical-coordinate representation of color #A06FB6: hue angle of 281.41º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A06FB6 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 111 | 182 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.29 |
| HSL | 281.41º | 0.33% | 0.57% | - |
| HSV(B) | 281.41º | 0.39% | 0.71% | - |
| XYZ | 28.63 | 22.22 | 47.04 | - |
| YUV | 133.75 | 155.23 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 182 | 0.12 | 0.39 | 0 | 0.29 | 281.41 | 0.33 | 0.57 |
| Hex | A0 | 6F | B6 | C | 27 | 0 | 1D | 119 | 21 | 39 |
| Octal | 240 | 157 | 266 | 14 | 47 | 0 | 35 | 431 | 41 | 71 |
| Binary | 10100000 | 1101111 | 10110110 | 1100 | 100111 | 0 | 11101 | 100011001 | 100001 | 111001 |
Color Harmonies of #A06FB6
Complementary color
Monochromatic Colors of #A06FB6
Black with #A06FB6
Text Example
Text Example
White with #A06FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06FB6; }
p { color: rgb(160,111,182); }
H1.HeaderClassName
{
color: #A06FB6;
}
.AnyTagClassName
{
color: #A06FB6;
}
</style>
background-color css
<style>
a { background-color: #A06FB6; }
a { background-color: rgb(160,111,182); }
div.DivClassName
{
background-color: #A06FB6;
}
.BgClassName
{
background-color: #A06FB6;
}
</style>
border-color css
<style>
span { border-color: #A06FB6; }
span { border-color: rgb(160,111,182); }
td.TdClassName
{
border-color: #A06FB6;
}
.TagClassName
{
border-color: #A06FB6;
}
</style>