#A39BD0

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

Shades of Wistful #A39BD0

Tints of Wistful #A39BD0

Color information

#A39BD0 (or 0xA39BD0) is unknown color: approx Wistful. HEX triplet: A3, 9B and D0. RGB value is (163,155,208). Sum of RGB (Red+Green+Blue) = 163+155+208=526 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.99% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 208 - color contains mainly: blue. Hex color #A39BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39BD0 is #5C642F. Grayscale: #A3A3A3. Windows color (decimal): -6054960 or 13671331. OLE color: 13671331.

HSL color Cylindrical-coordinate representation of color #A39BD0: hue angle of 249.06º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A39BD0 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB163155208-
CMYK0.220.2500.18
HSL249.06º36.05%71.18%-
HSV(B)249.06º25.48%81.57%-
XYZ38.2135.7864.57-
YUV163.43153.15127.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.99%
GREEN value IS 155 (60.94% from 255) = 29.47%
BLUE value IS 208 (81.64% from 255) = 39.54%
R=30.99%
G=29.47%
B=39.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1631552080.220.2500.18249.0636.0571.18
HexA39BD01619012f92447
Octal243233320263102237144107
Binary1010001110011011110100001011011001010010111110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39BD0; }

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

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

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

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

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

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

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

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