#A49AEE

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

Shades of Wistful #A49AEE

Tints of Wistful #A49AEE

Color information

#A49AEE (or 0xA49AEE) is unknown color: approx Wistful. HEX triplet: A4, 9A and EE. RGB value is (164,154,238). Sum of RGB (Red+Green+Blue) = 164+154+238=556 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.50% from 556); Green value is 154 (60.55% from 255 or 27.70% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #A49AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49AEE is #5B6511. Grayscale: #A6A6A6. Windows color (decimal): -5989650 or 15637156. OLE color: 15637156.

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

Color convert

RGB164154238-
CMYK0.310.3500.07
HSL247.14º71.19%76.86%-
HSV(B)247.14º35.29%93.33%-
XYZ42.337.1885.84-
YUV166.57168.31126.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.50%
GREEN value IS 154 (60.55% from 255) = 27.70%
BLUE value IS 238 (93.36% from 255) = 42.81%
R=29.50%
G=27.70%
B=42.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641542380.310.3500.07247.1471.1976.86
HexA49AEE1F2307f7474d
Octal244232356374307367107115
Binary1010010010011010111011101111110001101111111011110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49AEE; }

 p { color: rgb(164,154,238); }

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

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

 a { background-color: rgb(164,154,238); }

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

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

 span { border-color: rgb(164,154,238); }

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