#AFABCF

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

Shades of Wistful #AFABCF

Tints of Wistful #AFABCF

Color information

#AFABCF (or 0xAFABCF) is unknown color: approx Wistful. HEX triplet: AF, AB and CF. RGB value is (175,171,207). Sum of RGB (Red+Green+Blue) = 175+171+207=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFABCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABCF is #505430. Grayscale: #B0B0B0. Windows color (decimal): -5264433 or 13609903. OLE color: 13609903.

HSL color Cylindrical-coordinate representation of color #AFABCF: hue angle of 246.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFABCF is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175171207-
CMYK0.150.1700.19
HSL246.67º27.27%74.12%-
HSV(B)246.67º17.39%81.18%-
XYZ43.542.7464.99-
YUV176.3145.33127.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.65%
GREEN value IS 171 (67.19% from 255) = 30.92%
BLUE value IS 207 (81.25% from 255) = 37.43%
R=31.65%
G=30.92%
B=37.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751712070.150.1700.19246.6727.2774.12
HexAFABCFF11013f71b4a
Octal257253317172102336733112
Binary10101111101010111100111111111000101001111110111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABCF; }

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

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

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

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

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

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

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

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