#AFA9D4

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

Shades of Wistful #AFA9D4

Tints of Wistful #AFA9D4

Color information

#AFA9D4 (or 0xAFA9D4) is unknown color: approx Wistful. HEX triplet: AF, A9 and D4. RGB value is (175,169,212). Sum of RGB (Red+Green+Blue) = 175+169+212=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 212 - color contains mainly: blue. Hex color #AFA9D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA9D4 is #50562B. Grayscale: #AFAFAF. Windows color (decimal): -5264940 or 13937071. OLE color: 13937071.

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

Color convert

RGB175169212-
CMYK0.170.2000.17
HSL248.37º33.33%74.71%-
HSV(B)248.37º20.28%83.14%-
XYZ43.7542.2468.14-
YUV175.7148.49127.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.47%
GREEN value IS 169 (66.41% from 255) = 30.40%
BLUE value IS 212 (83.20% from 255) = 38.13%
R=31.47%
G=30.40%
B=38.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1751692120.170.2000.17248.3733.3374.71
HexAFA9D41114011f8214b
Octal257251324212402137041113
Binary1010111110101001110101001000110100010001111110001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA9D4; }

 p { color: rgb(175,169,212); }

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

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

 a { background-color: rgb(175,169,212); }

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

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

 span { border-color: rgb(175,169,212); }

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