#A39BBF

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

Shades of Wistful #A39BBF

Tints of Wistful #A39BBF

Color information

#A39BBF (or 0xA39BBF) is unknown color: approx Wistful. HEX triplet: A3, 9B and BF. RGB value is (163,155,191). Sum of RGB (Red+Green+Blue) = 163+155+191=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #A39BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39BBF is #5C6440. Grayscale: #A1A1A1. Windows color (decimal): -6054977 or 12557219. OLE color: 12557219.

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

Color convert

RGB163155191-
CMYK0.150.1900.25
HSL253.33º21.95%67.84%-
HSV(B)253.33º18.85%74.9%-
XYZ36.2334.9954.13-
YUV161.5144.65129.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.02%
GREEN value IS 155 (60.94% from 255) = 30.45%
BLUE value IS 191 (75% from 255) = 37.52%
R=32.02%
G=30.45%
B=37.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631551910.150.1900.25253.3321.9567.84
HexA39BBFF13019fd1644
Octal243233277172303137526104
Binary10100011100110111011111111111001101100111111101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39BBF; }

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

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

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

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

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

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

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

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