#A39DDE

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

Shades of Wistful #A39DDE

Tints of Wistful #A39DDE

Color information

#A39DDE (or 0xA39DDE) is unknown color: approx Wistful. HEX triplet: A3, 9D and DE. RGB value is (163,157,222). Sum of RGB (Red+Green+Blue) = 163+157+222=542 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.07% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #A39DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39DDE is #5C6221. Grayscale: #A5A5A5. Windows color (decimal): -6054434 or 14589347. OLE color: 14589347.

HSL color Cylindrical-coordinate representation of color #A39DDE: hue angle of 245.54º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A39DDE is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB163157222-
CMYK0.270.2900.13
HSL245.54º49.62%74.31%-
HSV(B)245.54º29.28%87.06%-
XYZ40.3537.1774.16-
YUV166.2159.49125.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.07%
GREEN value IS 157 (61.72% from 255) = 28.97%
BLUE value IS 222 (87.11% from 255) = 40.96%
R=30.07%
G=28.97%
B=40.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631572220.270.2900.13245.5449.6274.31
HexA39DDE1B1D0Df6324a
Octal243235336333501536662112
Binary101000111001110111011110110111110101101111101101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39DDE; }

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

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

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

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

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

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

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

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