#A39DF5

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

Shades of Wistful #A39DF5

Tints of Wistful #A39DF5

Color information

#A39DF5 (or 0xA39DF5) is unknown color: approx Wistful. HEX triplet: A3, 9D and F5. RGB value is (163,157,245). Sum of RGB (Red+Green+Blue) = 163+157+245=565 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.85% from 565); Green value is 157 (61.72% from 255 or 27.79% from 565); Blue value is 245 (96.09% from 255 or 43.36% from 565); Max value from RGB is 245 - color contains mainly: blue. Hex color #A39DF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A39DF5 is #5C620A. Grayscale: #A8A8A8. Windows color (decimal): -6054411 or 16096675. OLE color: 16096675.

HSL color Cylindrical-coordinate representation of color #A39DF5: hue angle of 244.09º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A39DF5 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB163157245-
CMYK0.330.3600.04
HSL244.09º81.48%78.82%-
HSV(B)244.09º35.92%96.08%-
XYZ43.6438.4991.52-
YUV168.83170.99123.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.85%
GREEN value IS 157 (61.72% from 255) = 27.79%
BLUE value IS 245 (96.09% from 255) = 43.36%
R=28.85%
G=27.79%
B=43.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1631572450.330.3600.04244.0981.4878.82
HexA39DF5212404f4514f
Octal243235365414404364121117
Binary10100011100111011111010110000110010001001111010010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39DF5; }

 p { color: rgb(163,157,245); }

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

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

 a { background-color: rgb(163,157,245); }

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

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

 span { border-color: rgb(163,157,245); }

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