#AFADC9

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

Shades of Wistful #AFADC9

Tints of Wistful #AFADC9

Color information

#AFADC9 (or 0xAFADC9) is unknown color: approx Wistful. HEX triplet: AF, AD and C9. RGB value is (175,173,201). Sum of RGB (Red+Green+Blue) = 175+173+201=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 201 - color contains mainly: blue. Hex color #AFADC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADC9 is #505236. Grayscale: #B0B0B0. Windows color (decimal): -5263927 or 13217199. OLE color: 13217199.

HSL color Cylindrical-coordinate representation of color #AFADC9: hue angle of 244.29º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFADC9 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175173201-
CMYK0.130.1400.21
HSL244.29º20.59%73.33%-
HSV(B)244.29º13.93%78.82%-
XYZ43.1743.2261.33-
YUV176.79141.66126.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.88%
GREEN value IS 173 (67.97% from 255) = 31.51%
BLUE value IS 201 (78.91% from 255) = 36.61%
R=31.88%
G=31.51%
B=36.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751732010.130.1400.21244.2920.5973.33
HexAFADC9DE015f41549
Octal257255311151602536425111
Binary1010111110101101110010011101111001010111110100101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADC9; }

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

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

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

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

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

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

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

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