#AFA9D8

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

Shades of Wistful #AFA9D8

Tints of Wistful #AFA9D8

Color information

#AFA9D8 (or 0xAFA9D8) is unknown color: approx Wistful. HEX triplet: AF, A9 and D8. RGB value is (175,169,216). Sum of RGB (Red+Green+Blue) = 175+169+216=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 216 (84.77% from 255 or 38.57% from 560); Max value from RGB is 216 - color contains mainly: blue. Hex color #AFA9D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA9D8 is #505627. Grayscale: #AFAFAF. Windows color (decimal): -5264936 or 14199215. OLE color: 14199215.

HSL color Cylindrical-coordinate representation of color #AFA9D8: hue angle of 247.66º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFA9D8 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175169216-
CMYK0.190.2200.15
HSL247.66º37.6%75.49%-
HSV(B)247.66º21.76%84.71%-
XYZ44.2642.4570.83-
YUV176.15150.49127.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.25%
GREEN value IS 169 (66.41% from 255) = 30.18%
BLUE value IS 216 (84.77% from 255) = 38.57%
R=31.25%
G=30.18%
B=38.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751692160.190.2200.15247.6637.675.49
HexAFA9D813160Ff8264b
Octal257251330232601737046113
Binary101011111010100111011000100111011001111111110001001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA9D8; }

 p { color: rgb(175,169,216); }

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

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

 a { background-color: rgb(175,169,216); }

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

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

 span { border-color: rgb(175,169,216); }

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