#A39AD1

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

Shades of Wistful #A39AD1

Tints of Wistful #A39AD1

Color information

#A39AD1 (or 0xA39AD1) is unknown color: approx Wistful. HEX triplet: A3, 9A and D1. RGB value is (163,154,209). Sum of RGB (Red+Green+Blue) = 163+154+209=526 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.99% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 209 (82.03% from 255 or 39.73% from 526); Max value from RGB is 209 - color contains mainly: blue. Hex color #A39AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A39AD1 is #5C652E. Grayscale: #A2A2A2. Windows color (decimal): -6055215 or 13736611. OLE color: 13736611.

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

Color convert

RGB163154209-
CMYK0.220.2600.18
HSL249.82º37.41%71.18%-
HSV(B)249.82º26.32%81.96%-
XYZ38.1735.565.16-
YUV162.96153.98128.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.99%
GREEN value IS 154 (60.55% from 255) = 29.28%
BLUE value IS 209 (82.03% from 255) = 39.73%
R=30.99%
G=29.28%
B=39.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1631542090.220.2600.18249.8237.4171.18
HexA39AD1161A012fa2547
Octal243232321263202237245107
Binary1010001110011010110100011011011010010010111110101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39AD1; }

 p { color: rgb(163,154,209); }

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

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

 a { background-color: rgb(163,154,209); }

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

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

 span { border-color: rgb(163,154,209); }

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