#AFA9CB

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

Shades of Wistful #AFA9CB

Tints of Wistful #AFA9CB

Color information

#AFA9CB (or 0xAFA9CB) is unknown color: approx Wistful. HEX triplet: AF, A9 and CB. RGB value is (175,169,203). Sum of RGB (Red+Green+Blue) = 175+169+203=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFA9CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA9CB is #505634. Grayscale: #AEAEAE. Windows color (decimal): -5264949 or 13347247. OLE color: 13347247.

HSL color Cylindrical-coordinate representation of color #AFA9CB: hue angle of 250.59º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFA9CB is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175169203-
CMYK0.140.1700.20
HSL250.59º24.64%72.94%-
HSV(B)250.59º16.75%79.61%-
XYZ42.6541.862.32-
YUV174.67143.99128.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.99%
GREEN value IS 169 (66.41% from 255) = 30.90%
BLUE value IS 203 (79.69% from 255) = 37.11%
R=31.99%
G=30.90%
B=37.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751692030.140.1700.20250.5924.6472.94
HexAFA9CBE11014fb1949
Octal257251313162102437331111
Binary10101111101010011100101111101000101010011111011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA9CB; }

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

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

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

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

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

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

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

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