Shades of Ce Soir #A276AB
Tints of Ce Soir #A276AB
RGB
CMYK
RGB Variations
Color information
#A276AB (or 0xA276AB) is known color: Ce Soir. HEX triplet: A2, 76 and AB. RGB value is (162,118,171). Sum of RGB (Red+Green+Blue) = 162+118+171=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #A276AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A276AB is #5D8954. Grayscale: #898989. Windows color (decimal): -6130005 or 11237026. OLE color: 11237026.
HSL color Cylindrical-coordinate representation of color #A276AB: hue angle of 289.81º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A276AB is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 118 | 171 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.33 |
| HSL | 289.81º | 0.24% | 0.57% | - |
| HSV(B) | 289.81º | 0.31% | 0.67% | - |
| XYZ | 28.73 | 23.58 | 41.56 | - |
| YUV | 137.2 | 147.08 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 118 | 171 | 0.05 | 0.31 | 0 | 0.33 | 289.81 | 0.24 | 0.57 |
| Hex | A2 | 76 | AB | 5 | 1F | 0 | 21 | 122 | 18 | 39 |
| Octal | 242 | 166 | 253 | 5 | 37 | 0 | 41 | 442 | 30 | 71 |
| Binary | 10100010 | 1110110 | 10101011 | 101 | 11111 | 0 | 100001 | 100100010 | 11000 | 111001 |
Color Harmonies of #A276AB
Complementary color
Monochromatic Colors of #A276AB
Black with #A276AB
Text Example
Text Example
White with #A276AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A276AB; }
p { color: rgb(162,118,171); }
H1.HeaderClassName
{
color: #A276AB;
}
.AnyTagClassName
{
color: #A276AB;
}
</style>
background-color css
<style>
a { background-color: #A276AB; }
a { background-color: rgb(162,118,171); }
div.DivClassName
{
background-color: #A276AB;
}
.BgClassName
{
background-color: #A276AB;
}
</style>
border-color css
<style>
span { border-color: #A276AB; }
span { border-color: rgb(162,118,171); }
td.TdClassName
{
border-color: #A276AB;
}
.TagClassName
{
border-color: #A276AB;
}
</style>