Shades of Ce Soir #A278AB
Tints of Ce Soir #A278AB
RGB
CMYK
RGB Variations
Color information
#A278AB (or 0xA278AB) is known color: Ce Soir. HEX triplet: A2, 78 and AB. RGB value is (162,120,171). Sum of RGB (Red+Green+Blue) = 162+120+171=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #A278AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A278AB is #5D8754. Grayscale: #8A8A8A. Windows color (decimal): -6129493 or 11237538. OLE color: 11237538.
HSL color Cylindrical-coordinate representation of color #A278AB: hue angle of 289.41º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A278AB is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 120 | 171 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.33 |
| HSL | 289.41º | 0.23% | 0.57% | - |
| HSV(B) | 289.41º | 0.3% | 0.67% | - |
| XYZ | 28.97 | 24.05 | 41.64 | - |
| YUV | 138.37 | 146.41 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 120 | 171 | 0.05 | 0.30 | 0 | 0.33 | 289.41 | 0.23 | 0.57 |
| Hex | A2 | 78 | AB | 5 | 1E | 0 | 21 | 121 | 17 | 39 |
| Octal | 242 | 170 | 253 | 5 | 36 | 0 | 41 | 441 | 27 | 71 |
| Binary | 10100010 | 1111000 | 10101011 | 101 | 11110 | 0 | 100001 | 100100001 | 10111 | 111001 |
Color Harmonies of #A278AB
Complementary color
Monochromatic Colors of #A278AB
Black with #A278AB
Text Example
Text Example
White with #A278AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A278AB; }
p { color: rgb(162,120,171); }
H1.HeaderClassName
{
color: #A278AB;
}
.AnyTagClassName
{
color: #A278AB;
}
</style>
background-color css
<style>
a { background-color: #A278AB; }
a { background-color: rgb(162,120,171); }
div.DivClassName
{
background-color: #A278AB;
}
.BgClassName
{
background-color: #A278AB;
}
</style>
border-color css
<style>
span { border-color: #A278AB; }
span { border-color: rgb(162,120,171); }
td.TdClassName
{
border-color: #A278AB;
}
.TagClassName
{
border-color: #A278AB;
}
</style>