COLOR #A20B96

HEX: #A20B96
RGB: (162,11,150)

Color info

#A20B96 contains mainly red and blue colors. Web safe color of #A20B96 is #990099 (or #909).

RGB color model

#A20B96 color RGB value is (162,11,150).

  • red value is 162;
  • green value is 11;
  • blue value is 150.
RGB:
(162,11,150)
(64%,4%,59%)

RGB channels and saturation

R 162 of 255 = 64%
G 11 of 255 = 4%
B 150 of 255 = 59%

162
11
150

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

Portions of RGB colors in percentages

R + G + B =
162 + 11 + 150 = 323 (100%)
R 162 of 323 ~ 50.15%
G 11 of 323 ~ 3.41%
B 150 of 323 ~ 46.44%

%50.15
%46.44

CMYK color model

#A20B96 color CMYK value is (0,93,7,36).

  • cyan value is 0.00%
  • magenta value is 93.21%
  • yellow value is 7.41%
  • key color value is 36.47%
CMYK:
(0,93,7,36)
C0M93Y7K36 
(0%,93%,7%,36%)
(0.00/0.93/0.07/0.36)	

CMYK percentages

%0
%93.21
%7.41
%36.47

Codes

Color #A20B96 in popluar color models

A20B96
RGB16211150
HSL305°87.28%33.92%
HSB/HSV305°93.21%63.53%
CMYK0.00%93.21%7.41%
36.47%

Color #A20B96 in popluar number systems.

HEXA20B96
Decimal16211150
Binary10100010101110010110
Octal24213226

Shades and tints

Shades of #A20B96

#A20B96
(162,11,150)
#940A89
(148,10,137)
#86097C
(134,9,124)
#78086F
(120,8,111)
#6A0762
(106,7,98)
#5C0655
(92,6,85)
#4E0548
(78,5,72)
#40043B
(64,4,59)
#32032E
(50,3,46)
#240221
(36,2,33)
#160114
(22,1,20)
#000000
(0,0,0)

Tints of #A20B96

#A20B96
(162,11,150)
#AA219F
(170,33,159)
#B237A8
(178,55,168)
#BA4DB1
(186,77,177)
#C263BA
(194,99,186)
#CA79C3
(202,121,195)
#D28FCC
(210,143,204)
#DAA5D5
(218,165,213)
#E2BBDE
(226,187,222)
#EAD1E7
(234,209,231)
#F2E7F0
(242,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A20B96 color. Also use rgb(162,11,150) instead hex code.

Text Font Color

.myTextColor { color: #A20B96; }

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

This text font color is #A20B96.


Background Color

.myBgColor { background-color: #A20B96; }

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

This div background color is #A20B96.


Border color

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

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

This div border color is #A20B96.


Opacity

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

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

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

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

This text has shadow with #A20B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A20B96 on black background.


Color preview on white background

This text has color #A20B96 on white background.



Black color preview on #A20B96 background

This text has black color on #A20B96 background.


White color preview on #A20B96 background

This text has white color on #A20B96 background.