#A26EAD

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

Shades of Ce Soir #A26EAD

Tints of Ce Soir #A26EAD

Color information

#A26EAD (or 0xA26EAD) is unknown color: approx Ce Soir. HEX triplet: A2, 6E and AD. RGB value is (162,110,173). Sum of RGB (Red+Green+Blue) = 162+110+173=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #A26EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A26EAD is #5D9152. Grayscale: #848484. Windows color (decimal): -6132051 or 11366050. OLE color: 11366050.

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

Color convert

RGB162110173-
CMYK0.060.3600.32
HSL289.52º27.75%55.49%-
HSV(B)289.52º36.42%67.84%-
XYZ28.0221.8542.28-
YUV132.73150.73148.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.40%
GREEN value IS 110 (43.36% from 255) = 24.72%
BLUE value IS 173 (67.97% from 255) = 38.88%
R=36.40%
G=24.72%
B=38.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621101730.060.3600.32289.5227.7555.49
HexA26EAD6240201221c37
Octal2421562556440404423467
Binary10100010110111010101101110100100010000010010001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26EAD; }

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

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

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

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

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

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

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

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