COLOR #A0479B

HEX: #A0479B
RGB: (160,71,155)

Color info

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

RGB color model

#A0479B color RGB value is (160,71,155).

  • red value is 160;
  • green value is 71;
  • blue value is 155.
RGB:
(160,71,155)
(63%,28%,61%)

RGB channels and saturation

R 160 of 255 = 63%
G 71 of 255 = 28%
B 155 of 255 = 61%

160
71
155

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

Portions of RGB colors in percentages

R + G + B =
160 + 71 + 155 = 386 (100%)
R 160 of 386 ~ 41.45%
G 71 of 386 ~ 18.39%
B 155 of 386 ~ 40.16%

%41.45
%18.39
%40.16

CMYK color model

#A0479B color CMYK value is (0,56,3,37).

  • cyan value is 0.00%
  • magenta value is 55.63%
  • yellow value is 3.13%
  • key color value is 37.25%
CMYK:
(0,56,3,37)
C0M56Y3K37 
(0%,56%,3%,37%)
(0.00/0.56/0.03/0.37)	

CMYK percentages

%0
%55.63
%3.13
%37.25

Codes

Color #A0479B in popluar color models

A0479B
RGB16071155
HSL303°38.53%45.29%
HSB/HSV303°55.63%62.75%
CMYK0.00%55.63%3.13%
37.25%

Color #A0479B in popluar number systems.

HEXA0479B
Decimal16071155
Binary10100000100011110011011
Octal240107233

Shades and tints

Shades of #A0479B

#A0479B
(160,71,155)
#92418D
(146,65,141)
#843B7F
(132,59,127)
#763571
(118,53,113)
#682F63
(104,47,99)
#5A2955
(90,41,85)
#4C2347
(76,35,71)
#3E1D39
(62,29,57)
#30172B
(48,23,43)
#22111D
(34,17,29)
#140B0F
(20,11,15)
#000000
(0,0,0)

Tints of #A0479B

#A0479B
(160,71,155)
#A857A4
(168,87,164)
#B067AD
(176,103,173)
#B877B6
(184,119,182)
#C087BF
(192,135,191)
#C897C8
(200,151,200)
#D0A7D1
(208,167,209)
#D8B7DA
(216,183,218)
#E0C7E3
(224,199,227)
#E8D7EC
(232,215,236)
#F0E7F5
(240,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0479B color. Also use rgb(160,71,155) instead hex code.

Text Font Color

.myTextColor { color: #A0479B; }

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

This text font color is #A0479B.


Background Color

.myBgColor { background-color: #A0479B; }

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

This div background color is #A0479B.


Border color

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

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

This div border color is #A0479B.


Opacity

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

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

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

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

This text has shadow with #A0479B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0479B on black background.


Color preview on white background

This text has color #A0479B on white background.



Black color preview on #A0479B background

This text has black color on #A0479B background.


White color preview on #A0479B background

This text has white color on #A0479B background.