#A49DE0

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

Shades of Wistful #A49DE0

Tints of Wistful #A49DE0

Color information

#A49DE0 (or 0xA49DE0) is unknown color: approx Wistful. HEX triplet: A4, 9D and E0. RGB value is (164,157,224). Sum of RGB (Red+Green+Blue) = 164+157+224=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 224 - color contains mainly: blue. Hex color #A49DE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DE0 is #5B621F. Grayscale: #A6A6A6. Windows color (decimal): -5988896 or 14720420. OLE color: 14720420.

HSL color Cylindrical-coordinate representation of color #A49DE0: hue angle of 246.27º degrees, saturation: 0.52, 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 #A49DE0 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB164157224-
CMYK0.270.3000.12
HSL246.27º51.94%74.71%-
HSV(B)246.27º29.91%87.84%-
XYZ40.8237.3975.59-
YUV166.73160.32126.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.09%
GREEN value IS 157 (61.72% from 255) = 28.81%
BLUE value IS 224 (87.89% from 255) = 41.10%
R=30.09%
G=28.81%
B=41.10%

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
Decimal1641572240.270.3000.12246.2751.9474.71
HexA49DE01B1E0Cf6344b
Octal244235340333601436664113
Binary101001001001110111100000110111111001100111101101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49DE0; }

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

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

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

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

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

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

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

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