COLOR #A18CC0

HEX: #A18CC0
RGB: (161,140,192)

Color info

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

RGB color model

#A18CC0 color RGB value is (161,140,192).

  • red value is 161;
  • green value is 140;
  • blue value is 192.
RGB:
(161,140,192)
(63%,55%,75%)

RGB channels and saturation

R 161 of 255 = 63%
G 140 of 255 = 55%
B 192 of 255 = 75%

161
140
192

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

Portions of RGB colors in percentages

R + G + B =
161 + 140 + 192 = 493 (100%)
R 161 of 493 ~ 32.66%
G 140 of 493 ~ 28.4%
B 192 of 493 ~ 38.95%

%32.66
%28.4
%38.95

CMYK color model

#A18CC0 color CMYK value is (16,27,0,25).

  • cyan value is 16.15%
  • magenta value is 27.08%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(16,27,0,25)
C16M27Y0K25 
(16%,27%,0%,25%)
(0.16/0.27/0.00/0.25)	

CMYK percentages

%16.15
%27.08
%0
%24.71

Codes

Color #A18CC0 in popluar color models

A18CC0
RGB161140192
HSL264°29.21%65.10%
HSB/HSV264°27.08%75.29%
CMYK16.15%27.08%0.00%
24.71%

Color #A18CC0 in popluar number systems.

HEXA18CC0
Decimal161140192
Binary101000011000110011000000
Octal241214300

Shades and tints

Shades of #A18CC0

#A18CC0
(161,140,192)
#9380AF
(147,128,175)
#85749E
(133,116,158)
#77688D
(119,104,141)
#695C7C
(105,92,124)
#5B506B
(91,80,107)
#4D445A
(77,68,90)
#3F3849
(63,56,73)
#312C38
(49,44,56)
#232027
(35,32,39)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #A18CC0

#A18CC0
(161,140,192)
#A996C5
(169,150,197)
#B1A0CA
(177,160,202)
#B9AACF
(185,170,207)
#C1B4D4
(193,180,212)
#C9BED9
(201,190,217)
#D1C8DE
(209,200,222)
#D9D2E3
(217,210,227)
#E1DCE8
(225,220,232)
#E9E6ED
(233,230,237)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18CC0 color. Also use rgb(161,140,192) instead hex code.

Text Font Color

.myTextColor { color: #A18CC0; }

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

This text font color is #A18CC0.


Background Color

.myBgColor { background-color: #A18CC0; }

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

This div background color is #A18CC0.


Border color

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

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

This div border color is #A18CC0.


Opacity

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

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

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

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

This text has shadow with #A18CC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A18CC0 on black background.


Color preview on white background

This text has color #A18CC0 on white background.



Black color preview on #A18CC0 background

This text has black color on #A18CC0 background.


White color preview on #A18CC0 background

This text has white color on #A18CC0 background.