COLOR #A18AC1

HEX: #A18AC1
RGB: (161,138,193)

Color info

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

RGB color model

#A18AC1 color RGB value is (161,138,193).

  • red value is 161;
  • green value is 138;
  • blue value is 193.
RGB:
(161,138,193)
(63%,54%,76%)

RGB channels and saturation

R 161 of 255 = 63%
G 138 of 255 = 54%
B 193 of 255 = 76%

161
138
193

R + G + B ~ 64%. #A18AC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 138 + 193 = 492 (100%)
R 161 of 492 ~ 32.72%
G 138 of 492 ~ 28.05%
B 193 of 492 ~ 39.23%

%32.72
%28.05
%39.23

CMYK color model

#A18AC1 color CMYK value is (17,28,0,24).

  • cyan value is 16.58%
  • magenta value is 28.50%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(17,28,0,24)
C17M28Y0K24 
(17%,28%,0%,24%)
(0.17/0.28/0.00/0.24)	

CMYK percentages

%16.58
%28.5
%0
%24.31

Codes

Color #A18AC1 in popluar color models

A18AC1
RGB161138193
HSL265°30.73%64.90%
HSB/HSV265°28.50%75.69%
CMYK16.58%28.50%0.00%
24.31%

Color #A18AC1 in popluar number systems.

HEXA18AC1
Decimal161138193
Binary101000011000101011000001
Octal241212301

Shades and tints

Shades of #A18AC1

#A18AC1
(161,138,193)
#937EB0
(147,126,176)
#85729F
(133,114,159)
#77668E
(119,102,142)
#695A7D
(105,90,125)
#5B4E6C
(91,78,108)
#4D425B
(77,66,91)
#3F364A
(63,54,74)
#312A39
(49,42,57)
#231E28
(35,30,40)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #A18AC1

#A18AC1
(161,138,193)
#A994C6
(169,148,198)
#B19ECB
(177,158,203)
#B9A8D0
(185,168,208)
#C1B2D5
(193,178,213)
#C9BCDA
(201,188,218)
#D1C6DF
(209,198,223)
#D9D0E4
(217,208,228)
#E1DAE9
(225,218,233)
#E9E4EE
(233,228,238)
#F1EEF3
(241,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A18AC1; }

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

This text font color is #A18AC1.


Background Color

.myBgColor { background-color: #A18AC1; }

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

This div background color is #A18AC1.


Border color

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

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

This div border color is #A18AC1.


Opacity

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

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

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

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

This text has shadow with #A18AC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18AC1 on black background.


Color preview on white background

This text has color #A18AC1 on white background.



Black color preview on #A18AC1 background

This text has black color on #A18AC1 background.


White color preview on #A18AC1 background

This text has white color on #A18AC1 background.