COLOR #A391B5

HEX: #A391B5
RGB: (163,145,181)

Color info

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

RGB color model

#A391B5 color RGB value is (163,145,181).

  • red value is 163;
  • green value is 145;
  • blue value is 181.
RGB:
(163,145,181)
(64%,57%,71%)

RGB channels and saturation

R 163 of 255 = 64%
G 145 of 255 = 57%
B 181 of 255 = 71%

163
145
181

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

Portions of RGB colors in percentages

R + G + B =
163 + 145 + 181 = 489 (100%)
R 163 of 489 ~ 33.33%
G 145 of 489 ~ 29.65%
B 181 of 489 ~ 37.01%

%33.33
%29.65
%37.01

CMYK color model

#A391B5 color CMYK value is (10,20,0,29).

  • cyan value is 9.94%
  • magenta value is 19.89%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(10,20,0,29)
C10M20Y0K29 
(10%,20%,0%,29%)
(0.10/0.20/0.00/0.29)	

CMYK percentages

%9.94
%19.89
%0
%29.02

Codes

Color #A391B5 in popluar color models

A391B5
RGB163145181
HSL270°19.57%63.92%
HSB/HSV270°19.89%70.98%
CMYK9.94%19.89%0.00%
29.02%

Color #A391B5 in popluar number systems.

HEXA391B5
Decimal163145181
Binary101000111001000110110101
Octal243221265

Shades and tints

Shades of #A391B5

#A391B5
(163,145,181)
#9584A5
(149,132,165)
#877795
(135,119,149)
#796A85
(121,106,133)
#6B5D75
(107,93,117)
#5D5065
(93,80,101)
#4F4355
(79,67,85)
#413645
(65,54,69)
#332935
(51,41,53)
#251C25
(37,28,37)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #A391B5

#A391B5
(163,145,181)
#AB9BBB
(171,155,187)
#B3A5C1
(179,165,193)
#BBAFC7
(187,175,199)
#C3B9CD
(195,185,205)
#CBC3D3
(203,195,211)
#D3CDD9
(211,205,217)
#DBD7DF
(219,215,223)
#E3E1E5
(227,225,229)
#EBEBEB
(235,235,235)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A391B5 color. Also use rgb(163,145,181) instead hex code.

Text Font Color

.myTextColor { color: #A391B5; }

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

This text font color is #A391B5.


Background Color

.myBgColor { background-color: #A391B5; }

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

This div background color is #A391B5.


Border color

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

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

This div border color is #A391B5.


Opacity

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

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

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

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

This text has shadow with #A391B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A391B5 on black background.


Color preview on white background

This text has color #A391B5 on white background.



Black color preview on #A391B5 background

This text has black color on #A391B5 background.


White color preview on #A391B5 background

This text has white color on #A391B5 background.