#A49ECC

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

Shades of Wistful #A49ECC

Tints of Wistful #A49ECC

Color information

#A49ECC (or 0xA49ECC) is unknown color: approx Wistful. HEX triplet: A4, 9E and CC. RGB value is (164,158,204). Sum of RGB (Red+Green+Blue) = 164+158+204=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #A49ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49ECC is #5B6133. Grayscale: #A4A4A4. Windows color (decimal): -5988660 or 13409956. OLE color: 13409956.

HSL color Cylindrical-coordinate representation of color #A49ECC: hue angle of 247.83º degrees, saturation: 0.31, 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 #A49ECC is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB164158204-
CMYK0.200.2300.2
HSL247.83º31.08%70.98%-
HSV(B)247.83º22.55%80%-
XYZ38.4436.7162.19-
YUV165.04149.99127.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.18%
GREEN value IS 158 (62.11% from 255) = 30.04%
BLUE value IS 204 (80.08% from 255) = 38.78%
R=31.18%
G=30.04%
B=38.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1641582040.200.2300.2247.8331.0870.98
HexA49ECC1417014f81f47
Octal244236314242702437037107
Binary101001001001111011001100101001011101010011111000111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49ECC; }

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

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

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

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

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

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

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

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