#AFA8DE

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

Shades of Wistful #AFA8DE

Tints of Wistful #AFA8DE

Color information

#AFA8DE (or 0xAFA8DE) is unknown color: approx Wistful. HEX triplet: AF, A8 and DE. RGB value is (175,168,222). Sum of RGB (Red+Green+Blue) = 175+168+222=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFA8DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA8DE is #505721. Grayscale: #B0B0B0. Windows color (decimal): -5265186 or 14592175. OLE color: 14592175.

HSL color Cylindrical-coordinate representation of color #AFA8DE: hue angle of 247.78º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFA8DE is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175168222-
CMYK0.210.2400.13
HSL247.78º45%76.47%-
HSV(B)247.78º24.32%87.06%-
XYZ44.8742.3974.93-
YUV176.25153.82127.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.97%
GREEN value IS 168 (66.02% from 255) = 29.73%
BLUE value IS 222 (87.11% from 255) = 39.29%
R=30.97%
G=29.73%
B=39.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751682220.210.2400.13247.784576.47
HexAFA8DE15180Df82d4c
Octal257250336253001537055114
Binary101011111010100011011110101011100001101111110001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA8DE; }

 p { color: rgb(175,168,222); }

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

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

 a { background-color: rgb(175,168,222); }

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

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

 span { border-color: rgb(175,168,222); }

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