COLOR #A36DE4

HEX: #A36DE4 RGB: (163,109,228)

Color info

#A36DE4 contains mainly blue color. Web safe color of #A36DE4 is #9966CC (or #96C).

RGB color model

#A36DE4 color RGB value is (163,109,228).

RGB: (163,109,228) (64%, 43%, 89%)

RGB channels and saturation

R 163 of 255 = 64%
G 109 of 255 = 43%
B 228 of 255 = 89%

163
109
228

R + G + B ~ 65%. #A36DE4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 109 + 228 = 500 (100%)
R 163 of 500 ~ 32.6%
G 109 of 500 ~ 21.8%
B 228 of 500 ~ 45.6'%

%32.6
%21.8
%45.6

CMYK color model

#A36DE4 color CMYK value is (29,52,0,11).

  • cyan value is 28.51%
  • magenta value is 52.19%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK: (29,52,0,11) C29M52Y0K11 (29%,52%,0%,11%) (0.29/0.52/0.00/0.11) 

CMYK percentages

%28.51
%52.19
%0
%10.59

Codes

Color #A36DE4 in popluar color models

A3 6D E4
RGB 163 109 228
HSL 267° 68.79% 66.08%
HSB/HSV 267° 52.19% 89.41%
CMYK 28.51% 52.19% 0.00%
10.59%

Color #A36DE4 in popluar number systems.

HEX A3 6D E4
Decimal 163 109 228
Binary 10100011 1101101 11100100
Octal 243 155 344

Shades and tints

Shades of #A36DE4

#A36DE4
(163,109,228)
#9564D0
(149,100,208)
#875BBC
(135,91,188)
#7952A8
(121,82,168)
#6B4994
(107,73,148)
#5D4080
(93,64,128)
#4F376C
(79,55,108)
#412E58
(65,46,88)
#332544
(51,37,68)
#251C30
(37,28,48)
#17131C
(23,19,28)
#000000
(0,0,0)

Tints of #A36DE4

#A36DE4
(163,109,228)
#AB7AE6
(171,122,230)
#B387E8
(179,135,232)
#BB94EA
(187,148,234)
#C3A1EC
(195,161,236)
#CBAEEE
(203,174,238)
#D3BBF0
(211,187,240)
#DBC8F2
(219,200,242)
#E3D5F4
(227,213,244)
#EBE2F6
(235,226,246)
#F3EFF8
(243,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A36DE4; }

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

This text font color is #A36DE4.

Background Color

.myBgColor { background-color: #A36DE4; }

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

This div background color is #A36DE4.

Border color

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

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

This div border color is #A36DE4.

Opacity

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

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

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

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

This text has shadow with #A36DE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A36DE4.

Preview

Color preview on black background

This text has color #A36DE4 on black background.


Color preview on white background

This text has color #A36DE4 on white background.


Black color preview on #A36DE4 background

This text has black color on #A36DE4 background.


White color preview on #A36DE4 background

This text has white color on #A36DE4 background.


Related colors

Complementary color

Complementary color for #hex is #5C921B.


I love getcolorcode.com

Triadic colors

1 #E4A36D and #6DE4A3 with #A36DE4 are triadic colors.

2 #E46DA3 and #6DA3E4 with #A36DE4 are triadic colors.