#A39BF6

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

Shades of Wistful #A39BF6

Tints of Wistful #A39BF6

Color information

#A39BF6 (or 0xA39BF6) is unknown color: approx Wistful. HEX triplet: A3, 9B and F6. RGB value is (163,155,246). Sum of RGB (Red+Green+Blue) = 163+155+246=564 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.90% from 564); Green value is 155 (60.94% from 255 or 27.48% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 246 - color contains mainly: blue. Hex color #A39BF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A39BF6 is #5C6409. Grayscale: #A7A7A7. Windows color (decimal): -6054922 or 16161699. OLE color: 16161699.

HSL color Cylindrical-coordinate representation of color #A39BF6: hue angle of 245.27º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A39BF6 is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB163155246-
CMYK0.340.3700.04
HSL245.27º83.49%78.63%-
HSV(B)245.27º36.99%96.47%-
XYZ43.4637.8892.21-
YUV167.77172.15124.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.90%
GREEN value IS 155 (60.94% from 255) = 27.48%
BLUE value IS 246 (96.48% from 255) = 43.62%
R=28.90%
G=27.48%
B=43.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1631552460.340.3700.04245.2783.4978.63
HexA39BF6222504f5534f
Octal243233366424504365123117
Binary10100011100110111111011010001010010101001111010110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39BF6; }

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

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

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

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

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

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

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

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