COLOR #A36DBB

HEX: #A36DBB RGB: (163,109,187)

Color info

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

RGB color model

#A36DBB color RGB value is (163,109,187).

RGB: (163,109,187) (64%, 43%, 73%)

RGB channels and saturation

R 163 of 255 = 64%
G 109 of 255 = 43%
B 187 of 255 = 73%

163
109
187

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

Portions of RGB colors in percentages

R + G + B = 163 + 109 + 187 = 459 (100%)
R 163 of 459 ~ 35.51%
G 109 of 459 ~ 23.75%
B 187 of 459 ~ 40.74'%

%35.51
%23.75
%40.74

CMYK color model

#A36DBB color CMYK value is (13,42,0,27).

  • cyan value is 12.83%
  • magenta value is 41.71%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (13,42,0,27) C13M42Y0K27 (13%,42%,0%,27%) (0.13/0.42/0.00/0.27) 

CMYK percentages

%12.83
%41.71
%0
%26.67

Codes

Color #A36DBB in popluar color models

A3 6D BB
RGB 163 109 187
HSL 282° 36.45% 58.04%
HSB/HSV 282° 41.71% 73.33%
CMYK 12.83% 41.71% 0.00%
26.67%

Color #A36DBB in popluar number systems.

HEX A3 6D BB
Decimal 163 109 187
Binary 10100011 1101101 10111011
Octal 243 155 273

Shades and tints

Shades of #A36DBB

#A36DBB
(163,109,187)
#9564AA
(149,100,170)
#875B99
(135,91,153)
#795288
(121,82,136)
#6B4977
(107,73,119)
#5D4066
(93,64,102)
#4F3755
(79,55,85)
#412E44
(65,46,68)
#332533
(51,37,51)
#251C22
(37,28,34)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #A36DBB

#A36DBB
(163,109,187)
#AB7AC1
(171,122,193)
#B387C7
(179,135,199)
#BB94CD
(187,148,205)
#C3A1D3
(195,161,211)
#CBAED9
(203,174,217)
#D3BBDF
(211,187,223)
#DBC8E5
(219,200,229)
#E3D5EB
(227,213,235)
#EBE2F1
(235,226,241)
#F3EFF7
(243,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A36DBB; }

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

This text font color is #A36DBB.

Background Color

.myBgColor { background-color: #A36DBB; }

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

This div background color is #A36DBB.

Border color

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

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

This div border color is #A36DBB.

Opacity

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

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

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

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

This text has shadow with #A36DBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A36DBB.

Preview

Color preview on black background

This text has color #A36DBB on black background.


Color preview on white background

This text has color #A36DBB on white background.


Black color preview on #A36DBB background

This text has black color on #A36DBB background.


White color preview on #A36DBB background

This text has white color on #A36DBB background.


Related colors

Complementary color

Complementary color for #hex is #5C9244.


I love getcolorcode.com

Triadic colors

1 #BBA36D and #6DBBA3 with #A36DBB are triadic colors.

2 #BB6DA3 and #6DA3BB with #A36DBB are triadic colors.