#A39ECB

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

Shades of Wistful #A39ECB

Tints of Wistful #A39ECB

Color information

#A39ECB (or 0xA39ECB) is unknown color: approx Wistful. HEX triplet: A3, 9E and CB. RGB value is (163,158,203). Sum of RGB (Red+Green+Blue) = 163+158+203=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #A39ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39ECB is #5C6134. Grayscale: #A4A4A4. Windows color (decimal): -6054197 or 13344419. OLE color: 13344419.

HSL color Cylindrical-coordinate representation of color #A39ECB: hue angle of 246.67º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A39ECB is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB163158203-
CMYK0.200.2200.20
HSL246.67º30.2%70.78%-
HSV(B)246.67º22.17%79.61%-
XYZ38.1136.5561.55-
YUV164.62149.66126.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.11%
GREEN value IS 158 (62.11% from 255) = 30.15%
BLUE value IS 203 (79.69% from 255) = 38.74%
R=31.11%
G=30.15%
B=38.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631582030.200.2200.20246.6730.270.78
HexA39ECB1416014f71e47
Octal243236313242602436736107
Binary101000111001111011001011101001011001010011110111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39ECB; }

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

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

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

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

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

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

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

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