#A26DAE

Color #A26DAE Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #A26DAE

Tints of Ce Soir #A26DAE

Color information

#A26DAE (or 0xA26DAE) is unknown color: approx Ce Soir. HEX triplet: A2, 6D and AE. RGB value is (162,109,174). Sum of RGB (Red+Green+Blue) = 162+109+174=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #A26DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26DAE is #5D9251. Grayscale: #848484. Windows color (decimal): -6132306 or 11431330. OLE color: 11431330.

HSL color Cylindrical-coordinate representation of color #A26DAE: hue angle of 288.92º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A26DAE is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB162109174-
CMYK0.070.3700.32
HSL288.92º28.63%55.49%-
HSV(B)288.92º37.36%68.24%-
XYZ28.0121.6742.75-
YUV132.26151.56149.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 36.40%
GREEN value IS 109 (42.97% from 255) = 24.49%
BLUE value IS 174 (68.36% from 255) = 39.10%
R=36.40%
G=24.49%
B=39.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621091740.070.3700.32288.9228.6355.49
HexA26DAE7250201211d37
Octal2421552567450404413567
Binary10100010110110110101110111100101010000010010000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26DAE; }

 p { color: rgb(162,109,174); }

 H1.HeaderClassName
 {
   color: #A26DAE;
 }
 .AnyTagClassName
 {
   color: #A26DAE;
 }
</style>
background-color css

<style>
 a { background-color: #A26DAE; }

 a { background-color: rgb(162,109,174); }

 div.DivClassName
 {
   background-color: #A26DAE;
 }
 .BgClassName
 {
   background-color: #A26DAE;
 }
</style>
border-color css

<style>
 span { border-color: #A26DAE; }

 span { border-color: rgb(162,109,174); }

 td.TdClassName
 {
   border-color: #A26DAE;
 }
 .TagClassName
 {
   border-color: #A26DAE;
 }
</style>