#A49ECD

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

Shades of Wistful #A49ECD

Tints of Wistful #A49ECD

Color information

#A49ECD (or 0xA49ECD) is unknown color: approx Wistful. HEX triplet: A4, 9E and CD. RGB value is (164,158,205). Sum of RGB (Red+Green+Blue) = 164+158+205=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #A49ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49ECD is #5B6132. Grayscale: #A4A4A4. Windows color (decimal): -5988659 or 13475492. OLE color: 13475492.

HSL color Cylindrical-coordinate representation of color #A49ECD: hue angle of 247.66º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A49ECD is Cyan = 0.2, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164158205-
CMYK0.20.2300.20
HSL247.66º31.97%71.18%-
HSV(B)247.66º22.93%80.39%-
XYZ38.5636.7562.82-
YUV165.15150.49127.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.12%
GREEN value IS 158 (62.11% from 255) = 29.98%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=31.12%
G=29.98%
B=38.90%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641582050.20.2300.20247.6631.9771.18
HexA49ECD1417014f82047
Octal244236315242702437040107
Binary1010010010011110110011011010010111010100111110001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49ECD; }

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

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

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

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

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

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

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

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