COLOR #A39EC0

HEX: #A39EC0
RGB: (163,158,192)

Color info

#A39EC0 contains red, green and blue colors in about the same proportion. Web safe color of #A39EC0 is #9999CC (or #99C).

RGB color model

#A39EC0 color RGB value is (163,158,192).

  • red value is 163;
  • green value is 158;
  • blue value is 192.
RGB:
(163,158,192)
(64%,62%,75%)

RGB channels and saturation

R 163 of 255 = 64%
G 158 of 255 = 62%
B 192 of 255 = 75%

163
158
192

R + G + B ~ 67%. #A39EC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 158 + 192 = 513 (100%)
R 163 of 513 ~ 31.77%
G 158 of 513 ~ 30.8%
B 192 of 513 ~ 37.43%

%31.77
%30.8
%37.43

CMYK color model

#A39EC0 color CMYK value is (15,18,0,25).

  • cyan value is 15.10%
  • magenta value is 17.71%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(15,18,0,25)
C15M18Y0K25 
(15%,18%,0%,25%)
(0.15/0.18/0.00/0.25)	

CMYK percentages

%15.1
%17.71
%0
%24.71

Codes

Color #A39EC0 in popluar color models

A39EC0
RGB163158192
HSL249°21.25%68.63%
HSB/HSV249°17.71%75.29%
CMYK15.10%17.71%0.00%
24.71%

Color #A39EC0 in popluar number systems.

HEXA39EC0
Decimal163158192
Binary101000111001111011000000
Octal243236300

Shades and tints

Shades of #A39EC0

#A39EC0
(163,158,192)
#9590AF
(149,144,175)
#87829E
(135,130,158)
#79748D
(121,116,141)
#6B667C
(107,102,124)
#5D586B
(93,88,107)
#4F4A5A
(79,74,90)
#413C49
(65,60,73)
#332E38
(51,46,56)
#252027
(37,32,39)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #A39EC0

#A39EC0
(163,158,192)
#ABA6C5
(171,166,197)
#B3AECA
(179,174,202)
#BBB6CF
(187,182,207)
#C3BED4
(195,190,212)
#CBC6D9
(203,198,217)
#D3CEDE
(211,206,222)
#DBD6E3
(219,214,227)
#E3DEE8
(227,222,232)
#EBE6ED
(235,230,237)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39EC0 color. Also use rgb(163,158,192) instead hex code.

Text Font Color

.myTextColor { color: #A39EC0; }

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

This text font color is #A39EC0.


Background Color

.myBgColor { background-color: #A39EC0; }

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

This div background color is #A39EC0.


Border color

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

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

This div border color is #A39EC0.


Opacity

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

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

Text with #A39EC0 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 #A39EC0;}

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

This text has shadow with #A39EC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39EC0 on black background.


Color preview on white background

This text has color #A39EC0 on white background.



Black color preview on #A39EC0 background

This text has black color on #A39EC0 background.


White color preview on #A39EC0 background

This text has white color on #A39EC0 background.