#A49EED

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

Shades of Wistful #A49EED

Tints of Wistful #A49EED

Color information

#A49EED (or 0xA49EED) is unknown color: approx Wistful. HEX triplet: A4, 9E and ED. RGB value is (164,158,237). Sum of RGB (Red+Green+Blue) = 164+158+237=559 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.34% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #A49EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49EED is #5B6112. Grayscale: #A8A8A8. Windows color (decimal): -5988627 or 15572644. OLE color: 15572644.

HSL color Cylindrical-coordinate representation of color #A49EED: hue angle of 244.56º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A49EED is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164158237-
CMYK0.310.3300.07
HSL244.56º68.7%77.45%-
HSV(B)244.56º33.33%92.94%-
XYZ42.8238.4685.29-
YUV168.8166.49124.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.34%
GREEN value IS 158 (62.11% from 255) = 28.26%
BLUE value IS 237 (92.97% from 255) = 42.40%
R=29.34%
G=28.26%
B=42.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641582370.310.3300.07244.5668.777.45
HexA49EED1F2107f5454d
Octal244236355374107365105115
Binary1010010010011110111011011111110000101111111010110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49EED; }

 p { color: rgb(164,158,237); }

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

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

 a { background-color: rgb(164,158,237); }

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

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

 span { border-color: rgb(164,158,237); }

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