COLOR #A742A2

HEX: #A742A2
RGB: (167,66,162)

Color info

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

RGB color model

#A742A2 color RGB value is (167,66,162).

  • red value is 167;
  • green value is 66;
  • blue value is 162.
RGB:
(167,66,162)
(65%,26%,64%)

RGB channels and saturation

R 167 of 255 = 65%
G 66 of 255 = 26%
B 162 of 255 = 64%

167
66
162

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

Portions of RGB colors in percentages

R + G + B =
167 + 66 + 162 = 395 (100%)
R 167 of 395 ~ 42.28%
G 66 of 395 ~ 16.71%
B 162 of 395 ~ 41.01%

%42.28
%16.71
%41.01

CMYK color model

#A742A2 color CMYK value is (0,60,3,35).

  • cyan value is 0.00%
  • magenta value is 60.48%
  • yellow value is 2.99%
  • key color value is 34.51%
CMYK:
(0,60,3,35)
C0M60Y3K35 
(0%,60%,3%,35%)
(0.00/0.60/0.03/0.35)	

CMYK percentages

%0
%60.48
%2.99
%34.51

Codes

Color #A742A2 in popluar color models

A742A2
RGB16766162
HSL303°43.35%45.69%
HSB/HSV303°60.48%65.49%
CMYK0.00%60.48%2.99%
34.51%

Color #A742A2 in popluar number systems.

HEXA742A2
Decimal16766162
Binary10100111100001010100010
Octal247102242

Shades and tints

Shades of #A742A2

#A742A2
(167,66,162)
#983C94
(152,60,148)
#893686
(137,54,134)
#7A3078
(122,48,120)
#6B2A6A
(107,42,106)
#5C245C
(92,36,92)
#4D1E4E
(77,30,78)
#3E1840
(62,24,64)
#2F1232
(47,18,50)
#200C24
(32,12,36)
#110616
(17,6,22)
#000000
(0,0,0)

Tints of #A742A2

#A742A2
(167,66,162)
#AF53AA
(175,83,170)
#B764B2
(183,100,178)
#BF75BA
(191,117,186)
#C786C2
(199,134,194)
#CF97CA
(207,151,202)
#D7A8D2
(215,168,210)
#DFB9DA
(223,185,218)
#E7CAE2
(231,202,226)
#EFDBEA
(239,219,234)
#F7ECF2
(247,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A742A2 color. Also use rgb(167,66,162) instead hex code.

Text Font Color

.myTextColor { color: #A742A2; }

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

This text font color is #A742A2.


Background Color

.myBgColor { background-color: #A742A2; }

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

This div background color is #A742A2.


Border color

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

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

This div border color is #A742A2.


Opacity

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

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

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

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

This text has shadow with #A742A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A742A2 on black background.


Color preview on white background

This text has color #A742A2 on white background.



Black color preview on #A742A2 background

This text has black color on #A742A2 background.


White color preview on #A742A2 background

This text has white color on #A742A2 background.