#A29CDE

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

Shades of Wistful #A29CDE

Tints of Wistful #A29CDE

Color information

#A29CDE (or 0xA29CDE) is unknown color: approx Wistful. HEX triplet: A2, 9C and DE. RGB value is (162,156,222). Sum of RGB (Red+Green+Blue) = 162+156+222=540 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #A29CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29CDE is #5D6321. Grayscale: #A5A5A5. Windows color (decimal): -6120226 or 14589090. OLE color: 14589090.

HSL color Cylindrical-coordinate representation of color #A29CDE: hue angle of 245.45º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A29CDE is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB162156222-
CMYK0.270.3000.13
HSL245.45º50%74.12%-
HSV(B)245.45º29.73%87.06%-
XYZ39.9736.7374.09-
YUV165.32159.99125.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30%
GREEN value IS 156 (61.33% from 255) = 28.89%
BLUE value IS 222 (87.11% from 255) = 41.11%
R=30%
G=28.89%
B=41.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621562220.270.3000.13245.455074.12
HexA29CDE1B1E0Df5324a
Octal242234336333601536562112
Binary101000101001110011011110110111111001101111101011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29CDE; }

 p { color: rgb(162,156,222); }

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

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

 a { background-color: rgb(162,156,222); }

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

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

 span { border-color: rgb(162,156,222); }

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