#A39DC5

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

Shades of Wistful #A39DC5

Tints of Wistful #A39DC5

Color information

#A39DC5 (or 0xA39DC5) is unknown color: approx Wistful. HEX triplet: A3, 9D and C5. RGB value is (163,157,197). Sum of RGB (Red+Green+Blue) = 163+157+197=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 197 - color contains mainly: blue. Hex color #A39DC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39DC5 is #5C623A. Grayscale: #A3A3A3. Windows color (decimal): -6054459 or 12950947. OLE color: 12950947.

HSL color Cylindrical-coordinate representation of color #A39DC5: hue angle of 249º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A39DC5 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB163157197-
CMYK0.170.2000.23
HSL249º25.64%69.41%-
HSV(B)249º20.3%77.25%-
XYZ37.2435.9357.8-
YUV163.35146.99127.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.53%
GREEN value IS 157 (61.72% from 255) = 30.37%
BLUE value IS 197 (77.34% from 255) = 38.10%
R=31.53%
G=30.37%
B=38.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1631571970.170.2000.2324925.6469.41
HexA39DC51114017f91a45
Octal243235305212402737132105
Binary101000111001110111000101100011010001011111111001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39DC5; }

 p { color: rgb(163,157,197); }

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

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

 a { background-color: rgb(163,157,197); }

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

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

 span { border-color: rgb(163,157,197); }

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