#AFADC7

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

Shades of Wistful #AFADC7

Tints of Wistful #AFADC7

Color information

#AFADC7 (or 0xAFADC7) is unknown color: approx Wistful. HEX triplet: AF, AD and C7. RGB value is (175,173,199). Sum of RGB (Red+Green+Blue) = 175+173+199=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 199 (78.12% from 255 or 36.38% from 547); Max value from RGB is 199 - color contains mainly: blue. Hex color #AFADC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADC7 is #505238. Grayscale: #B0B0B0. Windows color (decimal): -5263929 or 13086127. OLE color: 13086127.

HSL color Cylindrical-coordinate representation of color #AFADC7: hue angle of 244.62º degrees, saturation: 0.19, 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 #AFADC7 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB175173199-
CMYK0.120.1300.22
HSL244.62º18.84%72.94%-
HSV(B)244.62º13.07%78.04%-
XYZ42.9343.1260.09-
YUV176.56140.66126.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.99%
GREEN value IS 173 (67.97% from 255) = 31.63%
BLUE value IS 199 (78.12% from 255) = 36.38%
R=31.99%
G=31.63%
B=36.38%

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
Decimal1751731990.120.1300.22244.6218.8472.94
HexAFADC7CD016f51349
Octal257255307141502636523111
Binary1010111110101101110001111100110101011011110101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADC7; }

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

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

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

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

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

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

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

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