#AFADC8

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

Shades of Wistful #AFADC8

Tints of Wistful #AFADC8

Color information

#AFADC8 (or 0xAFADC8) is unknown color: approx Wistful. HEX triplet: AF, AD and C8. RGB value is (175,173,200). Sum of RGB (Red+Green+Blue) = 175+173+200=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 200 - color contains mainly: blue. Hex color #AFADC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADC8 is #505237. Grayscale: #B0B0B0. Windows color (decimal): -5263928 or 13151663. OLE color: 13151663.

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

Color convert

RGB175173200-
CMYK0.120.1400.22
HSL244.44º19.71%73.14%-
HSV(B)244.44º13.5%78.43%-
XYZ43.0543.1760.71-
YUV176.68141.16126.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.93%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 200 (78.52% from 255) = 36.50%
R=31.93%
G=31.57%
B=36.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751732000.120.1400.22244.4419.7173.14
HexAFADC8CE016f41449
Octal257255310141602636424111
Binary1010111110101101110010001100111001011011110100101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADC8; }

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

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

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

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

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

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

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

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