COLOR #A470B2

HEX: #A470B2
RGB: (164,112,178)

Color info

#A470B2 contains mainly red and blue colors. Web safe color of #A470B2 is #996699 (or #969).

RGB color model

#A470B2 color RGB value is (164,112,178).

  • red value is 164;
  • green value is 112;
  • blue value is 178.
RGB:
(164,112,178)
(64%,44%,70%)

RGB channels and saturation

R 164 of 255 = 64%
G 112 of 255 = 44%
B 178 of 255 = 70%

164
112
178

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

Portions of RGB colors in percentages

R + G + B =
164 + 112 + 178 = 454 (100%)
R 164 of 454 ~ 36.12%
G 112 of 454 ~ 24.67%
B 178 of 454 ~ 39.21%

%36.12
%24.67
%39.21

CMYK color model

#A470B2 color CMYK value is (8,37,0,30).

  • cyan value is 7.87%
  • magenta value is 37.08%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(8,37,0,30)
C8M37Y0K30 
(8%,37%,0%,30%)
(0.08/0.37/0.00/0.30)	

CMYK percentages

%7.87
%37.08
%0
%30.2

Codes

Color #A470B2 in popluar color models

A470B2
RGB164112178
HSL287°30.00%56.86%
HSB/HSV287°37.08%69.80%
CMYK7.87%37.08%0.00%
30.20%

Color #A470B2 in popluar number systems.

HEXA470B2
Decimal164112178
Binary10100100111000010110010
Octal244160262

Shades and tints

Shades of #A470B2

#A470B2
(164,112,178)
#9666A2
(150,102,162)
#885C92
(136,92,146)
#7A5282
(122,82,130)
#6C4872
(108,72,114)
#5E3E62
(94,62,98)
#503452
(80,52,82)
#422A42
(66,42,66)
#342032
(52,32,50)
#261622
(38,22,34)
#180C12
(24,12,18)
#000000
(0,0,0)

Tints of #A470B2

#A470B2
(164,112,178)
#AC7DB9
(172,125,185)
#B48AC0
(180,138,192)
#BC97C7
(188,151,199)
#C4A4CE
(196,164,206)
#CCB1D5
(204,177,213)
#D4BEDC
(212,190,220)
#DCCBE3
(220,203,227)
#E4D8EA
(228,216,234)
#ECE5F1
(236,229,241)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A470B2 color. Also use rgb(164,112,178) instead hex code.

Text Font Color

.myTextColor { color: #A470B2; }

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

This text font color is #A470B2.


Background Color

.myBgColor { background-color: #A470B2; }

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

This div background color is #A470B2.


Border color

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

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

This div border color is #A470B2.


Opacity

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

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

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

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

This text has shadow with #A470B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A470B2 on black background.


Color preview on white background

This text has color #A470B2 on white background.



Black color preview on #A470B2 background

This text has black color on #A470B2 background.


White color preview on #A470B2 background

This text has white color on #A470B2 background.