COLOR #A18ED0

HEX: #A18ED0 RGB: (161,142,208)

Color info

#A18ED0 contains mainly red and blue colors. Web safe color of #A18ED0 is #9999CC (or #99C).

RGB color model

#A18ED0 color RGB value is (161,142,208).

RGB: (161,142,208) (63%, 56%, 82%)

RGB channels and saturation

R 161 of 255 = 63%
G 142 of 255 = 56%
B 208 of 255 = 82%

161
142
208

R + G + B ~ 67%. #A18ED0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 142 + 208 = 511 (100%)
R 161 of 511 ~ 31.51%
G 142 of 511 ~ 27.79%
B 208 of 511 ~ 40.7'%

%31.51
%27.79
%40.7

CMYK color model

#A18ED0 color CMYK value is (23,32,0,18).

  • cyan value is 22.60%
  • magenta value is 31.73%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (23,32,0,18)
C23M32Y0K18 (23%, 32%, 0%, 18%)
(0.23 / 0.32 / 0.00 / 0.18)

CMYK percentages

%22.6
%31.73
%0
%18.43

Codes

Color #A18ED0 in popluar color models

A1 8E D0
RGB 161 142 208
HSL 257° 41.25% 68.63%
HSB/HSV 257° 31.73% 81.57%
CMYK 22.60% 31.73% 0.00%
18.43%

Color #A18ED0 in popluar number systems.

HEX A1 8E D0
Decimal 161 142 208
Binary 10100001 10001110 11010000
Octal 241 216 320

Shades and tints

Shades of #A18ED0

#A18ED0
(161,142,208)
#9382BE
(147,130,190)
#8576AC
(133,118,172)
#776A9A
(119,106,154)
#695E88
(105,94,136)
#5B5276
(91,82,118)
#4D4664
(77,70,100)
#3F3A52
(63,58,82)
#312E40
(49,46,64)
#23222E
(35,34,46)
#15161C
(21,22,28)
#000000
(0,0,0)

Tints of #A18ED0

#A18ED0
(161,142,208)
#A998D4
(169,152,212)
#B1A2D8
(177,162,216)
#B9ACDC
(185,172,220)
#C1B6E0
(193,182,224)
#C9C0E4
(201,192,228)
#D1CAE8
(209,202,232)
#D9D4EC
(217,212,236)
#E1DEF0
(225,222,240)
#E9E8F4
(233,232,244)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A18ED0 color. Also use rgb(161,142,208) instead hex code.

Text Font Color

.myTextColor { color: #A18ED0; }

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

This text font color is #A18ED0.

Background Color

.myBgColor { background-color: #A18ED0; }

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

This div background color is #A18ED0.

Border color

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

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

This div border color is #A18ED0.

Opacity

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

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

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

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

This text has shadow with #A18ED0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A18ED0.

Preview

Color preview on black background

This text has color #A18ED0 on black background.


Color preview on white background

This text has color #A18ED0 on white background.


Black color preview on #A18ED0 background

This text has black color on #A18ED0 background.


White color preview on #A18ED0 background

This text has white color on #A18ED0 background.


Related colors

Complementary color

Complementary color for #hex is #5E712F.


I love getcolorcode.com

Triadic colors

1 #D0A18E and #8ED0A1 with #A18ED0 are triadic colors.

2 #D08EA1 and #8EA1D0 with #A18ED0 are triadic colors.