#A49EDD

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

Shades of Wistful #A49EDD

Tints of Wistful #A49EDD

Color information

#A49EDD (or 0xA49EDD) is unknown color: approx Wistful. HEX triplet: A4, 9E and DD. RGB value is (164,158,221). Sum of RGB (Red+Green+Blue) = 164+158+221=543 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.20% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #A49EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49EDD is #5B6122. Grayscale: #A6A6A6. Windows color (decimal): -5988643 or 14524068. OLE color: 14524068.

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

Color convert

RGB164158221-
CMYK0.260.2900.13
HSL245.71º48.09%74.31%-
HSV(B)245.71º28.51%86.67%-
XYZ40.5937.5773.52-
YUV166.98158.49125.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.20%
GREEN value IS 158 (62.11% from 255) = 29.10%
BLUE value IS 221 (86.72% from 255) = 40.70%
R=30.20%
G=29.10%
B=40.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641582210.260.2900.13245.7148.0974.31
HexA49EDD1A1D0Df6304a
Octal244236335323501536660112
Binary101001001001111011011101110101110101101111101101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49EDD; }

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

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

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

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

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

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

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

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