#A49FDE

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

Shades of Wistful #A49FDE

Tints of Wistful #A49FDE

Color information

#A49FDE (or 0xA49FDE) is unknown color: approx Wistful. HEX triplet: A4, 9F and DE. RGB value is (164,159,222). Sum of RGB (Red+Green+Blue) = 164+159+222=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #A49FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49FDE is #5B6021. Grayscale: #A7A7A7. Windows color (decimal): -5988386 or 14589860. OLE color: 14589860.

HSL color Cylindrical-coordinate representation of color #A49FDE: hue angle of 244.76º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A49FDE is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164159222-
CMYK0.260.2800.13
HSL244.76º48.84%74.71%-
HSV(B)244.76º28.38%87.06%-
XYZ40.8937.9674.28-
YUV167.68158.66125.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.09%
GREEN value IS 159 (62.5% from 255) = 29.17%
BLUE value IS 222 (87.11% from 255) = 40.73%
R=30.09%
G=29.17%
B=40.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641592220.260.2800.13244.7648.8474.71
HexA49FDE1A1C0Df5314b
Octal244237336323401536561113
Binary101001001001111111011110110101110001101111101011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49FDE; }

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

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

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

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

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

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

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

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