COLOR #A36CA3

HEX: #A36CA3
RGB: (163,108,163)

Color info

#A36CA3 contains red, green and blue colors in about the same proportion. Web safe color of #A36CA3 is #996699 (or #969).

RGB color model

#A36CA3 color RGB value is (163,108,163).

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

RGB channels and saturation

R 163 of 255 = 64%
G 108 of 255 = 42%
B 163 of 255 = 64%

163
108
163

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

Portions of RGB colors in percentages

R + G + B =
163 + 108 + 163 = 434 (100%)
R 163 of 434 ~ 37.56%
G 108 of 434 ~ 24.88%
B 163 of 434 ~ 37.56%

%37.56
%24.88
%37.56

CMYK color model

#A36CA3 color CMYK value is (0,34,0,36).

  • cyan value is 0.00%
  • magenta value is 33.74%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(0,34,0,36)
C0M34Y0K36 
(0%,34%,0%,36%)
(0.00/0.34/0.00/0.36)	

CMYK percentages

%0
%33.74
%0
%36.08

Codes

Color #A36CA3 in popluar color models

A36CA3
RGB163108163
HSL300°23.01%53.14%
HSB/HSV300°33.74%63.92%
CMYK0.00%33.74%0.00%
36.08%

Color #A36CA3 in popluar number systems.

HEXA36CA3
Decimal163108163
Binary10100011110110010100011
Octal243154243

Shades and tints

Shades of #A36CA3

#A36CA3
(163,108,163)
#956395
(149,99,149)
#875A87
(135,90,135)
#795179
(121,81,121)
#6B486B
(107,72,107)
#5D3F5D
(93,63,93)
#4F364F
(79,54,79)
#412D41
(65,45,65)
#332433
(51,36,51)
#251B25
(37,27,37)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #A36CA3

#A36CA3
(163,108,163)
#AB79AB
(171,121,171)
#B386B3
(179,134,179)
#BB93BB
(187,147,187)
#C3A0C3
(195,160,195)
#CBADCB
(203,173,203)
#D3BAD3
(211,186,211)
#DBC7DB
(219,199,219)
#E3D4E3
(227,212,227)
#EBE1EB
(235,225,235)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A36CA3; }

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

This text font color is #A36CA3.


Background Color

.myBgColor { background-color: #A36CA3; }

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

This div background color is #A36CA3.


Border color

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

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

This div border color is #A36CA3.


Opacity

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

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

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

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

This text has shadow with #A36CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36CA3 on black background.


Color preview on white background

This text has color #A36CA3 on white background.



Black color preview on #A36CA3 background

This text has black color on #A36CA3 background.


White color preview on #A36CA3 background

This text has white color on #A36CA3 background.