COLOR #A391C8

HEX: #A391C8
RGB: (163,145,200)

Color info

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

RGB color model

#A391C8 color RGB value is (163,145,200).

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

RGB channels and saturation

R 163 of 255 = 64%
G 145 of 255 = 57%
B 200 of 255 = 78%

163
145
200

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

Portions of RGB colors in percentages

R + G + B =
163 + 145 + 200 = 508 (100%)
R 163 of 508 ~ 32.09%
G 145 of 508 ~ 28.54%
B 200 of 508 ~ 39.37%

%32.09
%28.54
%39.37

CMYK color model

#A391C8 color CMYK value is (19,28,0,22).

  • cyan value is 18.50%
  • magenta value is 27.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(19,28,0,22)
C19M28Y0K22 
(19%,28%,0%,22%)
(0.19/0.28/0.00/0.22)	

CMYK percentages

%18.5
%27.5
%0
%21.57

Codes

Color #A391C8 in popluar color models

A391C8
RGB163145200
HSL260°33.33%67.65%
HSB/HSV260°27.50%78.43%
CMYK18.50%27.50%0.00%
21.57%

Color #A391C8 in popluar number systems.

HEXA391C8
Decimal163145200
Binary101000111001000111001000
Octal243221310

Shades and tints

Shades of #A391C8

#A391C8
(163,145,200)
#9584B6
(149,132,182)
#8777A4
(135,119,164)
#796A92
(121,106,146)
#6B5D80
(107,93,128)
#5D506E
(93,80,110)
#4F435C
(79,67,92)
#41364A
(65,54,74)
#332938
(51,41,56)
#251C26
(37,28,38)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #A391C8

#A391C8
(163,145,200)
#AB9BCD
(171,155,205)
#B3A5D2
(179,165,210)
#BBAFD7
(187,175,215)
#C3B9DC
(195,185,220)
#CBC3E1
(203,195,225)
#D3CDE6
(211,205,230)
#DBD7EB
(219,215,235)
#E3E1F0
(227,225,240)
#EBEBF5
(235,235,245)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A391C8; }

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

This text font color is #A391C8.


Background Color

.myBgColor { background-color: #A391C8; }

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

This div background color is #A391C8.


Border color

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

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

This div border color is #A391C8.


Opacity

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

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

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

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

This text has shadow with #A391C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A391C8 on black background.


Color preview on white background

This text has color #A391C8 on white background.



Black color preview on #A391C8 background

This text has black color on #A391C8 background.


White color preview on #A391C8 background

This text has white color on #A391C8 background.