#A39FD9

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

Shades of Wistful #A39FD9

Tints of Wistful #A39FD9

Color information

#A39FD9 (or 0xA39FD9) is unknown color: approx Wistful. HEX triplet: A3, 9F and D9. RGB value is (163,159,217). Sum of RGB (Red+Green+Blue) = 163+159+217=539 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.24% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 217 - color contains mainly: blue. Hex color #A39FD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39FD9 is #5C6026. Grayscale: #A6A6A6. Windows color (decimal): -6053927 or 14262179. OLE color: 14262179.

HSL color Cylindrical-coordinate representation of color #A39FD9: hue angle of 244.14º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A39FD9 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB163159217-
CMYK0.250.2700.15
HSL244.14º43.28%73.73%-
HSV(B)244.14º26.73%85.1%-
XYZ40.0337.5970.79-
YUV166.81156.33125.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.24%
GREEN value IS 159 (62.5% from 255) = 29.50%
BLUE value IS 217 (85.16% from 255) = 40.26%
R=30.24%
G=29.50%
B=40.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1631592170.250.2700.15244.1443.2873.73
HexA39FD9191B0Ff42b4a
Octal243237331313301736453112
Binary101000111001111111011001110011101101111111101001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39FD9; }

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

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

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

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

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

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

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

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