COLOR #A39DFB

HEX: #A39DFB
RGB: (163,157,251)

Color info

#A39DFB contains mainly blue color. Web safe color of #A39DFB is #9999FF (or #99F).

RGB color model

#A39DFB color RGB value is (163,157,251).

  • red value is 163;
  • green value is 157;
  • blue value is 251.
RGB:
(163,157,251)
(64%,62%,98%)

RGB channels and saturation

R 163 of 255 = 64%
G 157 of 255 = 62%
B 251 of 255 = 98%

163
157
251

R + G + B ~ 75%. #A39DFB is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 157 + 251 = 571 (100%)
R 163 of 571 ~ 28.55%
G 157 of 571 ~ 27.5%
B 251 of 571 ~ 43.96%

%28.55
%27.5
%43.96

CMYK color model

#A39DFB color CMYK value is (35,37,0,2).

  • cyan value is 35.06%
  • magenta value is 37.45%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(35,37,0,2)
C35M37Y0K2 
(35%,37%,0%,2%)
(0.35/0.37/0.00/0.02)	

CMYK percentages

%35.06
%37.45
%0
%1.57

Codes

Color #A39DFB in popluar color models

A39DFB
RGB163157251
HSL244°92.16%80.00%
HSB/HSV244°37.45%98.43%
CMYK35.06%37.45%0.00%
1.57%

Color #A39DFB in popluar number systems.

HEXA39DFB
Decimal163157251
Binary101000111001110111111011
Octal243235373

Shades and tints

Shades of #A39DFB

#A39DFB
(163,157,251)
#958FE5
(149,143,229)
#8781CF
(135,129,207)
#7973B9
(121,115,185)
#6B65A3
(107,101,163)
#5D578D
(93,87,141)
#4F4977
(79,73,119)
#413B61
(65,59,97)
#332D4B
(51,45,75)
#251F35
(37,31,53)
#17111F
(23,17,31)
#000000
(0,0,0)

Tints of #A39DFB

#A39DFB
(163,157,251)
#ABA5FB
(171,165,251)
#B3ADFB
(179,173,251)
#BBB5FB
(187,181,251)
#C3BDFB
(195,189,251)
#CBC5FB
(203,197,251)
#D3CDFB
(211,205,251)
#DBD5FB
(219,213,251)
#E3DDFB
(227,221,251)
#EBE5FB
(235,229,251)
#F3EDFB
(243,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39DFB color. Also use rgb(163,157,251) instead hex code.

Text Font Color

.myTextColor { color: #A39DFB; }

<p style="color:#A39DFB">This sample text font color is #A39DFB.</p>

This text font color is #A39DFB.


Background Color

.myBgColor { background-color: #A39DFB; }

<div style="background-color:#A39DFB">Inner text</div>

This div background color is #A39DFB.


Border color

.myBorderColor { border: 1px solid #A39DFB; }

<div style="border:3px solid #A39DFB">Div</div>

This div border color is #A39DFB.


Opacity

.myOpacity80 { color: #A39DFB; opacity: 0.8; }

<p style="color:#A39DFB;opacity:0.8;">80%</p>

Text with #A39DFB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A39DFB;}

<p style="text-shadow: 3px 3px 1px #A39DFB">Text here.</p>

This text has shadow with #A39DFB color.

.textShadow {text-shadow: 3px 3px 1px #A39DFB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A39DFB, 5px 5px 20px red">Text here.</p>

This text has shadow with #A39DFB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A39DFB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A39DFB, Direction=45, Strength=4)">Text</p>

This text has shadow with #A39DFB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A39DFB;
  -webkit-box-shadow:	1px 1px 3px 2px #A39DFB;
  box-shadow:		1px 1px 3px 2px #A39DFB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A39DFB;
-webkit-box-shadow: 1px 1px 3px 2px #A39DFB;
box-shadow:1px 1px 3px 2px #A39DFB;">
Div content here</div>
This div box has shadow with color #A39DFB.

Preview

Color preview on black background

This text has color #A39DFB on black background.


Color preview on white background

This text has color #A39DFB on white background.



Black color preview on #A39DFB background

This text has black color on #A39DFB background.


White color preview on #A39DFB background

This text has white color on #A39DFB background.