#AFA9D0

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

Shades of Wistful #AFA9D0

Tints of Wistful #AFA9D0

Color information

#AFA9D0 (or 0xAFA9D0) is unknown color: approx Wistful. HEX triplet: AF, A9 and D0. RGB value is (175,169,208). Sum of RGB (Red+Green+Blue) = 175+169+208=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 169 (66.41% from 255 or 30.62% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 208 - color contains mainly: blue. Hex color #AFA9D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA9D0 is #50562F. Grayscale: #AFAFAF. Windows color (decimal): -5264944 or 13674927. OLE color: 13674927.

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

Color convert

RGB175169208-
CMYK0.160.1900.18
HSL249.23º29.32%73.92%-
HSV(B)249.23º18.75%81.57%-
XYZ43.2542.0465.51-
YUV175.24146.49127.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 169 (66.41% from 255) = 30.62%
BLUE value IS 208 (81.64% from 255) = 37.68%
R=31.70%
G=30.62%
B=37.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751692080.160.1900.18249.2329.3273.92
HexAFA9D01013012f91d4a
Octal257251320202302237135112
Binary101011111010100111010000100001001101001011111001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA9D0; }

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

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

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

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

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

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

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

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