COLOR #A42AA0

HEX: #A42AA0 RGB: (164,42,160)

Color info

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

RGB color model

#A42AA0 color RGB value is (164,42,160).

RGB: (164,42,160) (64%, 16%, 63%)

RGB channels and saturation

R 164 of 255 = 64%
G 42 of 255 = 16%
B 160 of 255 = 63%

164
42
160

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

Portions of RGB colors in percentages

R + G + B = 164 + 42 + 160 = 366 (100%)
R 164 of 366 ~ 44.81%
G 42 of 366 ~ 11.48%
B 160 of 366 ~ 43.72'%

%44.81
%11.48
%43.72

CMYK color model

#A42AA0 color CMYK value is (0,74,2,36).

  • cyan value is 0.00%
  • magenta value is 74.39%
  • yellow value is 2.44%
  • key color value is 35.69%

CMYK: (0,74,2,36)
C0M74Y2K36 (0%, 74%, 2%, 36%)
(0.00 / 0.74 / 0.02 / 0.36)

CMYK percentages

%0
%74.39
%2.44
%35.69

Codes

Color #A42AA0 in popluar color models

A4 2A A0
RGB 164 42 160
HSL 302° 59.22% 40.39%
HSB/HSV 302° 74.39% 64.31%
CMYK 0.00% 74.39% 2.44%
35.69%

Color #A42AA0 in popluar number systems.

HEX A4 2A A0
Decimal 164 42 160
Binary 10100100 101010 10100000
Octal 244 52 240

Shades and tints

Shades of #A42AA0

#A42AA0
(164,42,160)
#962792
(150,39,146)
#882484
(136,36,132)
#7A2176
(122,33,118)
#6C1E68
(108,30,104)
#5E1B5A
(94,27,90)
#50184C
(80,24,76)
#42153E
(66,21,62)
#341230
(52,18,48)
#260F22
(38,15,34)
#180C14
(24,12,20)
#000000
(0,0,0)

Tints of #A42AA0

#A42AA0
(164,42,160)
#AC3DA8
(172,61,168)
#B450B0
(180,80,176)
#BC63B8
(188,99,184)
#C476C0
(196,118,192)
#CC89C8
(204,137,200)
#D49CD0
(212,156,208)
#DCAFD8
(220,175,216)
#E4C2E0
(228,194,224)
#ECD5E8
(236,213,232)
#F4E8F0
(244,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A42AA0 color. Also use rgb(164,42,160) instead hex code.

Text Font Color

.myTextColor { color: #A42AA0; }

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

This text font color is #A42AA0.

Background Color

.myBgColor { background-color: #A42AA0; }

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

This div background color is #A42AA0.

Border color

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

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

This div border color is #A42AA0.

Opacity

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

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

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

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

This text has shadow with #A42AA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A42AA0.

Preview

Color preview on black background

This text has color #A42AA0 on black background.


Color preview on white background

This text has color #A42AA0 on white background.


Black color preview on #A42AA0 background

This text has black color on #A42AA0 background.


White color preview on #A42AA0 background

This text has white color on #A42AA0 background.


Related colors

Complementary color

Complementary color for #hex is #5BD55F.


I love getcolorcode.com

Triadic colors

1 #A0A42A and #2AA0A4 with #A42AA0 are triadic colors.

2 #A02AA4 and #2AA4A0 with #A42AA0 are triadic colors.