#A39BDB

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

Shades of Wistful #A39BDB

Tints of Wistful #A39BDB

Color information

#A39BDB (or 0xA39BDB) is unknown color: approx Wistful. HEX triplet: A3, 9B and DB. RGB value is (163,155,219). Sum of RGB (Red+Green+Blue) = 163+155+219=537 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.35% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #A39BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39BDB is #5C6424. Grayscale: #A4A4A4. Windows color (decimal): -6054949 or 14392227. OLE color: 14392227.

HSL color Cylindrical-coordinate representation of color #A39BDB: hue angle of 247.5º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A39BDB is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB163155219-
CMYK0.260.2900.14
HSL247.5º47.06%73.33%-
HSV(B)247.5º29.22%85.88%-
XYZ39.6136.3471.95-
YUV164.69158.65126.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.35%
GREEN value IS 155 (60.94% from 255) = 28.86%
BLUE value IS 219 (85.94% from 255) = 40.78%
R=30.35%
G=28.86%
B=40.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1631552190.260.2900.14247.547.0673.33
HexA39BDB1A1D0Ef82f49
Octal243233333323501637057111
Binary101000111001101111011011110101110101110111110001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39BDB; }

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

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

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

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

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

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

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

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