#A4A1BF

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

Shades of Wistful #A4A1BF

Tints of Wistful #A4A1BF

Color information

#A4A1BF (or 0xA4A1BF) is unknown color: approx Wistful. HEX triplet: A4, A1 and BF. RGB value is (164,161,191). Sum of RGB (Red+Green+Blue) = 164+161+191=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 191 - color contains mainly: blue. Hex color #A4A1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A1BF is #5B5E40. Grayscale: #A5A5A5. Windows color (decimal): -5987905 or 12558756. OLE color: 12558756.

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

Color convert

RGB164161191-
CMYK0.140.1600.25
HSL246º18.99%69.02%-
HSV(B)246º15.71%74.9%-
XYZ37.4637.1454.49-
YUV165.32142.49127.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.78%
GREEN value IS 161 (63.28% from 255) = 31.20%
BLUE value IS 191 (75% from 255) = 37.02%
R=31.78%
G=31.20%
B=37.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641611910.140.1600.2524618.9969.02
HexA4A1BFE10019f61345
Octal244241277162003136623105
Binary10100100101000011011111111101000001100111110110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A1BF; }

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

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

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

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

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

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

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

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