#A49CBF

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

Shades of Wistful #A49CBF

Tints of Wistful #A49CBF

Color information

#A49CBF (or 0xA49CBF) is unknown color: approx Wistful. HEX triplet: A4, 9C and BF. RGB value is (164,156,191). Sum of RGB (Red+Green+Blue) = 164+156+191=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 191 - color contains mainly: blue. Hex color #A49CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49CBF is #5B6340. Grayscale: #A2A2A2. Windows color (decimal): -5989185 or 12557476. OLE color: 12557476.

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

Color convert

RGB164156191-
CMYK0.140.1800.25
HSL253.71º21.47%68.04%-
HSV(B)253.71º18.32%74.9%-
XYZ36.635.4354.2-
YUV162.38144.15129.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.09%
GREEN value IS 156 (61.33% from 255) = 30.53%
BLUE value IS 191 (75% from 255) = 37.38%
R=32.09%
G=30.53%
B=37.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641561910.140.1800.25253.7121.4768.04
HexA49CBFE12019fe1544
Octal244234277162203137625104
Binary10100100100111001011111111101001001100111111110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49CBF; }

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

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

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

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

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

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

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

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