#A39DC1

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

Shades of Wistful #A39DC1

Tints of Wistful #A39DC1

Color information

#A39DC1 (or 0xA39DC1) is unknown color: approx Wistful. HEX triplet: A3, 9D and C1. RGB value is (163,157,193). Sum of RGB (Red+Green+Blue) = 163+157+193=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 193 - color contains mainly: blue. Hex color #A39DC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39DC1 is #5C623E. Grayscale: #A2A2A2. Windows color (decimal): -6054463 or 12688803. OLE color: 12688803.

HSL color Cylindrical-coordinate representation of color #A39DC1: hue angle of 250º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A39DC1 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB163157193-
CMYK0.160.1900.24
HSL250º22.5%68.63%-
HSV(B)250º18.65%75.69%-
XYZ36.7935.7555.41-
YUV162.9144.99128.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.77%
GREEN value IS 157 (61.72% from 255) = 30.60%
BLUE value IS 193 (75.78% from 255) = 37.62%
R=31.77%
G=30.60%
B=37.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631571930.160.1900.2425022.568.63
HexA39DC11013018fa1645
Octal243235301202303037226105
Binary101000111001110111000001100001001101100011111010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39DC1; }

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

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

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

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

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

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

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

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