Shades of Ce Soir #A278B3
Tints of Ce Soir #A278B3
RGB
CMYK
RGB Variations
Color information
#A278B3 (or 0xA278B3) is known color: Ce Soir. HEX triplet: A2, 78 and B3. RGB value is (162,120,179). Sum of RGB (Red+Green+Blue) = 162+120+179=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 179 - color contains mainly: blue. Hex color #A278B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A278B3 is #5D874C. Grayscale: #8B8B8B. Windows color (decimal): -6129485 or 11761826. OLE color: 11761826.
HSL color Cylindrical-coordinate representation of color #A278B3: hue angle of 282.71º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A278B3 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 120 | 179 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.30 |
| HSL | 282.71º | 0.28% | 0.59% | - |
| HSV(B) | 282.71º | 0.33% | 0.7% | - |
| XYZ | 29.75 | 24.37 | 45.78 | - |
| YUV | 139.28 | 150.41 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 120 | 179 | 0.09 | 0.33 | 0 | 0.30 | 282.71 | 0.28 | 0.59 |
| Hex | A2 | 78 | B3 | 9 | 21 | 0 | 1E | 11B | 1C | 3B |
| Octal | 242 | 170 | 263 | 11 | 41 | 0 | 36 | 433 | 34 | 73 |
| Binary | 10100010 | 1111000 | 10110011 | 1001 | 100001 | 0 | 11110 | 100011011 | 11100 | 111011 |
Color Harmonies of #A278B3
Complementary color
Monochromatic Colors of #A278B3
Black with #A278B3
Text Example
Text Example
White with #A278B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A278B3; }
p { color: rgb(162,120,179); }
H1.HeaderClassName
{
color: #A278B3;
}
.AnyTagClassName
{
color: #A278B3;
}
</style>
background-color css
<style>
a { background-color: #A278B3; }
a { background-color: rgb(162,120,179); }
div.DivClassName
{
background-color: #A278B3;
}
.BgClassName
{
background-color: #A278B3;
}
</style>
border-color css
<style>
span { border-color: #A278B3; }
span { border-color: rgb(162,120,179); }
td.TdClassName
{
border-color: #A278B3;
}
.TagClassName
{
border-color: #A278B3;
}
</style>