COLOR #A36BAA

HEX: #A36BAA
RGB: (163,107,170)

Color info

#A36BAA contains mainly red and blue colors. Web safe color of #A36BAA is #996699 (or #969).

RGB color model

#A36BAA color RGB value is (163,107,170).

  • red value is 163;
  • green value is 107;
  • blue value is 170.
RGB:
(163,107,170)
(64%,42%,67%)

RGB channels and saturation

R 163 of 255 = 64%
G 107 of 255 = 42%
B 170 of 255 = 67%

163
107
170

R + G + B ~ 58%. #A36BAA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
163 + 107 + 170 = 440 (100%)
R 163 of 440 ~ 37.05%
G 107 of 440 ~ 24.32%
B 170 of 440 ~ 38.64%

%37.05
%24.32
%38.64

CMYK color model

#A36BAA color CMYK value is (4,37,0,33).

  • cyan value is 4.12%
  • magenta value is 37.06%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(4,37,0,33)
C4M37Y0K33 
(4%,37%,0%,33%)
(0.04/0.37/0.00/0.33)	

CMYK percentages

%4.12
%37.06
%0
%33.33

Codes

Color #A36BAA in popluar color models

A36BAA
RGB163107170
HSL293°27.04%54.31%
HSB/HSV293°37.06%66.67%
CMYK4.12%37.06%0.00%
33.33%

Color #A36BAA in popluar number systems.

HEXA36BAA
Decimal163107170
Binary10100011110101110101010
Octal243153252

Shades and tints

Shades of #A36BAA

#A36BAA
(163,107,170)
#95629B
(149,98,155)
#87598C
(135,89,140)
#79507D
(121,80,125)
#6B476E
(107,71,110)
#5D3E5F
(93,62,95)
#4F3550
(79,53,80)
#412C41
(65,44,65)
#332332
(51,35,50)
#251A23
(37,26,35)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #A36BAA

#A36BAA
(163,107,170)
#AB78B1
(171,120,177)
#B385B8
(179,133,184)
#BB92BF
(187,146,191)
#C39FC6
(195,159,198)
#CBACCD
(203,172,205)
#D3B9D4
(211,185,212)
#DBC6DB
(219,198,219)
#E3D3E2
(227,211,226)
#EBE0E9
(235,224,233)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A36BAA color. Also use rgb(163,107,170) instead hex code.

Text Font Color

.myTextColor { color: #A36BAA; }

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

This text font color is #A36BAA.


Background Color

.myBgColor { background-color: #A36BAA; }

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

This div background color is #A36BAA.


Border color

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

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

This div border color is #A36BAA.


Opacity

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

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

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

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

This text has shadow with #A36BAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36BAA on black background.


Color preview on white background

This text has color #A36BAA on white background.



Black color preview on #A36BAA background

This text has black color on #A36BAA background.


White color preview on #A36BAA background

This text has white color on #A36BAA background.