#AFACC1

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

Shades of Wistful #AFACC1

Tints of Wistful #AFACC1

Color information

#AFACC1 (or 0xAFACC1) is unknown color: approx Wistful. HEX triplet: AF, AC and C1. RGB value is (175,172,193). Sum of RGB (Red+Green+Blue) = 175+172+193=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 193 - color contains mainly: blue. Hex color #AFACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACC1 is #50533E. Grayscale: #AFAFAF. Windows color (decimal): -5264191 or 12692655. OLE color: 12692655.

HSL color Cylindrical-coordinate representation of color #AFACC1: hue angle of 248.57º degrees, saturation: 0.14, 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 #AFACC1 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB175172193-
CMYK0.090.1100.24
HSL248.57º14.48%71.57%-
HSV(B)248.57º10.88%75.69%-
XYZ42.0642.4756.43-
YUV175.29137.99127.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.41%
GREEN value IS 172 (67.58% from 255) = 31.85%
BLUE value IS 193 (75.78% from 255) = 35.74%
R=32.41%
G=31.85%
B=35.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751721930.090.1100.24248.5714.4871.57
HexAFACC19B018f9e48
Octal257254301111303037116110
Binary101011111010110011000001100110110110001111100111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACC1; }

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

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

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

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

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

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

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

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