COLOR #A391C1

HEX: #A391C1
RGB: (163,145,193)

Color info

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

RGB color model

#A391C1 color RGB value is (163,145,193).

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

RGB channels and saturation

R 163 of 255 = 64%
G 145 of 255 = 57%
B 193 of 255 = 76%

163
145
193

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

Portions of RGB colors in percentages

R + G + B =
163 + 145 + 193 = 501 (100%)
R 163 of 501 ~ 32.53%
G 145 of 501 ~ 28.94%
B 193 of 501 ~ 38.52%

%32.53
%28.94
%38.52

CMYK color model

#A391C1 color CMYK value is (16,25,0,24).

  • cyan value is 15.54%
  • magenta value is 24.87%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(16,25,0,24)
C16M25Y0K24 
(16%,25%,0%,24%)
(0.16/0.25/0.00/0.24)	

CMYK percentages

%15.54
%24.87
%0
%24.31

Codes

Color #A391C1 in popluar color models

A391C1
RGB163145193
HSL263°27.91%66.27%
HSB/HSV263°24.87%75.69%
CMYK15.54%24.87%0.00%
24.31%

Color #A391C1 in popluar number systems.

HEXA391C1
Decimal163145193
Binary101000111001000111000001
Octal243221301

Shades and tints

Shades of #A391C1

#A391C1
(163,145,193)
#9584B0
(149,132,176)
#87779F
(135,119,159)
#796A8E
(121,106,142)
#6B5D7D
(107,93,125)
#5D506C
(93,80,108)
#4F435B
(79,67,91)
#41364A
(65,54,74)
#332939
(51,41,57)
#251C28
(37,28,40)
#170F17
(23,15,23)
#000000
(0,0,0)

Tints of #A391C1

#A391C1
(163,145,193)
#AB9BC6
(171,155,198)
#B3A5CB
(179,165,203)
#BBAFD0
(187,175,208)
#C3B9D5
(195,185,213)
#CBC3DA
(203,195,218)
#D3CDDF
(211,205,223)
#DBD7E4
(219,215,228)
#E3E1E9
(227,225,233)
#EBEBEE
(235,235,238)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A391C1; }

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

This text font color is #A391C1.


Background Color

.myBgColor { background-color: #A391C1; }

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

This div background color is #A391C1.


Border color

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

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

This div border color is #A391C1.


Opacity

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

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

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

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

This text has shadow with #A391C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A391C1 on black background.


Color preview on white background

This text has color #A391C1 on white background.



Black color preview on #A391C1 background

This text has black color on #A391C1 background.


White color preview on #A391C1 background

This text has white color on #A391C1 background.