#A29DE5

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

Shades of Wistful #A29DE5

Tints of Wistful #A29DE5

Color information

#A29DE5 (or 0xA29DE5) is unknown color: approx Wistful. HEX triplet: A2, 9D and E5. RGB value is (162,157,229). Sum of RGB (Red+Green+Blue) = 162+157+229=548 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.56% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #A29DE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29DE5 is #5D621A. Grayscale: #A6A6A6. Windows color (decimal): -6119963 or 15048098. OLE color: 15048098.

HSL color Cylindrical-coordinate representation of color #A29DE5: hue angle of 244.17º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A29DE5 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB162157229-
CMYK0.290.3100.10
HSL244.17º58.06%75.69%-
HSV(B)244.17º31.44%89.8%-
XYZ41.137.4579.19-
YUV166.7163.16124.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.56%
GREEN value IS 157 (61.72% from 255) = 28.65%
BLUE value IS 229 (89.84% from 255) = 41.79%
R=29.56%
G=28.65%
B=41.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1621572290.290.3100.10244.1758.0675.69
HexA29DE51D1F0Af43a4c
Octal242235345353701236472114
Binary101000101001110111100101111011111101010111101001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29DE5; }

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

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

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

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

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

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

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

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