#ABA4BF

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

Shades of Wistful #ABA4BF

Tints of Wistful #ABA4BF

Color information

#ABA4BF (or 0xABA4BF) is unknown color: approx Wistful. HEX triplet: AB, A4 and BF. RGB value is (171,164,191). Sum of RGB (Red+Green+Blue) = 171+164+191=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 191 - color contains mainly: blue. Hex color #ABA4BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4BF is #545B40. Grayscale: #A9A9A9. Windows color (decimal): -5528385 or 12559531. OLE color: 12559531.

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

Color convert

RGB171164191-
CMYK0.100.1400.25
HSL255.56º17.42%69.61%-
HSV(B)255.56º14.14%74.9%-
XYZ39.4738.9754.73-
YUV169.17140.32129.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 164 (64.45% from 255) = 31.18%
BLUE value IS 191 (75% from 255) = 36.31%
R=32.51%
G=31.18%
B=36.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711641910.100.1400.25255.5617.4269.61
HexABA4BFAE0191001146
Octal253244277121603140021106
Binary10101011101001001011111110101110011001100000000100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA4BF; }

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

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

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

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

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

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

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

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