COLOR #A331B0

HEX: #A331B0
RGB: (163,49,176)

Color info

#A331B0 contains mainly red and blue colors. Web safe color of #A331B0 is #993399 (or #939).

RGB color model

#A331B0 color RGB value is (163,49,176).

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

RGB channels and saturation

R 163 of 255 = 64%
G 49 of 255 = 19%
B 176 of 255 = 69%

163
49
176

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

Portions of RGB colors in percentages

R + G + B =
163 + 49 + 176 = 388 (100%)
R 163 of 388 ~ 42.01%
G 49 of 388 ~ 12.63%
B 176 of 388 ~ 45.36%

%42.01
%12.63
%45.36

CMYK color model

#A331B0 color CMYK value is (7,72,0,31).

  • cyan value is 7.39%
  • magenta value is 72.16%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(7,72,0,31)
C7M72Y0K31 
(7%,72%,0%,31%)
(0.07/0.72/0.00/0.31)	

CMYK percentages

%7.39
%72.16
%0
%30.98

Codes

Color #A331B0 in popluar color models

A331B0
RGB16349176
HSL294°56.44%44.12%
HSB/HSV294°72.16%69.02%
CMYK7.39%72.16%0.00%
30.98%

Color #A331B0 in popluar number systems.

HEXA331B0
Decimal16349176
Binary1010001111000110110000
Octal24361260

Shades and tints

Shades of #A331B0

#A331B0
(163,49,176)
#952DA0
(149,45,160)
#872990
(135,41,144)
#792580
(121,37,128)
#6B2170
(107,33,112)
#5D1D60
(93,29,96)
#4F1950
(79,25,80)
#411540
(65,21,64)
#331130
(51,17,48)
#250D20
(37,13,32)
#170910
(23,9,16)
#000000
(0,0,0)

Tints of #A331B0

#A331B0
(163,49,176)
#AB43B7
(171,67,183)
#B355BE
(179,85,190)
#BB67C5
(187,103,197)
#C379CC
(195,121,204)
#CB8BD3
(203,139,211)
#D39DDA
(211,157,218)
#DBAFE1
(219,175,225)
#E3C1E8
(227,193,232)
#EBD3EF
(235,211,239)
#F3E5F6
(243,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A331B0; }

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

This text font color is #A331B0.


Background Color

.myBgColor { background-color: #A331B0; }

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

This div background color is #A331B0.


Border color

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

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

This div border color is #A331B0.


Opacity

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

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

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

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

This text has shadow with #A331B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A331B0 on black background.


Color preview on white background

This text has color #A331B0 on white background.



Black color preview on #A331B0 background

This text has black color on #A331B0 background.


White color preview on #A331B0 background

This text has white color on #A331B0 background.