#A39DEE

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

Shades of Wistful #A39DEE

Tints of Wistful #A39DEE

Color information

#A39DEE (or 0xA39DEE) is unknown color: approx Wistful. HEX triplet: A3, 9D and EE. RGB value is (163,157,238). Sum of RGB (Red+Green+Blue) = 163+157+238=558 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.21% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #A39DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A39DEE is #5C6211. Grayscale: #A7A7A7. Windows color (decimal): -6054418 or 15637923. OLE color: 15637923.

HSL color Cylindrical-coordinate representation of color #A39DEE: hue angle of 244.44º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A39DEE is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB163157238-
CMYK0.320.3400.07
HSL244.44º70.43%77.45%-
HSV(B)244.44º34.03%93.33%-
XYZ42.5938.0785.99-
YUV168.03167.49124.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.21%
GREEN value IS 157 (61.72% from 255) = 28.14%
BLUE value IS 238 (93.36% from 255) = 42.65%
R=29.21%
G=28.14%
B=42.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1631572380.320.3400.07244.4470.4377.45
HexA39DEE202207f4464d
Octal243235356404207364106115
Binary10100011100111011110111010000010001001111111010010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39DEE; }

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

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

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

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

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

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

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

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