COLOR #A188D2

HEX: #A188D2
RGB: (161,136,210)

Color info

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

RGB color model

#A188D2 color RGB value is (161,136,210).

  • red value is 161;
  • green value is 136;
  • blue value is 210.
RGB:
(161,136,210)
(63%,53%,82%)

RGB channels and saturation

R 161 of 255 = 63%
G 136 of 255 = 53%
B 210 of 255 = 82%

161
136
210

R + G + B ~ 66%. #A188D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 136 + 210 = 507 (100%)
R 161 of 507 ~ 31.76%
G 136 of 507 ~ 26.82%
B 210 of 507 ~ 41.42%

%31.76
%26.82
%41.42

CMYK color model

#A188D2 color CMYK value is (23,35,0,18).

  • cyan value is 23.33%
  • magenta value is 35.24%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(23,35,0,18)
C23M35Y0K18 
(23%,35%,0%,18%)
(0.23/0.35/0.00/0.18)	

CMYK percentages

%23.33
%35.24
%0
%17.65

Codes

Color #A188D2 in popluar color models

A188D2
RGB161136210
HSL260°45.12%67.84%
HSB/HSV260°35.24%82.35%
CMYK23.33%35.24%0.00%
17.65%

Color #A188D2 in popluar number systems.

HEXA188D2
Decimal161136210
Binary101000011000100011010010
Octal241210322

Shades and tints

Shades of #A188D2

#A188D2
(161,136,210)
#937CBF
(147,124,191)
#8570AC
(133,112,172)
#776499
(119,100,153)
#695886
(105,88,134)
#5B4C73
(91,76,115)
#4D4060
(77,64,96)
#3F344D
(63,52,77)
#31283A
(49,40,58)
#231C27
(35,28,39)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #A188D2

#A188D2
(161,136,210)
#A992D6
(169,146,214)
#B19CDA
(177,156,218)
#B9A6DE
(185,166,222)
#C1B0E2
(193,176,226)
#C9BAE6
(201,186,230)
#D1C4EA
(209,196,234)
#D9CEEE
(217,206,238)
#E1D8F2
(225,216,242)
#E9E2F6
(233,226,246)
#F1ECFA
(241,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A188D2 color. Also use rgb(161,136,210) instead hex code.

Text Font Color

.myTextColor { color: #A188D2; }

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

This text font color is #A188D2.


Background Color

.myBgColor { background-color: #A188D2; }

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

This div background color is #A188D2.


Border color

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

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

This div border color is #A188D2.


Opacity

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

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

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

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

This text has shadow with #A188D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A188D2 on black background.


Color preview on white background

This text has color #A188D2 on white background.



Black color preview on #A188D2 background

This text has black color on #A188D2 background.


White color preview on #A188D2 background

This text has white color on #A188D2 background.