COLOR #A740A3

HEX: #A740A3
RGB: (167,64,163)

Color info

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

RGB color model

#A740A3 color RGB value is (167,64,163).

  • red value is 167;
  • green value is 64;
  • blue value is 163.
RGB:
(167,64,163)
(65%,25%,64%)

RGB channels and saturation

R 167 of 255 = 65%
G 64 of 255 = 25%
B 163 of 255 = 64%

167
64
163

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

Portions of RGB colors in percentages

R + G + B =
167 + 64 + 163 = 394 (100%)
R 167 of 394 ~ 42.39%
G 64 of 394 ~ 16.24%
B 163 of 394 ~ 41.37%

%42.39
%16.24
%41.37

CMYK color model

#A740A3 color CMYK value is (0,62,2,35).

  • cyan value is 0.00%
  • magenta value is 61.68%
  • yellow value is 2.40%
  • key color value is 34.51%
CMYK:
(0,62,2,35)
C0M62Y2K35 
(0%,62%,2%,35%)
(0.00/0.62/0.02/0.35)	

CMYK percentages

%0
%61.68
%2.4
%34.51

Codes

Color #A740A3 in popluar color models

A740A3
RGB16764163
HSL302°44.59%45.29%
HSB/HSV302°61.68%65.49%
CMYK0.00%61.68%2.40%
34.51%

Color #A740A3 in popluar number systems.

HEXA740A3
Decimal16764163
Binary10100111100000010100011
Octal247100243

Shades and tints

Shades of #A740A3

#A740A3
(167,64,163)
#983B95
(152,59,149)
#893687
(137,54,135)
#7A3179
(122,49,121)
#6B2C6B
(107,44,107)
#5C275D
(92,39,93)
#4D224F
(77,34,79)
#3E1D41
(62,29,65)
#2F1833
(47,24,51)
#201325
(32,19,37)
#110E17
(17,14,23)
#000000
(0,0,0)

Tints of #A740A3

#A740A3
(167,64,163)
#AF51AB
(175,81,171)
#B762B3
(183,98,179)
#BF73BB
(191,115,187)
#C784C3
(199,132,195)
#CF95CB
(207,149,203)
#D7A6D3
(215,166,211)
#DFB7DB
(223,183,219)
#E7C8E3
(231,200,227)
#EFD9EB
(239,217,235)
#F7EAF3
(247,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A740A3 color. Also use rgb(167,64,163) instead hex code.

Text Font Color

.myTextColor { color: #A740A3; }

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

This text font color is #A740A3.


Background Color

.myBgColor { background-color: #A740A3; }

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

This div background color is #A740A3.


Border color

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

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

This div border color is #A740A3.


Opacity

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

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

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

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

This text has shadow with #A740A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A740A3 on black background.


Color preview on white background

This text has color #A740A3 on white background.



Black color preview on #A740A3 background

This text has black color on #A740A3 background.


White color preview on #A740A3 background

This text has white color on #A740A3 background.