#A49ECF

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

Shades of Wistful #A49ECF

Tints of Wistful #A49ECF

Color information

#A49ECF (or 0xA49ECF) is unknown color: approx Wistful. HEX triplet: A4, 9E and CF. RGB value is (164,158,207). Sum of RGB (Red+Green+Blue) = 164+158+207=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #A49ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49ECF is #5B6130. Grayscale: #A5A5A5. Windows color (decimal): -5988657 or 13606564. OLE color: 13606564.

HSL color Cylindrical-coordinate representation of color #A49ECF: hue angle of 247.35º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A49ECF is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164158207-
CMYK0.210.2400.19
HSL247.35º33.79%71.57%-
HSV(B)247.35º23.67%81.18%-
XYZ38.836.8564.1-
YUV165.38151.49127.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.00%
GREEN value IS 158 (62.11% from 255) = 29.87%
BLUE value IS 207 (81.25% from 255) = 39.13%
R=31.00%
G=29.87%
B=39.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641582070.210.2400.19247.3533.7971.57
HexA49ECF1518013f72248
Octal244236317253002336742110
Binary1010010010011110110011111010111000010011111101111000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49ECF; }

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

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

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

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

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

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

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

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