#A26FAE

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

Shades of Ce Soir #A26FAE

Tints of Ce Soir #A26FAE

Color information

#A26FAE (or 0xA26FAE) is unknown color: approx Ce Soir. HEX triplet: A2, 6F and AE. RGB value is (162,111,174). Sum of RGB (Red+Green+Blue) = 162+111+174=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 174 - color contains mainly: blue. Hex color #A26FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26FAE is #5D9051. Grayscale: #858585. Windows color (decimal): -6131794 or 11431842. OLE color: 11431842.

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

Color convert

RGB162111174-
CMYK0.070.3600.32
HSL288.57º28%55.88%-
HSV(B)288.57º36.21%68.24%-
XYZ28.2222.1142.82-
YUV133.43150.9148.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.24%
GREEN value IS 111 (43.75% from 255) = 24.83%
BLUE value IS 174 (68.36% from 255) = 38.93%
R=36.24%
G=24.83%
B=38.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621111740.070.3600.32288.572855.88
HexA26FAE7240201211c38
Octal2421572567440404413470
Binary10100010110111110101110111100100010000010010000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26FAE; }

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

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

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

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

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

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

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

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