COLOR #A39BCF

HEX: #A39BCF
RGB: (163,155,207)

Color info

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

RGB color model

#A39BCF color RGB value is (163,155,207).

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

RGB channels and saturation

R 163 of 255 = 64%
G 155 of 255 = 61%
B 207 of 255 = 81%

163
155
207

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

Portions of RGB colors in percentages

R + G + B =
163 + 155 + 207 = 525 (100%)
R 163 of 525 ~ 31.05%
G 155 of 525 ~ 29.52%
B 207 of 525 ~ 39.43%

%31.05
%29.52
%39.43

CMYK color model

#A39BCF color CMYK value is (21,25,0,19).

  • cyan value is 21.26%
  • magenta value is 25.12%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(21,25,0,19)
C21M25Y0K19 
(21%,25%,0%,19%)
(0.21/0.25/0.00/0.19)	

CMYK percentages

%21.26
%25.12
%0
%18.82

Codes

Color #A39BCF in popluar color models

A39BCF
RGB163155207
HSL249°35.14%70.98%
HSB/HSV249°25.12%81.18%
CMYK21.26%25.12%0.00%
18.82%

Color #A39BCF in popluar number systems.

HEXA39BCF
Decimal163155207
Binary101000111001101111001111
Octal243233317

Shades and tints

Shades of #A39BCF

#A39BCF
(163,155,207)
#958DBD
(149,141,189)
#877FAB
(135,127,171)
#797199
(121,113,153)
#6B6387
(107,99,135)
#5D5575
(93,85,117)
#4F4763
(79,71,99)
#413951
(65,57,81)
#332B3F
(51,43,63)
#251D2D
(37,29,45)
#170F1B
(23,15,27)
#000000
(0,0,0)

Tints of #A39BCF

#A39BCF
(163,155,207)
#ABA4D3
(171,164,211)
#B3ADD7
(179,173,215)
#BBB6DB
(187,182,219)
#C3BFDF
(195,191,223)
#CBC8E3
(203,200,227)
#D3D1E7
(211,209,231)
#DBDAEB
(219,218,235)
#E3E3EF
(227,227,239)
#EBECF3
(235,236,243)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39BCF; }

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

This text font color is #A39BCF.


Background Color

.myBgColor { background-color: #A39BCF; }

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

This div background color is #A39BCF.


Border color

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

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

This div border color is #A39BCF.


Opacity

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

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

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

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

This text has shadow with #A39BCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39BCF on black background.


Color preview on white background

This text has color #A39BCF on white background.



Black color preview on #A39BCF background

This text has black color on #A39BCF background.


White color preview on #A39BCF background

This text has white color on #A39BCF background.