#A49DE1

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

Shades of Wistful #A49DE1

Tints of Wistful #A49DE1

Color information

#A49DE1 (or 0xA49DE1) is unknown color: approx Wistful. HEX triplet: A4, 9D and E1. RGB value is (164,157,225). Sum of RGB (Red+Green+Blue) = 164+157+225=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 225 (88.28% from 255 or 41.21% from 546); Max value from RGB is 225 - color contains mainly: blue. Hex color #A49DE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DE1 is #5B621E. Grayscale: #A6A6A6. Windows color (decimal): -5988895 or 14785956. OLE color: 14785956.

HSL color Cylindrical-coordinate representation of color #A49DE1: hue angle of 246.18º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A49DE1 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB164157225-
CMYK0.270.3000.12
HSL246.18º53.12%74.9%-
HSV(B)246.18º30.22%88.24%-
XYZ40.9637.4476.3-
YUV166.84160.82125.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.04%
GREEN value IS 157 (61.72% from 255) = 28.75%
BLUE value IS 225 (88.28% from 255) = 41.21%
R=30.04%
G=28.75%
B=41.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1641572250.270.3000.12246.1853.1274.9
HexA49DE11B1E0Cf6354b
Octal244235341333601436665113
Binary101001001001110111100001110111111001100111101101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49DE1; }

 p { color: rgb(164,157,225); }

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

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

 a { background-color: rgb(164,157,225); }

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

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

 span { border-color: rgb(164,157,225); }

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