#ABAABF

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

Shades of Wistful #ABAABF

Tints of Wistful #ABAABF

Color information

#ABAABF (or 0xABAABF) is unknown color: approx Wistful. HEX triplet: AB, AA and BF. RGB value is (171,170,191). Sum of RGB (Red+Green+Blue) = 171+170+191=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 191 - color contains mainly: blue. Hex color #ABAABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAABF is #545540. Grayscale: #ACACAC. Windows color (decimal): -5526849 or 12561067. OLE color: 12561067.

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

Color convert

RGB171170191-
CMYK0.100.1100.25
HSL242.86º14.09%70.78%-
HSV(B)242.86º10.99%74.9%-
XYZ40.5741.1755.1-
YUV172.69138.33126.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.14%
GREEN value IS 170 (66.80% from 255) = 31.95%
BLUE value IS 191 (75% from 255) = 35.90%
R=32.14%
G=31.95%
B=35.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711701910.100.1100.25242.8614.0970.78
HexABAABFAB019f3e47
Octal253252277121303136316107
Binary101010111010101010111111101010110110011111001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAABF; }

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

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

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

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

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

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

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

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