#A39EDF

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

Shades of Wistful #A39EDF

Tints of Wistful #A39EDF

Color information

#A39EDF (or 0xA39EDF) is unknown color: approx Wistful. HEX triplet: A3, 9E and DF. RGB value is (163,158,223). Sum of RGB (Red+Green+Blue) = 163+158+223=544 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.96% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #A39EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39EDF is #5C6120. Grayscale: #A6A6A6. Windows color (decimal): -6054177 or 14655139. OLE color: 14655139.

HSL color Cylindrical-coordinate representation of color #A39EDF: hue angle of 244.62º degrees, saturation: 0.5, 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 #A39EDF is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB163158223-
CMYK0.270.2900.13
HSL244.62º50.39%74.71%-
HSV(B)244.62º29.15%87.45%-
XYZ40.6537.5774.92-
YUV166.9159.66125.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.96%
GREEN value IS 158 (62.11% from 255) = 29.04%
BLUE value IS 223 (87.5% from 255) = 40.99%
R=29.96%
G=29.04%
B=40.99%

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
Decimal1631582230.270.2900.13244.6250.3974.71
HexA39EDF1B1D0Df5324b
Octal243236337333501536562113
Binary101000111001111011011111110111110101101111101011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39EDF; }

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

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

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

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

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

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

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

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