#A26EAF

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

Shades of Ce Soir #A26EAF

Tints of Ce Soir #A26EAF

Color information

#A26EAF (or 0xA26EAF) is unknown color: approx Ce Soir. HEX triplet: A2, 6E and AF. RGB value is (162,110,175). Sum of RGB (Red+Green+Blue) = 162+110+175=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #A26EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26EAF is #5D9150. Grayscale: #848484. Windows color (decimal): -6132049 or 11497122. OLE color: 11497122.

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

Color convert

RGB162110175-
CMYK0.070.3700.31
HSL288º28.89%55.88%-
HSV(B)288º37.14%68.63%-
XYZ28.2121.9343.3-
YUV132.96151.73148.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.24%
GREEN value IS 110 (43.36% from 255) = 24.61%
BLUE value IS 175 (68.75% from 255) = 39.15%
R=36.24%
G=24.61%
B=39.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621101750.070.3700.3128828.8955.88
HexA26EAF72501F1201d38
Octal2421562577450374403570
Binary1010001011011101010111111110010101111110010000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26EAF; }

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

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

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

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

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

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

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

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