#A26EAE

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

Shades of Ce Soir #A26EAE

Tints of Ce Soir #A26EAE

Color information

#A26EAE (or 0xA26EAE) is unknown color: approx Ce Soir. HEX triplet: A2, 6E and AE. RGB value is (162,110,174). Sum of RGB (Red+Green+Blue) = 162+110+174=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #A26EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26EAE is #5D9151. Grayscale: #848484. Windows color (decimal): -6132050 or 11431586. OLE color: 11431586.

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

Color convert

RGB162110174-
CMYK0.070.3700.32
HSL288.75º28.32%55.69%-
HSV(B)288.75º36.78%68.24%-
XYZ28.1221.8942.79-
YUV132.84151.23148.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.32%
GREEN value IS 110 (43.36% from 255) = 24.66%
BLUE value IS 174 (68.36% from 255) = 39.01%
R=36.32%
G=24.66%
B=39.01%

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
Decimal1621101740.070.3700.32288.7528.3255.69
HexA26EAE7250201211c38
Octal2421562567450404413470
Binary10100010110111010101110111100101010000010010000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26EAE; }

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

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

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

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

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

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

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

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