#AFADC4

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

Shades of Wistful #AFADC4

Tints of Wistful #AFADC4

Color information

#AFADC4 (or 0xAFADC4) is unknown color: approx Wistful. HEX triplet: AF, AD and C4. RGB value is (175,173,196). Sum of RGB (Red+Green+Blue) = 175+173+196=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 196 (76.95% from 255 or 36.03% from 544); Max value from RGB is 196 - color contains mainly: blue. Hex color #AFADC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADC4 is #50523B. Grayscale: #B0B0B0. Windows color (decimal): -5263932 or 12889519. OLE color: 12889519.

HSL color Cylindrical-coordinate representation of color #AFADC4: hue angle of 245.22º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFADC4 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB175173196-
CMYK0.110.1200.23
HSL245.22º16.31%72.35%-
HSV(B)245.22º11.73%76.86%-
XYZ42.5942.9958.28-
YUV176.22139.16127.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.17%
GREEN value IS 173 (67.97% from 255) = 31.80%
BLUE value IS 196 (76.95% from 255) = 36.03%
R=32.17%
G=31.80%
B=36.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751731960.110.1200.23245.2216.3172.35
HexAFADC4BC017f51048
Octal257255304131402736520110
Binary1010111110101101110001001011110001011111110101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADC4; }

 p { color: rgb(175,173,196); }

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

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

 a { background-color: rgb(175,173,196); }

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

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

 span { border-color: rgb(175,173,196); }

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