#A49EEB

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

Shades of Wistful #A49EEB

Tints of Wistful #A49EEB

Color information

#A49EEB (or 0xA49EEB) is unknown color: approx Wistful. HEX triplet: A4, 9E and EB. RGB value is (164,158,235). Sum of RGB (Red+Green+Blue) = 164+158+235=557 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.44% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #A49EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49EEB is #5B6114. Grayscale: #A8A8A8. Windows color (decimal): -5988629 or 15441572. OLE color: 15441572.

HSL color Cylindrical-coordinate representation of color #A49EEB: hue angle of 244.68º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A49EEB is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164158235-
CMYK0.300.3300.08
HSL244.68º65.81%77.06%-
HSV(B)244.68º32.77%92.16%-
XYZ42.5338.3483.76-
YUV168.57165.49124.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.44%
GREEN value IS 158 (62.11% from 255) = 28.37%
BLUE value IS 235 (92.19% from 255) = 42.19%
R=29.44%
G=28.37%
B=42.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1641582350.300.3300.08244.6865.8177.06
HexA49EEB1E2108f5424d
Octal2442363533641010365102115
Binary10100100100111101110101111110100001010001111010110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49EEB; }

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

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

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

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

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

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

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

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