COLOR #A36ABA

HEX: #A36ABA RGB: (163,106,186)

Color info

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

RGB color model

#A36ABA color RGB value is (163,106,186).

RGB: (163,106,186) (64%, 42%, 73%)

RGB channels and saturation

R 163 of 255 = 64%
G 106 of 255 = 42%
B 186 of 255 = 73%

163
106
186

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

Portions of RGB colors in percentages

R + G + B = 163 + 106 + 186 = 455 (100%)
R 163 of 455 ~ 35.82%
G 106 of 455 ~ 23.3%
B 186 of 455 ~ 40.88'%

%35.82
%23.3
%40.88

CMYK color model

#A36ABA color CMYK value is (12,43,0,27).

  • cyan value is 12.37%
  • magenta value is 43.01%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (12,43,0,27)
C12M43Y0K27 (12%, 43%, 0%, 27%)
(0.12 / 0.43 / 0.00 / 0.27)

CMYK percentages

%12.37
%43.01
%0
%27.06

Codes

Color #A36ABA in popluar color models

A3 6A BA
RGB 163 106 186
HSL 283° 36.70% 57.25%
HSB/HSV 283° 43.01% 72.94%
CMYK 12.37% 43.01% 0.00%
27.06%

Color #A36ABA in popluar number systems.

HEX A3 6A BA
Decimal 163 106 186
Binary 10100011 1101010 10111010
Octal 243 152 272

Shades and tints

Shades of #A36ABA

#A36ABA
(163,106,186)
#9561AA
(149,97,170)
#87589A
(135,88,154)
#794F8A
(121,79,138)
#6B467A
(107,70,122)
#5D3D6A
(93,61,106)
#4F345A
(79,52,90)
#412B4A
(65,43,74)
#33223A
(51,34,58)
#25192A
(37,25,42)
#17101A
(23,16,26)
#000000
(0,0,0)

Tints of #A36ABA

#A36ABA
(163,106,186)
#AB77C0
(171,119,192)
#B384C6
(179,132,198)
#BB91CC
(187,145,204)
#C39ED2
(195,158,210)
#CBABD8
(203,171,216)
#D3B8DE
(211,184,222)
#DBC5E4
(219,197,228)
#E3D2EA
(227,210,234)
#EBDFF0
(235,223,240)
#F3ECF6
(243,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A36ABA; }

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

This text font color is #A36ABA.

Background Color

.myBgColor { background-color: #A36ABA; }

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

This div background color is #A36ABA.

Border color

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

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

This div border color is #A36ABA.

Opacity

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

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

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

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

This text has shadow with #A36ABA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A36ABA.

Preview

Color preview on black background

This text has color #A36ABA on black background.


Color preview on white background

This text has color #A36ABA on white background.


Black color preview on #A36ABA background

This text has black color on #A36ABA background.


White color preview on #A36ABA background

This text has white color on #A36ABA background.


Related colors

Complementary color

Complementary color for #hex is #5C9545.


I love getcolorcode.com

Triadic colors

1 #BAA36A and #6ABAA3 with #A36ABA are triadic colors.

2 #BA6AA3 and #6AA3BA with #A36ABA are triadic colors.