Shades of Ce Soir #A46DB5
Tints of Ce Soir #A46DB5
RGB
CMYK
RGB Variations
Color information
#A46DB5 (or 0xA46DB5) is known color: Ce Soir. HEX triplet: A4, 6D and B5. RGB value is (164,109,181). Sum of RGB (Red+Green+Blue) = 164+109+181=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 181 - color contains mainly: blue. Hex color #A46DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46DB5 is #5B924A. Grayscale: #858585. Windows color (decimal): -6001227 or 11890084. OLE color: 11890084.
HSL color Cylindrical-coordinate representation of color #A46DB5: hue angle of 285.83º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A46DB5 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 109 | 181 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.29 |
| HSL | 285.83º | 0.33% | 0.57% | - |
| HSV(B) | 285.83º | 0.4% | 0.71% | - |
| XYZ | 29.12 | 22.17 | 46.46 | - |
| YUV | 133.65 | 154.72 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 181 | 0.09 | 0.40 | 0 | 0.29 | 285.83 | 0.33 | 0.57 |
| Hex | A4 | 6D | B5 | 9 | 28 | 0 | 1D | 11E | 21 | 39 |
| Octal | 244 | 155 | 265 | 11 | 50 | 0 | 35 | 436 | 41 | 71 |
| Binary | 10100100 | 1101101 | 10110101 | 1001 | 101000 | 0 | 11101 | 100011110 | 100001 | 111001 |
Color Harmonies of #A46DB5
Complementary color
Monochromatic Colors of #A46DB5
Black with #A46DB5
Text Example
Text Example
White with #A46DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46DB5; }
p { color: rgb(164,109,181); }
H1.HeaderClassName
{
color: #A46DB5;
}
.AnyTagClassName
{
color: #A46DB5;
}
</style>
background-color css
<style>
a { background-color: #A46DB5; }
a { background-color: rgb(164,109,181); }
div.DivClassName
{
background-color: #A46DB5;
}
.BgClassName
{
background-color: #A46DB5;
}
</style>
border-color css
<style>
span { border-color: #A46DB5; }
span { border-color: rgb(164,109,181); }
td.TdClassName
{
border-color: #A46DB5;
}
.TagClassName
{
border-color: #A46DB5;
}
</style>