COLOR #A2529A

HEX: #A2529A RGB: (162,82,154)

Color info

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

RGB color model

#A2529A color RGB value is (162,82,154).

RGB: (162,82,154) (64%, 32%, 60%)

RGB channels and saturation

R 162 of 255 = 64%
G 82 of 255 = 32%
B 154 of 255 = 60%

162
82
154

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

Portions of RGB colors in percentages

R + G + B = 162 + 82 + 154 = 398 (100%)
R 162 of 398 ~ 40.7%
G 82 of 398 ~ 20.6%
B 154 of 398 ~ 38.69'%

%40.7
%20.6
%38.69

CMYK color model

#A2529A color CMYK value is (0,49,5,36).

  • cyan value is 0.00%
  • magenta value is 49.38%
  • yellow value is 4.94%
  • key color value is 36.47%

CMYK: (0,49,5,36)
C0M49Y5K36 (0%, 49%, 5%, 36%)
(0.00 / 0.49 / 0.05 / 0.36)

CMYK percentages

%0
%49.38
%4.94
%36.47

Codes

Color #A2529A in popluar color models

A2 52 9A
RGB 162 82 154
HSL 306° 32.79% 47.84%
HSB/HSV 306° 49.38% 63.53%
CMYK 0.00% 49.38% 4.94%
36.47%

Color #A2529A in popluar number systems.

HEX A2 52 9A
Decimal 162 82 154
Binary 10100010 1010010 10011010
Octal 242 122 232

Shades and tints

Shades of #A2529A

#A2529A
(162,82,154)
#944B8C
(148,75,140)
#86447E
(134,68,126)
#783D70
(120,61,112)
#6A3662
(106,54,98)
#5C2F54
(92,47,84)
#4E2846
(78,40,70)
#402138
(64,33,56)
#321A2A
(50,26,42)
#24131C
(36,19,28)
#160C0E
(22,12,14)
#000000
(0,0,0)

Tints of #A2529A

#A2529A
(162,82,154)
#AA61A3
(170,97,163)
#B270AC
(178,112,172)
#BA7FB5
(186,127,181)
#C28EBE
(194,142,190)
#CA9DC7
(202,157,199)
#D2ACD0
(210,172,208)
#DABBD9
(218,187,217)
#E2CAE2
(226,202,226)
#EAD9EB
(234,217,235)
#F2E8F4
(242,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2529A color. Also use rgb(162,82,154) instead hex code.

Text Font Color

.myTextColor { color: #A2529A; }

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

This text font color is #A2529A.

Background Color

.myBgColor { background-color: #A2529A; }

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

This div background color is #A2529A.

Border color

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

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

This div border color is #A2529A.

Opacity

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

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

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

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

This text has shadow with #A2529A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2529A.

Preview

Color preview on black background

This text has color #A2529A on black background.


Color preview on white background

This text has color #A2529A on white background.


Black color preview on #A2529A background

This text has black color on #A2529A background.


White color preview on #A2529A background

This text has white color on #A2529A background.


Related colors

Complementary color

Complementary color for #hex is #5DAD65.


I love getcolorcode.com

Triadic colors

1 #9AA252 and #529AA2 with #A2529A are triadic colors.

2 #9A52A2 and #52A29A with #A2529A are triadic colors.