#A49BBF

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

Shades of Wistful #A49BBF

Tints of Wistful #A49BBF

Color information

#A49BBF (or 0xA49BBF) is unknown color: approx Wistful. HEX triplet: A4, 9B and BF. RGB value is (164,155,191). Sum of RGB (Red+Green+Blue) = 164+155+191=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #A49BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BBF is #5B6440. Grayscale: #A1A1A1. Windows color (decimal): -5989441 or 12557220. OLE color: 12557220.

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

Color convert

RGB164155191-
CMYK0.140.1900.25
HSL255º21.95%67.84%-
HSV(B)255º18.85%74.9%-
XYZ36.4435.154.14-
YUV161.8144.48129.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.16%
GREEN value IS 155 (60.94% from 255) = 30.39%
BLUE value IS 191 (75% from 255) = 37.45%
R=32.16%
G=30.39%
B=37.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641551910.140.1900.2525521.9567.84
HexA49BBFE13019ff1644
Octal244233277162303137726104
Binary10100100100110111011111111101001101100111111111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49BBF; }

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

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

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

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

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

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

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

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