COLOR #A39CCE

HEX: #A39CCE
RGB: (163,156,206)

Color info

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

RGB color model

#A39CCE color RGB value is (163,156,206).

  • red value is 163;
  • green value is 156;
  • blue value is 206.
RGB:
(163,156,206)
(64%,61%,81%)

RGB channels and saturation

R 163 of 255 = 64%
G 156 of 255 = 61%
B 206 of 255 = 81%

163
156
206

R + G + B ~ 69%. #A39CCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 156 + 206 = 525 (100%)
R 163 of 525 ~ 31.05%
G 156 of 525 ~ 29.71%
B 206 of 525 ~ 39.24%

%31.05
%29.71
%39.24

CMYK color model

#A39CCE color CMYK value is (21,24,0,19).

  • cyan value is 20.87%
  • magenta value is 24.27%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(21,24,0,19)
C21M24Y0K19 
(21%,24%,0%,19%)
(0.21/0.24/0.00/0.19)	

CMYK percentages

%20.87
%24.27
%0
%19.22

Codes

Color #A39CCE in popluar color models

A39CCE
RGB163156206
HSL248°33.78%70.98%
HSB/HSV248°24.27%80.78%
CMYK20.87%24.27%0.00%
19.22%

Color #A39CCE in popluar number systems.

HEXA39CCE
Decimal163156206
Binary101000111001110011001110
Octal243234316

Shades and tints

Shades of #A39CCE

#A39CCE
(163,156,206)
#958EBC
(149,142,188)
#8780AA
(135,128,170)
#797298
(121,114,152)
#6B6486
(107,100,134)
#5D5674
(93,86,116)
#4F4862
(79,72,98)
#413A50
(65,58,80)
#332C3E
(51,44,62)
#251E2C
(37,30,44)
#17101A
(23,16,26)
#000000
(0,0,0)

Tints of #A39CCE

#A39CCE
(163,156,206)
#ABA5D2
(171,165,210)
#B3AED6
(179,174,214)
#BBB7DA
(187,183,218)
#C3C0DE
(195,192,222)
#CBC9E2
(203,201,226)
#D3D2E6
(211,210,230)
#DBDBEA
(219,219,234)
#E3E4EE
(227,228,238)
#EBEDF2
(235,237,242)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39CCE color. Also use rgb(163,156,206) instead hex code.

Text Font Color

.myTextColor { color: #A39CCE; }

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

This text font color is #A39CCE.


Background Color

.myBgColor { background-color: #A39CCE; }

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

This div background color is #A39CCE.


Border color

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

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

This div border color is #A39CCE.


Opacity

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

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

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

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

This text has shadow with #A39CCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39CCE on black background.


Color preview on white background

This text has color #A39CCE on white background.



Black color preview on #A39CCE background

This text has black color on #A39CCE background.


White color preview on #A39CCE background

This text has white color on #A39CCE background.