#AFACD3

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

Shades of Wistful #AFACD3

Tints of Wistful #AFACD3

Color information

#AFACD3 (or 0xAFACD3) is unknown color: approx Wistful. HEX triplet: AF, AC and D3. RGB value is (175,172,211). Sum of RGB (Red+Green+Blue) = 175+172+211=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 211 (82.81% from 255 or 37.81% from 558); Max value from RGB is 211 - color contains mainly: blue. Hex color #AFACD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACD3 is #50532C. Grayscale: #B1B1B1. Windows color (decimal): -5264173 or 13872303. OLE color: 13872303.

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

Color convert

RGB175172211-
CMYK0.170.1800.17
HSL244.62º30.71%75.1%-
HSV(B)244.62º18.48%82.75%-
XYZ44.1943.3267.66-
YUV177.34146.99126.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 172 (67.58% from 255) = 30.82%
BLUE value IS 211 (82.81% from 255) = 37.81%
R=31.36%
G=30.82%
B=37.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1751722110.170.1800.17244.6230.7175.1
HexAFACD31112011f51f4b
Octal257254323212202136537113
Binary101011111010110011010011100011001001000111110101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACD3; }

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

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

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

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

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

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

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

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