#A39EE3

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

Shades of Wistful #A39EE3

Tints of Wistful #A39EE3

Color information

#A39EE3 (or 0xA39EE3) is unknown color: approx Wistful. HEX triplet: A3, 9E and E3. RGB value is (163,158,227). Sum of RGB (Red+Green+Blue) = 163+158+227=548 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.74% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 227 (89.06% from 255 or 41.42% from 548); Max value from RGB is 227 - color contains mainly: blue. Hex color #A39EE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39EE3 is #5C611C. Grayscale: #A7A7A7. Windows color (decimal): -6054173 or 14917283. OLE color: 14917283.

HSL color Cylindrical-coordinate representation of color #A39EE3: hue angle of 244.35º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A39EE3 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB163158227-
CMYK0.280.3000.11
HSL244.35º55.2%75.49%-
HSV(B)244.35º30.4%89.02%-
XYZ41.237.7977.8-
YUV167.36161.66124.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.74%
GREEN value IS 158 (62.11% from 255) = 28.83%
BLUE value IS 227 (89.06% from 255) = 41.42%
R=29.74%
G=28.83%
B=41.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1631582270.280.3000.11244.3555.275.49
HexA39EE31C1E0Bf4374b
Octal243236343343601336467113
Binary101000111001111011100011111001111001011111101001101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39EE3; }

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

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

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

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

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

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

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

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