#AFACC4

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

Shades of Wistful #AFACC4

Tints of Wistful #AFACC4

Color information

#AFACC4 (or 0xAFACC4) is unknown color: approx Wistful. HEX triplet: AF, AC and C4. RGB value is (175,172,196). Sum of RGB (Red+Green+Blue) = 175+172+196=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 172 (67.58% from 255 or 31.68% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 196 - color contains mainly: blue. Hex color #AFACC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACC4 is #50533B. Grayscale: #AFAFAF. Windows color (decimal): -5264188 or 12889263. OLE color: 12889263.

HSL color Cylindrical-coordinate representation of color #AFACC4: hue angle of 247.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFACC4 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB175172196-
CMYK0.110.1200.23
HSL247.5º16.9%72.16%-
HSV(B)247.5º12.24%76.86%-
XYZ42.442.658.21-
YUV175.63139.49127.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.23%
GREEN value IS 172 (67.58% from 255) = 31.68%
BLUE value IS 196 (76.95% from 255) = 36.10%
R=32.23%
G=31.68%
B=36.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751721960.110.1200.23247.516.972.16
HexAFACC4BC017f81148
Octal257254304131402737021110
Binary1010111110101100110001001011110001011111111000100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACC4; }

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

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

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

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

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

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

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

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