COLOR #A20C63

HEX: #A20C63
RGB: (162,12,99)

Color info

#A20C63 contains mainly red color. Web safe color of #A20C63 is #990066 (or #906).

RGB color model

#A20C63 color RGB value is (162,12,99).

  • red value is 162;
  • green value is 12;
  • blue value is 99.
RGB:
(162,12,99)
(64%,5%,39%)

RGB channels and saturation

R 162 of 255 = 64%
G 12 of 255 = 5%
B 99 of 255 = 39%

162
12
99

R + G + B ~ 36%. #A20C63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
162 + 12 + 99 = 273 (100%)
R 162 of 273 ~ 59.34%
G 12 of 273 ~ 4.4%
B 99 of 273 ~ 36.26%

%59.34
%36.26

CMYK color model

#A20C63 color CMYK value is (0,93,39,36).

  • cyan value is 0.00%
  • magenta value is 92.59%
  • yellow value is 38.89%
  • key color value is 36.47%
CMYK:
(0,93,39,36)
C0M93Y39K36 
(0%,93%,39%,36%)
(0.00/0.93/0.39/0.36)	

CMYK percentages

%0
%92.59
%38.89
%36.47

Codes

Color #A20C63 in popluar color models

A20C63
RGB1621299
HSL325°86.21%34.12%
HSB/HSV325°92.59%63.53%
CMYK0.00%92.59%38.89%
36.47%

Color #A20C63 in popluar number systems.

HEXA20C63
Decimal1621299
Binary1010001011001100011
Octal24214143

Shades and tints

Shades of #A20C63

#A20C63
(162,12,99)
#940B5A
(148,11,90)
#860A51
(134,10,81)
#780948
(120,9,72)
#6A083F
(106,8,63)
#5C0736
(92,7,54)
#4E062D
(78,6,45)
#400524
(64,5,36)
#32041B
(50,4,27)
#240312
(36,3,18)
#160209
(22,2,9)
#000000
(0,0,0)

Tints of #A20C63

#A20C63
(162,12,99)
#AA2271
(170,34,113)
#B2387F
(178,56,127)
#BA4E8D
(186,78,141)
#C2649B
(194,100,155)
#CA7AA9
(202,122,169)
#D290B7
(210,144,183)
#DAA6C5
(218,166,197)
#E2BCD3
(226,188,211)
#EAD2E1
(234,210,225)
#F2E8EF
(242,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A20C63 color. Also use rgb(162,12,99) instead hex code.

Text Font Color

.myTextColor { color: #A20C63; }

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

This text font color is #A20C63.


Background Color

.myBgColor { background-color: #A20C63; }

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

This div background color is #A20C63.


Border color

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

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

This div border color is #A20C63.


Opacity

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

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

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

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

This text has shadow with #A20C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A20C63 on black background.


Color preview on white background

This text has color #A20C63 on white background.



Black color preview on #A20C63 background

This text has black color on #A20C63 background.


White color preview on #A20C63 background

This text has white color on #A20C63 background.