#A39FDB

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

Shades of Wistful #A39FDB

Tints of Wistful #A39FDB

Color information

#A39FDB (or 0xA39FDB) is unknown color: approx Wistful. HEX triplet: A3, 9F and DB. RGB value is (163,159,219). Sum of RGB (Red+Green+Blue) = 163+159+219=541 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.13% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #A39FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39FDB is #5C6024. Grayscale: #A6A6A6. Windows color (decimal): -6053925 or 14393251. OLE color: 14393251.

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

Color convert

RGB163159219-
CMYK0.260.2700.14
HSL244º45.45%74.12%-
HSV(B)244º27.4%85.88%-
XYZ40.2937.772.17-
YUV167.04157.33125.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.13%
GREEN value IS 159 (62.5% from 255) = 29.39%
BLUE value IS 219 (85.94% from 255) = 40.48%
R=30.13%
G=29.39%
B=40.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1631592190.260.2700.1424445.4574.12
HexA39FDB1A1B0Ef42d4a
Octal243237333323301636455112
Binary101000111001111111011011110101101101110111101001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39FDB; }

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

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

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

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

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

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

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

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