COLOR #A18ABA

HEX: #A18ABA RGB: (161,138,186)

Color info

#A18ABA contains red, green and blue colors in about the same proportion. Web safe color of #A18ABA is #9999CC (or #99C).

RGB color model

#A18ABA color RGB value is (161,138,186).

RGB: (161,138,186) (63%, 54%, 73%)

RGB channels and saturation

R 161 of 255 = 63%
G 138 of 255 = 54%
B 186 of 255 = 73%

161
138
186

R + G + B ~ 63%. #A18ABA is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 138 + 186 = 485 (100%)
R 161 of 485 ~ 33.2%
G 138 of 485 ~ 28.45%
B 186 of 485 ~ 38.35'%

%33.2
%28.45
%38.35

CMYK color model

#A18ABA color CMYK value is (13,26,0,27).

  • cyan value is 13.44%
  • magenta value is 25.81%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (13,26,0,27)
C13M26Y0K27 (13%, 26%, 0%, 27%)
(0.13 / 0.26 / 0.00 / 0.27)

CMYK percentages

%13.44
%25.81
%0
%27.06

Codes

Color #A18ABA in popluar color models

A1 8A BA
RGB 161 138 186
HSL 269° 25.81% 63.53%
HSB/HSV 269° 25.81% 72.94%
CMYK 13.44% 25.81% 0.00%
27.06%

Color #A18ABA in popluar number systems.

HEX A1 8A BA
Decimal 161 138 186
Binary 10100001 10001010 10111010
Octal 241 212 272

Shades and tints

Shades of #A18ABA

#A18ABA
(161,138,186)
#937EAA
(147,126,170)
#85729A
(133,114,154)
#77668A
(119,102,138)
#695A7A
(105,90,122)
#5B4E6A
(91,78,106)
#4D425A
(77,66,90)
#3F364A
(63,54,74)
#312A3A
(49,42,58)
#231E2A
(35,30,42)
#15121A
(21,18,26)
#000000
(0,0,0)

Tints of #A18ABA

#A18ABA
(161,138,186)
#A994C0
(169,148,192)
#B19EC6
(177,158,198)
#B9A8CC
(185,168,204)
#C1B2D2
(193,178,210)
#C9BCD8
(201,188,216)
#D1C6DE
(209,198,222)
#D9D0E4
(217,208,228)
#E1DAEA
(225,218,234)
#E9E4F0
(233,228,240)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18ABA color. Also use rgb(161,138,186) instead hex code.

Text Font Color

.myTextColor { color: #A18ABA; }

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

This text font color is #A18ABA.

Background Color

.myBgColor { background-color: #A18ABA; }

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

This div background color is #A18ABA.

Border color

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

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

This div border color is #A18ABA.

Opacity

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

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

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

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

This text has shadow with #A18ABA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18ABA.

Preview

Color preview on black background

This text has color #A18ABA on black background.


Color preview on white background

This text has color #A18ABA on white background.


Black color preview on #A18ABA background

This text has black color on #A18ABA background.


White color preview on #A18ABA background

This text has white color on #A18ABA background.


Related colors

Complementary color

Complementary color for #hex is #5E7545.


I love getcolorcode.com

Triadic colors

1 #BAA18A and #8ABAA1 with #A18ABA are triadic colors.

2 #BA8AA1 and #8AA1BA with #A18ABA are triadic colors.