#AFA8D5

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

Shades of Wistful #AFA8D5

Tints of Wistful #AFA8D5

Color information

#AFA8D5 (or 0xAFA8D5) is unknown color: approx Wistful. HEX triplet: AF, A8 and D5. RGB value is (175,168,213). Sum of RGB (Red+Green+Blue) = 175+168+213=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 213 (83.59% from 255 or 38.31% from 556); Max value from RGB is 213 - color contains mainly: blue. Hex color #AFA8D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA8D5 is #50572A. Grayscale: #AFAFAF. Windows color (decimal): -5265195 or 14002351. OLE color: 14002351.

HSL color Cylindrical-coordinate representation of color #AFA8D5: hue angle of 249.33º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFA8D5 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175168213-
CMYK0.180.2100.16
HSL249.33º34.88%74.71%-
HSV(B)249.33º21.13%83.53%-
XYZ43.6941.9268.74-
YUV175.22149.32127.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.47%
GREEN value IS 168 (66.02% from 255) = 30.22%
BLUE value IS 213 (83.59% from 255) = 38.31%
R=31.47%
G=30.22%
B=38.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751682130.180.2100.16249.3334.8874.71
HexAFA8D51215010f9234b
Octal257250325222502037143113
Binary1010111110101000110101011001010101010000111110011000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA8D5; }

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

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

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

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

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

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

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

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