Shades of Ce Soir #A46AB2
Tints of Ce Soir #A46AB2
RGB
CMYK
RGB Variations
Color information
#A46AB2 (or 0xA46AB2) is known color: Ce Soir. HEX triplet: A4, 6A and B2. RGB value is (164,106,178). Sum of RGB (Red+Green+Blue) = 164+106+178=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 178 - color contains mainly: blue. Hex color #A46AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46AB2 is #5B954D. Grayscale: #838383. Windows color (decimal): -6001998 or 11692708. OLE color: 11692708.
HSL color Cylindrical-coordinate representation of color #A46AB2: hue angle of 288.33º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A46AB2 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 106 | 178 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.30 |
| HSL | 288.33º | 0.32% | 0.56% | - |
| HSV(B) | 288.33º | 0.4% | 0.7% | - |
| XYZ | 28.5 | 21.41 | 44.75 | - |
| YUV | 131.55 | 154.22 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 106 | 178 | 0.08 | 0.40 | 0 | 0.30 | 288.33 | 0.32 | 0.56 |
| Hex | A4 | 6A | B2 | 8 | 28 | 0 | 1E | 120 | 20 | 38 |
| Octal | 244 | 152 | 262 | 10 | 50 | 0 | 36 | 440 | 40 | 70 |
| Binary | 10100100 | 1101010 | 10110010 | 1000 | 101000 | 0 | 11110 | 100100000 | 100000 | 111000 |
Color Harmonies of #A46AB2
Complementary color
Monochromatic Colors of #A46AB2
Black with #A46AB2
Text Example
Text Example
White with #A46AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46AB2; }
p { color: rgb(164,106,178); }
H1.HeaderClassName
{
color: #A46AB2;
}
.AnyTagClassName
{
color: #A46AB2;
}
</style>
background-color css
<style>
a { background-color: #A46AB2; }
a { background-color: rgb(164,106,178); }
div.DivClassName
{
background-color: #A46AB2;
}
.BgClassName
{
background-color: #A46AB2;
}
</style>
border-color css
<style>
span { border-color: #A46AB2; }
span { border-color: rgb(164,106,178); }
td.TdClassName
{
border-color: #A46AB2;
}
.TagClassName
{
border-color: #A46AB2;
}
</style>