#A49EE3

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

Shades of Wistful #A49EE3

Tints of Wistful #A49EE3

Color information

#A49EE3 (or 0xA49EE3) is unknown color: approx Wistful. HEX triplet: A4, 9E and E3. RGB value is (164,158,227). Sum of RGB (Red+Green+Blue) = 164+158+227=549 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.87% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 227 (89.06% from 255 or 41.35% from 549); Max value from RGB is 227 - color contains mainly: blue. Hex color #A49EE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49EE3 is #5B611C. Grayscale: #A7A7A7. Windows color (decimal): -5988637 or 14917284. OLE color: 14917284.

HSL color Cylindrical-coordinate representation of color #A49EE3: hue angle of 245.22º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A49EE3 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB164158227-
CMYK0.280.3000.11
HSL245.22º55.2%75.49%-
HSV(B)245.22º30.4%89.02%-
XYZ41.437.8977.8-
YUV167.66161.49125.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.87%
GREEN value IS 158 (62.11% from 255) = 28.78%
BLUE value IS 227 (89.06% from 255) = 41.35%
R=29.87%
G=28.78%
B=41.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1641582270.280.3000.11245.2255.275.49
HexA49EE31C1E0Bf5374b
Octal244236343343601336567113
Binary101001001001111011100011111001111001011111101011101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49EE3; }

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

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

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

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

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

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

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

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