#AFACD0

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

Shades of Wistful #AFACD0

Tints of Wistful #AFACD0

Color information

#AFACD0 (or 0xAFACD0) is unknown color: approx Wistful. HEX triplet: AF, AC and D0. RGB value is (175,172,208). Sum of RGB (Red+Green+Blue) = 175+172+208=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 208 - color contains mainly: blue. Hex color #AFACD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACD0 is #50532F. Grayscale: #B0B0B0. Windows color (decimal): -5264176 or 13675695. OLE color: 13675695.

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

Color convert

RGB175172208-
CMYK0.160.1700.18
HSL245º27.69%74.51%-
HSV(B)245º17.31%81.57%-
XYZ43.8243.1765.7-
YUV177145.49126.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.53%
GREEN value IS 172 (67.58% from 255) = 30.99%
BLUE value IS 208 (81.64% from 255) = 37.48%
R=31.53%
G=30.99%
B=37.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751722080.160.1700.1824527.6974.51
HexAFACD01011012f51c4b
Octal257254320202102236534113
Binary101011111010110011010000100001000101001011110101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACD0; }

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

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

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

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

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

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

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

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