COLOR #A193B8

HEX: #A193B8
RGB: (161,147,184)

Color info

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

RGB color model

#A193B8 color RGB value is (161,147,184).

  • red value is 161;
  • green value is 147;
  • blue value is 184.
RGB:
(161,147,184)
(63%,58%,72%)

RGB channels and saturation

R 161 of 255 = 63%
G 147 of 255 = 58%
B 184 of 255 = 72%

161
147
184

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

Portions of RGB colors in percentages

R + G + B =
161 + 147 + 184 = 492 (100%)
R 161 of 492 ~ 32.72%
G 147 of 492 ~ 29.88%
B 184 of 492 ~ 37.4%

%32.72
%29.88
%37.4

CMYK color model

#A193B8 color CMYK value is (13,20,0,28).

  • cyan value is 12.50%
  • magenta value is 20.11%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(13,20,0,28)
C13M20Y0K28 
(13%,20%,0%,28%)
(0.13/0.20/0.00/0.28)	

CMYK percentages

%12.5
%20.11
%0
%27.84

Codes

Color #A193B8 in popluar color models

A193B8
RGB161147184
HSL263°20.67%64.90%
HSB/HSV263°20.11%72.16%
CMYK12.50%20.11%0.00%
27.84%

Color #A193B8 in popluar number systems.

HEXA193B8
Decimal161147184
Binary101000011001001110111000
Octal241223270

Shades and tints

Shades of #A193B8

#A193B8
(161,147,184)
#9386A8
(147,134,168)
#857998
(133,121,152)
#776C88
(119,108,136)
#695F78
(105,95,120)
#5B5268
(91,82,104)
#4D4558
(77,69,88)
#3F3848
(63,56,72)
#312B38
(49,43,56)
#231E28
(35,30,40)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #A193B8

#A193B8
(161,147,184)
#A99CBE
(169,156,190)
#B1A5C4
(177,165,196)
#B9AECA
(185,174,202)
#C1B7D0
(193,183,208)
#C9C0D6
(201,192,214)
#D1C9DC
(209,201,220)
#D9D2E2
(217,210,226)
#E1DBE8
(225,219,232)
#E9E4EE
(233,228,238)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A193B8 color. Also use rgb(161,147,184) instead hex code.

Text Font Color

.myTextColor { color: #A193B8; }

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

This text font color is #A193B8.


Background Color

.myBgColor { background-color: #A193B8; }

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

This div background color is #A193B8.


Border color

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

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

This div border color is #A193B8.


Opacity

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

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

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

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

This text has shadow with #A193B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A193B8 on black background.


Color preview on white background

This text has color #A193B8 on white background.



Black color preview on #A193B8 background

This text has black color on #A193B8 background.


White color preview on #A193B8 background

This text has white color on #A193B8 background.