#A29ED4

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

Shades of Wistful #A29ED4

Tints of Wistful #A29ED4

Color information

#A29ED4 (or 0xA29ED4) is unknown color: approx Wistful. HEX triplet: A2, 9E and D4. RGB value is (162,158,212). Sum of RGB (Red+Green+Blue) = 162+158+212=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 212 (83.20% from 255 or 39.85% from 532); Max value from RGB is 212 - color contains mainly: blue. Hex color #A29ED4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29ED4 is #5D612B. Grayscale: #A5A5A5. Windows color (decimal): -6119724 or 13934242. OLE color: 13934242.

HSL color Cylindrical-coordinate representation of color #A29ED4: hue angle of 244.44º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A29ED4 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB162158212-
CMYK0.240.2500.17
HSL244.44º38.57%72.55%-
HSV(B)244.44º25.47%83.14%-
XYZ39.0136.8967.35-
YUV165.35154.33125.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.45%
GREEN value IS 158 (62.11% from 255) = 29.70%
BLUE value IS 212 (83.20% from 255) = 39.85%
R=30.45%
G=29.70%
B=39.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1621582120.240.2500.17244.4438.5772.55
HexA29ED41819011f42749
Octal242236324303102136447111
Binary1010001010011110110101001100011001010001111101001001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29ED4; }

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

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

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

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

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

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

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

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