#A49BDE

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

Shades of Wistful #A49BDE

Tints of Wistful #A49BDE

Color information

#A49BDE (or 0xA49BDE) is unknown color: approx Wistful. HEX triplet: A4, 9B and DE. RGB value is (164,155,222). Sum of RGB (Red+Green+Blue) = 164+155+222=541 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.31% from 541); Green value is 155 (60.94% from 255 or 28.65% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #A49BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BDE is #5B6421. Grayscale: #A5A5A5. Windows color (decimal): -5989410 or 14588836. OLE color: 14588836.

HSL color Cylindrical-coordinate representation of color #A49BDE: hue angle of 248.06º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A49BDE is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164155222-
CMYK0.260.3000.13
HSL248.06º50.38%73.92%-
HSV(B)248.06º30.18%87.06%-
XYZ40.2236.6174.05-
YUV165.33159.98127.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.31%
GREEN value IS 155 (60.94% from 255) = 28.65%
BLUE value IS 222 (87.11% from 255) = 41.04%
R=30.31%
G=28.65%
B=41.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641552220.260.3000.13248.0650.3873.92
HexA49BDE1A1E0Df8324a
Octal244233336323601537062112
Binary101001001001101111011110110101111001101111110001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49BDE; }

 p { color: rgb(164,155,222); }

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

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

 a { background-color: rgb(164,155,222); }

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

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

 span { border-color: rgb(164,155,222); }

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