#AFACC2

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

Shades of Wistful #AFACC2

Tints of Wistful #AFACC2

Color information

#AFACC2 (or 0xAFACC2) is unknown color: approx Wistful. HEX triplet: AF, AC and C2. RGB value is (175,172,194). Sum of RGB (Red+Green+Blue) = 175+172+194=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 194 - color contains mainly: blue. Hex color #AFACC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACC2 is #50533D. Grayscale: #AFAFAF. Windows color (decimal): -5264190 or 12758191. OLE color: 12758191.

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

Color convert

RGB175172194-
CMYK0.100.1100.24
HSL248.18º15.28%71.76%-
HSV(B)248.18º11.34%76.08%-
XYZ42.1742.5157.02-
YUV175.4138.49127.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.35%
GREEN value IS 172 (67.58% from 255) = 31.79%
BLUE value IS 194 (76.17% from 255) = 35.86%
R=32.35%
G=31.79%
B=35.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751721940.100.1100.24248.1815.2871.76
HexAFACC2AB018f8f48
Octal257254302121303037017110
Binary101011111010110011000010101010110110001111100011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACC2; }

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

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

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

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

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

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

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

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