#a39edc

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

Shades of Wistful #A39EDC

Tints of Wistful #A39EDC

Color information

#A39EDC (or 0xA39EDC) is unknown color: approx Wistful. HEX triplet: A3, 9E and DC. RGB value is (163,158,220). Sum of RGB (Red+Green+Blue) = 163+158+220=541 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.13% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #A39EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39EDC is #5C6123. Grayscale: #A6A6A6. Windows color (decimal): -6054180 or 14458531. OLE color: 14458531.

HSL color Cylindrical-coordinate representation of color #A39EDC: hue angle of 244.84º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A39EDC is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB163158220-
CMYK0.260.2800.14
HSL244.84º46.97%74.12%-
HSV(B)244.84º28.18%86.27%-
XYZ40.2537.4172.81-
YUV166.56158.16125.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.13%
GREEN value IS 158 (62.11% from 255) = 29.21%
BLUE value IS 220 (86.33% from 255) = 40.67%
R=30.13%
G=29.21%
B=40.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1631582200.260.2800.14244.8446.9774.12
HexA39EDC1A1C0Ef52f4a
Octal243236334323401636557112
Binary101000111001111011011100110101110001110111101011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a39edc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a39edc; }

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

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

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

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

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

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

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

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