#AFABCB

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

Shades of Wistful #AFABCB

Tints of Wistful #AFABCB

Color information

#AFABCB (or 0xAFABCB) is unknown color: approx Wistful. HEX triplet: AF, AB and CB. RGB value is (175,171,203). Sum of RGB (Red+Green+Blue) = 175+171+203=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABCB is #505434. Grayscale: #AFAFAF. Windows color (decimal): -5264437 or 13347759. OLE color: 13347759.

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

Color convert

RGB175171203-
CMYK0.140.1600.20
HSL247.5º23.53%73.33%-
HSV(B)247.5º15.76%79.61%-
XYZ43.0242.5562.45-
YUV175.84143.33127.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.88%
GREEN value IS 171 (67.19% from 255) = 31.15%
BLUE value IS 203 (79.69% from 255) = 36.98%
R=31.88%
G=31.15%
B=36.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751712030.140.1600.20247.523.5373.33
HexAFABCBE10014f81849
Octal257253313162002437030111
Binary10101111101010111100101111101000001010011111000110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABCB; }

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

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

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

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

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

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

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

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