#AFA8CB

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

Shades of Wistful #AFA8CB

Tints of Wistful #AFA8CB

Color information

#AFA8CB (or 0xAFA8CB) is unknown color: approx Wistful. HEX triplet: AF, A8 and CB. RGB value is (175,168,203). Sum of RGB (Red+Green+Blue) = 175+168+203=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 168 (66.02% from 255 or 30.77% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFA8CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA8CB is #505734. Grayscale: #ADADAD. Windows color (decimal): -5265205 or 13346991. OLE color: 13346991.

HSL color Cylindrical-coordinate representation of color #AFA8CB: hue angle of 252º 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 #AFA8CB is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175168203-
CMYK0.140.1700.20
HSL252º25.18%72.75%-
HSV(B)252º17.24%79.61%-
XYZ42.4641.4362.26-
YUV174.08144.32128.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.05%
GREEN value IS 168 (66.02% from 255) = 30.77%
BLUE value IS 203 (79.69% from 255) = 37.18%
R=32.05%
G=30.77%
B=37.18%

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
Decimal1751682030.140.1700.2025225.1872.75
HexAFA8CBE11014fc1949
Octal257250313162102437431111
Binary10101111101010001100101111101000101010011111100110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA8CB; }

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

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

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

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

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

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

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

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