COLOR #A331B7

HEX: #A331B7
RGB: (163,49,183)

Color info

#A331B7 contains mainly red and blue colors. Web safe color of #A331B7 is #9933CC (or #93C).

RGB color model

#A331B7 color RGB value is (163,49,183).

  • red value is 163;
  • green value is 49;
  • blue value is 183.
RGB:
(163,49,183)
(64%,19%,72%)

RGB channels and saturation

R 163 of 255 = 64%
G 49 of 255 = 19%
B 183 of 255 = 72%

163
49
183

R + G + B ~ 52%. #A331B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
163 + 49 + 183 = 395 (100%)
R 163 of 395 ~ 41.27%
G 49 of 395 ~ 12.41%
B 183 of 395 ~ 46.33%

%41.27
%12.41
%46.33

CMYK color model

#A331B7 color CMYK value is (11,73,0,28).

  • cyan value is 10.93%
  • magenta value is 73.22%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(11,73,0,28)
C11M73Y0K28 
(11%,73%,0%,28%)
(0.11/0.73/0.00/0.28)	

CMYK percentages

%10.93
%73.22
%0
%28.24

Codes

Color #A331B7 in popluar color models

A331B7
RGB16349183
HSL291°57.76%45.49%
HSB/HSV291°73.22%71.76%
CMYK10.93%73.22%0.00%
28.24%

Color #A331B7 in popluar number systems.

HEXA331B7
Decimal16349183
Binary1010001111000110110111
Octal24361267

Shades and tints

Shades of #A331B7

#A331B7
(163,49,183)
#952DA7
(149,45,167)
#872997
(135,41,151)
#792587
(121,37,135)
#6B2177
(107,33,119)
#5D1D67
(93,29,103)
#4F1957
(79,25,87)
#411547
(65,21,71)
#331137
(51,17,55)
#250D27
(37,13,39)
#170917
(23,9,23)
#000000
(0,0,0)

Tints of #A331B7

#A331B7
(163,49,183)
#AB43BD
(171,67,189)
#B355C3
(179,85,195)
#BB67C9
(187,103,201)
#C379CF
(195,121,207)
#CB8BD5
(203,139,213)
#D39DDB
(211,157,219)
#DBAFE1
(219,175,225)
#E3C1E7
(227,193,231)
#EBD3ED
(235,211,237)
#F3E5F3
(243,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A331B7 color. Also use rgb(163,49,183) instead hex code.

Text Font Color

.myTextColor { color: #A331B7; }

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

This text font color is #A331B7.


Background Color

.myBgColor { background-color: #A331B7; }

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

This div background color is #A331B7.


Border color

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

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

This div border color is #A331B7.


Opacity

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

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

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

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

This text has shadow with #A331B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A331B7 on black background.


Color preview on white background

This text has color #A331B7 on white background.



Black color preview on #A331B7 background

This text has black color on #A331B7 background.


White color preview on #A331B7 background

This text has white color on #A331B7 background.