Shades of Ce Soir #A26FB6
Tints of Ce Soir #A26FB6
RGB
CMYK
RGB Variations
Color information
#A26FB6 (or 0xA26FB6) is known color: Ce Soir. HEX triplet: A2, 6F and B6. RGB value is (162,111,182). Sum of RGB (Red+Green+Blue) = 162+111+182=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 182 - color contains mainly: blue. Hex color #A26FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26FB6 is #5D9049. Grayscale: #868686. Windows color (decimal): -6131786 or 11956130. OLE color: 11956130.
HSL color Cylindrical-coordinate representation of color #A26FB6: hue angle of 283.1º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A26FB6 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 111 | 182 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.29 |
| HSL | 283.1º | 0.33% | 0.57% | - |
| HSV(B) | 283.1º | 0.39% | 0.71% | - |
| XYZ | 29.03 | 22.43 | 47.05 | - |
| YUV | 134.34 | 154.9 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 111 | 182 | 0.11 | 0.39 | 0 | 0.29 | 283.1 | 0.33 | 0.57 |
| Hex | A2 | 6F | B6 | B | 27 | 0 | 1D | 11B | 21 | 39 |
| Octal | 242 | 157 | 266 | 13 | 47 | 0 | 35 | 433 | 41 | 71 |
| Binary | 10100010 | 1101111 | 10110110 | 1011 | 100111 | 0 | 11101 | 100011011 | 100001 | 111001 |
Color Harmonies of #A26FB6
Complementary color
Monochromatic Colors of #A26FB6
Black with #A26FB6
Text Example
Text Example
White with #A26FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26FB6; }
p { color: rgb(162,111,182); }
H1.HeaderClassName
{
color: #A26FB6;
}
.AnyTagClassName
{
color: #A26FB6;
}
</style>
background-color css
<style>
a { background-color: #A26FB6; }
a { background-color: rgb(162,111,182); }
div.DivClassName
{
background-color: #A26FB6;
}
.BgClassName
{
background-color: #A26FB6;
}
</style>
border-color css
<style>
span { border-color: #A26FB6; }
span { border-color: rgb(162,111,182); }
td.TdClassName
{
border-color: #A26FB6;
}
.TagClassName
{
border-color: #A26FB6;
}
</style>