#A39BF1

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

Shades of Wistful #A39BF1

Tints of Wistful #A39BF1

Color information

#A39BF1 (or 0xA39BF1) is unknown color: approx Wistful. HEX triplet: A3, 9B and F1. RGB value is (163,155,241). Sum of RGB (Red+Green+Blue) = 163+155+241=559 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.16% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #A39BF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A39BF1 is #5C640E. Grayscale: #A6A6A6. Windows color (decimal): -6054927 or 15834019. OLE color: 15834019.

HSL color Cylindrical-coordinate representation of color #A39BF1: hue angle of 245.58º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A39BF1 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB163155241-
CMYK0.320.3600.05
HSL245.58º75.44%77.65%-
HSV(B)245.58º35.68%94.51%-
XYZ42.737.5888.22-
YUV167.2169.65125.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.16%
GREEN value IS 155 (60.94% from 255) = 27.73%
BLUE value IS 241 (94.53% from 255) = 43.11%
R=29.16%
G=27.73%
B=43.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1631552410.320.3600.05245.5875.4477.65
HexA39BF1202405f64b4e
Octal243233361404405366113116
Binary10100011100110111111000110000010010001011111011010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39BF1; }

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

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

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

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

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

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

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

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