#AFACD1

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

Shades of Wistful #AFACD1

Tints of Wistful #AFACD1

Color information

#AFACD1 (or 0xAFACD1) is unknown color: approx Wistful. HEX triplet: AF, AC and D1. RGB value is (175,172,209). Sum of RGB (Red+Green+Blue) = 175+172+209=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 209 - color contains mainly: blue. Hex color #AFACD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACD1 is #50532E. Grayscale: #B0B0B0. Windows color (decimal): -5264175 or 13741231. OLE color: 13741231.

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

Color convert

RGB175172209-
CMYK0.160.1800.18
HSL244.86º28.68%74.71%-
HSV(B)244.86º17.7%81.96%-
XYZ43.9443.2266.35-
YUV177.11145.99126.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.47%
GREEN value IS 172 (67.58% from 255) = 30.94%
BLUE value IS 209 (82.03% from 255) = 37.59%
R=31.47%
G=30.94%
B=37.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751722090.160.1800.18244.8628.6874.71
HexAFACD11012012f51d4b
Octal257254321202202236535113
Binary101011111010110011010001100001001001001011110101111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACD1; }

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

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

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

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

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

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

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

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