#AFABD7

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

Shades of Wistful #AFABD7

Tints of Wistful #AFABD7

Color information

#AFABD7 (or 0xAFABD7) is unknown color: approx Wistful. HEX triplet: AF, AB and D7. RGB value is (175,171,215). Sum of RGB (Red+Green+Blue) = 175+171+215=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 215 - color contains mainly: blue. Hex color #AFABD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABD7 is #505428. Grayscale: #B1B1B1. Windows color (decimal): -5264425 or 14134191. OLE color: 14134191.

HSL color Cylindrical-coordinate representation of color #AFABD7: hue angle of 245.45º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFABD7 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175171215-
CMYK0.190.2000.16
HSL245.45º35.48%75.69%-
HSV(B)245.45º20.47%84.31%-
XYZ44.5143.1570.27-
YUV177.21149.33126.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 171 (67.19% from 255) = 30.48%
BLUE value IS 215 (84.38% from 255) = 38.32%
R=31.19%
G=30.48%
B=38.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751712150.190.2000.16245.4535.4875.69
HexAFABD71314010f5234c
Octal257253327232402036543114
Binary1010111110101011110101111001110100010000111101011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABD7; }

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

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

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

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

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

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

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

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