#A39ECF

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

Shades of Wistful #A39ECF

Tints of Wistful #A39ECF

Color information

#A39ECF (or 0xA39ECF) is unknown color: approx Wistful. HEX triplet: A3, 9E and CF. RGB value is (163,158,207). Sum of RGB (Red+Green+Blue) = 163+158+207=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #A39ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39ECF is #5C6130. Grayscale: #A4A4A4. Windows color (decimal): -6054193 or 13606563. OLE color: 13606563.

HSL color Cylindrical-coordinate representation of color #A39ECF: hue angle of 246.12º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A39ECF is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB163158207-
CMYK0.210.2400.19
HSL246.12º33.79%71.57%-
HSV(B)246.12º23.67%81.18%-
XYZ38.5936.7564.09-
YUV165.08151.66126.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.87%
GREEN value IS 158 (62.11% from 255) = 29.92%
BLUE value IS 207 (81.25% from 255) = 39.20%
R=30.87%
G=29.92%
B=39.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631582070.210.2400.19246.1233.7971.57
HexA39ECF1518013f62248
Octal243236317253002336642110
Binary1010001110011110110011111010111000010011111101101000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39ECF; }

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

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

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

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

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

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

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

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