#A39EBF

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

Shades of Wistful #A39EBF

Tints of Wistful #A39EBF

Color information

#A39EBF (or 0xA39EBF) is unknown color: approx Wistful. HEX triplet: A3, 9E and BF. RGB value is (163,158,191). Sum of RGB (Red+Green+Blue) = 163+158+191=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #A39EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39EBF is #5C6140. Grayscale: #A3A3A3. Windows color (decimal): -6054209 or 12557987. OLE color: 12557987.

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

Color convert

RGB163158191-
CMYK0.150.1700.25
HSL249.09º20.5%68.43%-
HSV(B)249.09º17.28%74.9%-
XYZ36.743654.3-
YUV163.26143.66127.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.84%
GREEN value IS 158 (62.11% from 255) = 30.86%
BLUE value IS 191 (75% from 255) = 37.30%
R=31.84%
G=30.86%
B=37.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631581910.150.1700.25249.0920.568.43
HexA39EBFF11019f91444
Octal243236277172103137124104
Binary10100011100111101011111111111000101100111111001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39EBF; }

 p { color: rgb(163,158,191); }

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

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

 a { background-color: rgb(163,158,191); }

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

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

 span { border-color: rgb(163,158,191); }

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