#A49FBF

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

Shades of Wistful #A49FBF

Tints of Wistful #A49FBF

Color information

#A49FBF (or 0xA49FBF) is unknown color: approx Wistful. HEX triplet: A4, 9F and BF. RGB value is (164,159,191). Sum of RGB (Red+Green+Blue) = 164+159+191=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 191 - color contains mainly: blue. Hex color #A49FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49FBF is #5B6040. Grayscale: #A4A4A4. Windows color (decimal): -5988417 or 12558244. OLE color: 12558244.

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

Color convert

RGB164159191-
CMYK0.140.1700.25
HSL249.38º20%68.63%-
HSV(B)249.38º16.75%74.9%-
XYZ37.1136.4554.37-
YUV164.14143.16127.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.91%
GREEN value IS 159 (62.5% from 255) = 30.93%
BLUE value IS 191 (75% from 255) = 37.16%
R=31.91%
G=30.93%
B=37.16%

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
Decimal1641591910.140.1700.25249.382068.63
HexA49FBFE11019f91445
Octal244237277162103137124105
Binary10100100100111111011111111101000101100111111001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49FBF; }

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

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

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

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

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

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

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

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