#A39EE0

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

Shades of Wistful #A39EE0

Tints of Wistful #A39EE0

Color information

#A39EE0 (or 0xA39EE0) is unknown color: approx Wistful. HEX triplet: A3, 9E and E0. RGB value is (163,158,224). Sum of RGB (Red+Green+Blue) = 163+158+224=545 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.91% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 224 - color contains mainly: blue. Hex color #A39EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39EE0 is #5C611F. Grayscale: #A6A6A6. Windows color (decimal): -6054176 or 14720675. OLE color: 14720675.

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

Color convert

RGB163158224-
CMYK0.270.2900.12
HSL244.55º51.56%74.9%-
HSV(B)244.55º29.46%87.84%-
XYZ40.7937.6275.63-
YUV167.02160.16125.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.91%
GREEN value IS 158 (62.11% from 255) = 28.99%
BLUE value IS 224 (87.89% from 255) = 41.10%
R=29.91%
G=28.99%
B=41.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1631582240.270.2900.12244.5551.5674.9
HexA39EE01B1D0Cf5344b
Octal243236340333501436564113
Binary101000111001111011100000110111110101100111101011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39EE0; }

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

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

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

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

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

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

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

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