#A29DDE

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

Shades of Wistful #A29DDE

Tints of Wistful #A29DDE

Color information

#A29DDE (or 0xA29DDE) is unknown color: approx Wistful. HEX triplet: A2, 9D and DE. RGB value is (162,157,222). Sum of RGB (Red+Green+Blue) = 162+157+222=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #A29DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29DDE is #5D6221. Grayscale: #A5A5A5. Windows color (decimal): -6119970 or 14589346. OLE color: 14589346.

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

Color convert

RGB162157222-
CMYK0.270.2900.13
HSL244.62º49.62%74.31%-
HSV(B)244.62º29.28%87.06%-
XYZ40.1437.0774.15-
YUV165.9159.66125.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.94%
GREEN value IS 157 (61.72% from 255) = 29.02%
BLUE value IS 222 (87.11% from 255) = 41.04%
R=29.94%
G=29.02%
B=41.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621572220.270.2900.13244.6249.6274.31
HexA29DDE1B1D0Df5324a
Octal242235336333501536562112
Binary101000101001110111011110110111110101101111101011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29DDE; }

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

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

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

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

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

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

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

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