#A29ECE

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

Shades of Wistful #A29ECE

Tints of Wistful #A29ECE

Color information

#A29ECE (or 0xA29ECE) is unknown color: approx Wistful. HEX triplet: A2, 9E and CE. RGB value is (162,158,206). Sum of RGB (Red+Green+Blue) = 162+158+206=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #A29ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29ECE is #5D6131. Grayscale: #A4A4A4. Windows color (decimal): -6119730 or 13541026. OLE color: 13541026.

HSL color Cylindrical-coordinate representation of color #A29ECE: hue angle of 245º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A29ECE is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162158206-
CMYK0.210.2300.19
HSL245º32.88%71.37%-
HSV(B)245º23.3%80.78%-
XYZ38.2736.5963.44-
YUV164.67151.33126.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.80%
GREEN value IS 158 (62.11% from 255) = 30.04%
BLUE value IS 206 (80.86% from 255) = 39.16%
R=30.80%
G=30.04%
B=39.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621582060.210.2300.1924532.8871.37
HexA29ECE1517013f52147
Octal242236316252702336541107
Binary1010001010011110110011101010110111010011111101011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29ECE; }

 p { color: rgb(162,158,206); }

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

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

 a { background-color: rgb(162,158,206); }

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

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

 span { border-color: rgb(162,158,206); }

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