#A29DE8

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

Shades of Wistful #A29DE8

Tints of Wistful #A29DE8

Color information

#A29DE8 (or 0xA29DE8) is unknown color: approx Wistful. HEX triplet: A2, 9D and E8. RGB value is (162,157,232). Sum of RGB (Red+Green+Blue) = 162+157+232=551 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.40% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 232 (91.02% from 255 or 42.11% from 551); Max value from RGB is 232 - color contains mainly: blue. Hex color #A29DE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29DE8 is #5D6217. Grayscale: #A6A6A6. Windows color (decimal): -6119960 or 15244706. OLE color: 15244706.

HSL color Cylindrical-coordinate representation of color #A29DE8: hue angle of 244º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A29DE8 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB162157232-
CMYK0.300.3200.09
HSL244º61.98%76.27%-
HSV(B)244º32.33%90.98%-
XYZ41.5237.6281.42-
YUV167.04164.66124.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.40%
GREEN value IS 157 (61.72% from 255) = 28.49%
BLUE value IS 232 (91.02% from 255) = 42.11%
R=29.40%
G=28.49%
B=42.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1621572320.300.3200.0924461.9876.27
HexA29DE81E2009f43e4c
Octal242235350364001136476114
Binary1010001010011101111010001111010000001001111101001111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29DE8; }

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

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

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

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

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

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

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

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