COLOR #A39BCA

HEX: #A39BCA
RGB: (163,155,202)

Color info

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

RGB color model

#A39BCA color RGB value is (163,155,202).

  • red value is 163;
  • green value is 155;
  • blue value is 202.
RGB:
(163,155,202)
(64%,61%,79%)

RGB channels and saturation

R 163 of 255 = 64%
G 155 of 255 = 61%
B 202 of 255 = 79%

163
155
202

R + G + B ~ 68%. #A39BCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 155 + 202 = 520 (100%)
R 163 of 520 ~ 31.35%
G 155 of 520 ~ 29.81%
B 202 of 520 ~ 38.85%

%31.35
%29.81
%38.85

CMYK color model

#A39BCA color CMYK value is (19,23,0,21).

  • cyan value is 19.31%
  • magenta value is 23.27%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(19,23,0,21)
C19M23Y0K21 
(19%,23%,0%,21%)
(0.19/0.23/0.00/0.21)	

CMYK percentages

%19.31
%23.27
%0
%20.78

Codes

Color #A39BCA in popluar color models

A39BCA
RGB163155202
HSL250°30.72%70.00%
HSB/HSV250°23.27%79.22%
CMYK19.31%23.27%0.00%
20.78%

Color #A39BCA in popluar number systems.

HEXA39BCA
Decimal163155202
Binary101000111001101111001010
Octal243233312

Shades and tints

Shades of #A39BCA

#A39BCA
(163,155,202)
#958DB8
(149,141,184)
#877FA6
(135,127,166)
#797194
(121,113,148)
#6B6382
(107,99,130)
#5D5570
(93,85,112)
#4F475E
(79,71,94)
#41394C
(65,57,76)
#332B3A
(51,43,58)
#251D28
(37,29,40)
#170F16
(23,15,22)
#000000
(0,0,0)

Tints of #A39BCA

#A39BCA
(163,155,202)
#ABA4CE
(171,164,206)
#B3ADD2
(179,173,210)
#BBB6D6
(187,182,214)
#C3BFDA
(195,191,218)
#CBC8DE
(203,200,222)
#D3D1E2
(211,209,226)
#DBDAE6
(219,218,230)
#E3E3EA
(227,227,234)
#EBECEE
(235,236,238)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A39BCA color. Also use rgb(163,155,202) instead hex code.

Text Font Color

.myTextColor { color: #A39BCA; }

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

This text font color is #A39BCA.


Background Color

.myBgColor { background-color: #A39BCA; }

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

This div background color is #A39BCA.


Border color

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

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

This div border color is #A39BCA.


Opacity

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

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

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

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

This text has shadow with #A39BCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39BCA on black background.


Color preview on white background

This text has color #A39BCA on white background.



Black color preview on #A39BCA background

This text has black color on #A39BCA background.


White color preview on #A39BCA background

This text has white color on #A39BCA background.