#AFABCD

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

Shades of Wistful #AFABCD

Tints of Wistful #AFABCD

Color information

#AFABCD (or 0xAFABCD) is unknown color: approx Wistful. HEX triplet: AF, AB and CD. RGB value is (175,171,205). Sum of RGB (Red+Green+Blue) = 175+171+205=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABCD is #505432. Grayscale: #AFAFAF. Windows color (decimal): -5264435 or 13478831. OLE color: 13478831.

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

Color convert

RGB175171205-
CMYK0.150.1700.20
HSL247.06º25.37%73.73%-
HSV(B)247.06º16.59%80.39%-
XYZ43.2642.6563.71-
YUV176.07144.33127.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.76%
GREEN value IS 171 (67.19% from 255) = 31.03%
BLUE value IS 205 (80.47% from 255) = 37.21%
R=31.76%
G=31.03%
B=37.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751712050.150.1700.20247.0625.3773.73
HexAFABCDF11014f7194a
Octal257253315172102436731112
Binary10101111101010111100110111111000101010011110111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABCD; }

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

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

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

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

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

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

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

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