#AFA7CB

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

Shades of Wistful #AFA7CB

Tints of Wistful #AFA7CB

Color information

#AFA7CB (or 0xAFA7CB) is unknown color: approx Wistful. HEX triplet: AF, A7 and CB. RGB value is (175,167,203). Sum of RGB (Red+Green+Blue) = 175+167+203=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 167 (65.62% from 255 or 30.64% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFA7CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA7CB is #505834. Grayscale: #ADADAD. Windows color (decimal): -5265461 or 13346735. OLE color: 13346735.

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

Color convert

RGB175167203-
CMYK0.140.1800.20
HSL253.33º25.71%72.55%-
HSV(B)253.33º17.73%79.61%-
XYZ42.2841.0662.2-
YUV173.5144.65129.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 167 (65.62% from 255) = 30.64%
BLUE value IS 203 (79.69% from 255) = 37.25%
R=32.11%
G=30.64%
B=37.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751672030.140.1800.20253.3325.7172.55
HexAFA7CBE12014fd1a49
Octal257247313162202437532111
Binary10101111101001111100101111101001001010011111101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA7CB; }

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

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

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

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

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

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

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

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