#AFAABF

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

Shades of Wistful #AFAABF

Tints of Wistful #AFAABF

Color information

#AFAABF (or 0xAFAABF) is unknown color: approx Wistful. HEX triplet: AF, AA and BF. RGB value is (175,170,191). Sum of RGB (Red+Green+Blue) = 175+170+191=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 191 - color contains mainly: blue. Hex color #AFAABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAABF is #505540. Grayscale: #ADADAD. Windows color (decimal): -5264705 or 12561071. OLE color: 12561071.

HSL color Cylindrical-coordinate representation of color #AFAABF: hue angle of 254.29º 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 #AFAABF is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175170191-
CMYK0.080.1100.25
HSL254.29º14.09%70.78%-
HSV(B)254.29º10.99%74.9%-
XYZ41.4641.6255.14-
YUV173.89137.66128.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.65%
GREEN value IS 170 (66.80% from 255) = 31.72%
BLUE value IS 191 (75% from 255) = 35.63%
R=32.65%
G=31.72%
B=35.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751701910.080.1100.25254.2914.0970.78
HexAFAABF8B019fee47
Octal257252277101303137616107
Binary101011111010101010111111100010110110011111111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAABF; }

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

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

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

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

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

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

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

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