#A49ED5

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

Shades of Wistful #A49ED5

Tints of Wistful #A49ED5

Color information

#A49ED5 (or 0xA49ED5) is unknown color: approx Wistful. HEX triplet: A4, 9E and D5. RGB value is (164,158,213). Sum of RGB (Red+Green+Blue) = 164+158+213=535 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.65% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #A49ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49ED5 is #5B612A. Grayscale: #A5A5A5. Windows color (decimal): -5988651 or 13999780. OLE color: 13999780.

HSL color Cylindrical-coordinate representation of color #A49ED5: hue angle of 246.55º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A49ED5 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB164158213-
CMYK0.230.2600.16
HSL246.55º39.57%72.75%-
HSV(B)246.55º25.82%83.53%-
XYZ39.5537.1568.04-
YUV166.06154.49126.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.65%
GREEN value IS 158 (62.11% from 255) = 29.53%
BLUE value IS 213 (83.59% from 255) = 39.81%
R=30.65%
G=29.53%
B=39.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1641582130.230.2600.16246.5539.5772.75
HexA49ED5171A010f72849
Octal244236325273202036750111
Binary1010010010011110110101011011111010010000111101111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49ED5; }

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

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

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

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

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

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

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

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