#AFADC6

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

Shades of Wistful #AFADC6

Tints of Wistful #AFADC6

Color information

#AFADC6 (or 0xAFADC6) is unknown color: approx Wistful. HEX triplet: AF, AD and C6. RGB value is (175,173,198). Sum of RGB (Red+Green+Blue) = 175+173+198=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 198 (77.73% from 255 or 36.26% from 546); Max value from RGB is 198 - color contains mainly: blue. Hex color #AFADC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADC6 is #505239. Grayscale: #B0B0B0. Windows color (decimal): -5263930 or 13020591. OLE color: 13020591.

HSL color Cylindrical-coordinate representation of color #AFADC6: hue angle of 244.8º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFADC6 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB175173198-
CMYK0.120.1300.22
HSL244.8º17.99%72.75%-
HSV(B)244.8º12.63%77.65%-
XYZ42.8243.0859.48-
YUV176.45140.16126.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.05%
GREEN value IS 173 (67.97% from 255) = 31.68%
BLUE value IS 198 (77.73% from 255) = 36.26%
R=32.05%
G=31.68%
B=36.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751731980.120.1300.22244.817.9972.75
HexAFADC6CD016f51249
Octal257255306141502636522111
Binary1010111110101101110001101100110101011011110101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADC6; }

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

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

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

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

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

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

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

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