#AFACC3

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

Shades of Wistful #AFACC3

Tints of Wistful #AFACC3

Color information

#AFACC3 (or 0xAFACC3) is unknown color: approx Wistful. HEX triplet: AF, AC and C3. RGB value is (175,172,195). Sum of RGB (Red+Green+Blue) = 175+172+195=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 195 - color contains mainly: blue. Hex color #AFACC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACC3 is #50533C. Grayscale: #AFAFAF. Windows color (decimal): -5264189 or 12823727. OLE color: 12823727.

HSL color Cylindrical-coordinate representation of color #AFACC3: hue angle of 247.83º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFACC3 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB175172195-
CMYK0.100.1200.24
HSL247.83º16.08%71.96%-
HSV(B)247.83º11.79%76.47%-
XYZ42.2842.5657.62-
YUV175.52138.99127.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 172 (67.58% from 255) = 31.73%
BLUE value IS 195 (76.56% from 255) = 35.98%
R=32.29%
G=31.73%
B=35.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751721950.100.1200.24247.8316.0871.96
HexAFACC3AC018f81048
Octal257254303121403037020110
Binary1010111110101100110000111010110001100011111000100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACC3; }

 p { color: rgb(175,172,195); }

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

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

 a { background-color: rgb(175,172,195); }

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

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

 span { border-color: rgb(175,172,195); }

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