#AFABD1

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

Shades of Wistful #AFABD1

Tints of Wistful #AFABD1

Color information

#AFABD1 (or 0xAFABD1) is unknown color: approx Wistful. HEX triplet: AF, AB and D1. RGB value is (175,171,209). Sum of RGB (Red+Green+Blue) = 175+171+209=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 209 (82.03% from 255 or 37.66% from 555); Max value from RGB is 209 - color contains mainly: blue. Hex color #AFABD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABD1 is #50542E. Grayscale: #B0B0B0. Windows color (decimal): -5264431 or 13740975. OLE color: 13740975.

HSL color Cylindrical-coordinate representation of color #AFABD1: hue angle of 246.32º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFABD1 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB175171209-
CMYK0.160.1800.18
HSL246.32º29.23%74.51%-
HSV(B)246.32º18.18%81.96%-
XYZ43.7542.8466.29-
YUV176.53146.33126.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.53%
GREEN value IS 171 (67.19% from 255) = 30.81%
BLUE value IS 209 (82.03% from 255) = 37.66%
R=31.53%
G=30.81%
B=37.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751712090.160.1800.18246.3229.2374.51
HexAFABD11012012f61d4b
Octal257253321202202236635113
Binary101011111010101111010001100001001001001011110110111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABD1; }

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

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

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

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

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

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

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

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