Shades of Ce Soir #A279AB
Tints of Ce Soir #A279AB
RGB
CMYK
RGB Variations
Color information
#A279AB (or 0xA279AB) is known color: Ce Soir. HEX triplet: A2, 79 and AB. RGB value is (162,121,171). Sum of RGB (Red+Green+Blue) = 162+121+171=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 171 - color contains mainly: blue. Hex color #A279AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A279AB is #5D8654. Grayscale: #8A8A8A. Windows color (decimal): -6129237 or 11237794. OLE color: 11237794.
HSL color Cylindrical-coordinate representation of color #A279AB: hue angle of 289.2º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A279AB is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 121 | 171 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.33 |
| HSL | 289.2º | 0.23% | 0.57% | - |
| HSV(B) | 289.2º | 0.29% | 0.67% | - |
| XYZ | 29.09 | 24.3 | 41.68 | - |
| YUV | 138.96 | 146.08 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 121 | 171 | 0.05 | 0.29 | 0 | 0.33 | 289.2 | 0.23 | 0.57 |
| Hex | A2 | 79 | AB | 5 | 1D | 0 | 21 | 121 | 17 | 39 |
| Octal | 242 | 171 | 253 | 5 | 35 | 0 | 41 | 441 | 27 | 71 |
| Binary | 10100010 | 1111001 | 10101011 | 101 | 11101 | 0 | 100001 | 100100001 | 10111 | 111001 |
Color Harmonies of #A279AB
Complementary color
Monochromatic Colors of #A279AB
Black with #A279AB
Text Example
Text Example
White with #A279AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A279AB; }
p { color: rgb(162,121,171); }
H1.HeaderClassName
{
color: #A279AB;
}
.AnyTagClassName
{
color: #A279AB;
}
</style>
background-color css
<style>
a { background-color: #A279AB; }
a { background-color: rgb(162,121,171); }
div.DivClassName
{
background-color: #A279AB;
}
.BgClassName
{
background-color: #A279AB;
}
</style>
border-color css
<style>
span { border-color: #A279AB; }
span { border-color: rgb(162,121,171); }
td.TdClassName
{
border-color: #A279AB;
}
.TagClassName
{
border-color: #A279AB;
}
</style>