#A39BDA

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

Shades of Wistful #A39BDA

Tints of Wistful #A39BDA

Color information

#A39BDA (or 0xA39BDA) is unknown color: approx Wistful. HEX triplet: A3, 9B and DA. RGB value is (163,155,218). Sum of RGB (Red+Green+Blue) = 163+155+218=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #A39BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39BDA is #5C6425. Grayscale: #A4A4A4. Windows color (decimal): -6054950 or 14326691. OLE color: 14326691.

HSL color Cylindrical-coordinate representation of color #A39BDA: hue angle of 247.62º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A39BDA is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB163155218-
CMYK0.250.2900.15
HSL247.62º45.99%73.14%-
HSV(B)247.62º28.9%85.49%-
XYZ39.4836.2971.25-
YUV164.57158.15126.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.41%
GREEN value IS 155 (60.94% from 255) = 28.92%
BLUE value IS 218 (85.55% from 255) = 40.67%
R=30.41%
G=28.92%
B=40.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1631552180.250.2900.15247.6245.9973.14
HexA39BDA191D0Ff82e49
Octal243233332313501737056111
Binary101000111001101111011010110011110101111111110001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39BDA; }

 p { color: rgb(163,155,218); }

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

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

 a { background-color: rgb(163,155,218); }

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

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

 span { border-color: rgb(163,155,218); }

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