#A39EDE

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

Shades of Wistful #A39EDE

Tints of Wistful #A39EDE

Color information

#A39EDE (or 0xA39EDE) is unknown color: approx Wistful. HEX triplet: A3, 9E and DE. RGB value is (163,158,222). Sum of RGB (Red+Green+Blue) = 163+158+222=543 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.02% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #A39EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39EDE is #5C6121. Grayscale: #A6A6A6. Windows color (decimal): -6054178 or 14589603. OLE color: 14589603.

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

Color convert

RGB163158222-
CMYK0.270.2900.13
HSL244.69º49.23%74.51%-
HSV(B)244.69º28.83%87.06%-
XYZ40.5237.5174.21-
YUV166.79159.16125.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.02%
GREEN value IS 158 (62.11% from 255) = 29.10%
BLUE value IS 222 (87.11% from 255) = 40.88%
R=30.02%
G=29.10%
B=40.88%

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
Decimal1631582220.270.2900.13244.6949.2374.51
HexA39EDE1B1D0Df5314b
Octal243236336333501536561113
Binary101000111001111011011110110111110101101111101011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39EDE; }

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

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

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

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

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

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

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

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