#A49EBF

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

Shades of Wistful #A49EBF

Tints of Wistful #A49EBF

Color information

#A49EBF (or 0xA49EBF) is unknown color: approx Wistful. HEX triplet: A4, 9E and BF. RGB value is (164,158,191). Sum of RGB (Red+Green+Blue) = 164+158+191=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #A49EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49EBF is #5B6140. Grayscale: #A3A3A3. Windows color (decimal): -5988673 or 12557988. OLE color: 12557988.

HSL color Cylindrical-coordinate representation of color #A49EBF: hue angle of 250.91º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A49EBF is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164158191-
CMYK0.140.1700.25
HSL250.91º20.5%68.43%-
HSV(B)250.91º17.28%74.9%-
XYZ36.9436.1154.31-
YUV163.56143.49128.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.97%
GREEN value IS 158 (62.11% from 255) = 30.80%
BLUE value IS 191 (75% from 255) = 37.23%
R=31.97%
G=30.80%
B=37.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641581910.140.1700.25250.9120.568.43
HexA49EBFE11019fb1444
Octal244236277162103137324104
Binary10100100100111101011111111101000101100111111011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49EBF; }

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

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

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

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

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

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

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

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