#A39BD6

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

Shades of Wistful #A39BD6

Tints of Wistful #A39BD6

Color information

#A39BD6 (or 0xA39BD6) is unknown color: approx Wistful. HEX triplet: A3, 9B and D6. RGB value is (163,155,214). Sum of RGB (Red+Green+Blue) = 163+155+214=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 214 (83.98% from 255 or 40.23% from 532); Max value from RGB is 214 - color contains mainly: blue. Hex color #A39BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39BD6 is #5C6429. Grayscale: #A3A3A3. Windows color (decimal): -6054954 or 14064547. OLE color: 14064547.

HSL color Cylindrical-coordinate representation of color #A39BD6: hue angle of 248.14º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A39BD6 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB163155214-
CMYK0.240.2800.16
HSL248.14º41.84%72.35%-
HSV(B)248.14º27.57%83.92%-
XYZ38.9636.0868.53-
YUV164.12156.15127.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.64%
GREEN value IS 155 (60.94% from 255) = 29.14%
BLUE value IS 214 (83.98% from 255) = 40.23%
R=30.64%
G=29.14%
B=40.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1631552140.240.2800.16248.1441.8472.35
HexA39BD6181C010f82a48
Octal243233326303402037052110
Binary1010001110011011110101101100011100010000111110001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39BD6; }

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

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

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

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

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

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

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

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