COLOR #A36FB4

HEX: #A36FB4
RGB: (163,111,180)

Color info

#A36FB4 contains mainly red and blue colors. Web safe color of #A36FB4 is #9966CC (or #96C).

RGB color model

#A36FB4 color RGB value is (163,111,180).

  • red value is 163;
  • green value is 111;
  • blue value is 180.
RGB:
(163,111,180)
(64%,44%,71%)

RGB channels and saturation

R 163 of 255 = 64%
G 111 of 255 = 44%
B 180 of 255 = 71%

163
111
180

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

Portions of RGB colors in percentages

R + G + B =
163 + 111 + 180 = 454 (100%)
R 163 of 454 ~ 35.9%
G 111 of 454 ~ 24.45%
B 180 of 454 ~ 39.65%

%35.9
%24.45
%39.65

CMYK color model

#A36FB4 color CMYK value is (9,38,0,29).

  • cyan value is 9.44%
  • magenta value is 38.33%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(9,38,0,29)
C9M38Y0K29 
(9%,38%,0%,29%)
(0.09/0.38/0.00/0.29)	

CMYK percentages

%9.44
%38.33
%0
%29.41

Codes

Color #A36FB4 in popluar color models

A36FB4
RGB163111180
HSL285°31.51%57.06%
HSB/HSV285°38.33%70.59%
CMYK9.44%38.33%0.00%
29.41%

Color #A36FB4 in popluar number systems.

HEXA36FB4
Decimal163111180
Binary10100011110111110110100
Octal243157264

Shades and tints

Shades of #A36FB4

#A36FB4
(163,111,180)
#9565A4
(149,101,164)
#875B94
(135,91,148)
#795184
(121,81,132)
#6B4774
(107,71,116)
#5D3D64
(93,61,100)
#4F3354
(79,51,84)
#412944
(65,41,68)
#331F34
(51,31,52)
#251524
(37,21,36)
#170B14
(23,11,20)
#000000
(0,0,0)

Tints of #A36FB4

#A36FB4
(163,111,180)
#AB7CBA
(171,124,186)
#B389C0
(179,137,192)
#BB96C6
(187,150,198)
#C3A3CC
(195,163,204)
#CBB0D2
(203,176,210)
#D3BDD8
(211,189,216)
#DBCADE
(219,202,222)
#E3D7E4
(227,215,228)
#EBE4EA
(235,228,234)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A36FB4; }

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

This text font color is #A36FB4.


Background Color

.myBgColor { background-color: #A36FB4; }

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

This div background color is #A36FB4.


Border color

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

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

This div border color is #A36FB4.


Opacity

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

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

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

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

This text has shadow with #A36FB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36FB4 on black background.


Color preview on white background

This text has color #A36FB4 on white background.



Black color preview on #A36FB4 background

This text has black color on #A36FB4 background.


White color preview on #A36FB4 background

This text has white color on #A36FB4 background.