COLOR #A2528E

HEX: #A2528E RGB: (162,82,142)

Color info

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

RGB color model

#A2528E color RGB value is (162,82,142).

RGB: (162,82,142) (64%, 32%, 56%)

RGB channels and saturation

R 162 of 255 = 64%
G 82 of 255 = 32%
B 142 of 255 = 56%

162
82
142

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

Portions of RGB colors in percentages

R + G + B = 162 + 82 + 142 = 386 (100%)
R 162 of 386 ~ 41.97%
G 82 of 386 ~ 21.24%
B 142 of 386 ~ 36.79'%

%41.97
%21.24
%36.79

CMYK color model

#A2528E color CMYK value is (0,49,12,36).

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

CMYK: (0,49,12,36)
C0M49Y12K36 (0%, 49%, 12%, 36%)
(0.00 / 0.49 / 0.12 / 0.36)

CMYK percentages

%0
%49.38
%12.35
%36.47

Codes

Color #A2528E in popluar color models

A2 52 8E
RGB 162 82 142
HSL 315° 32.79% 47.84%
HSB/HSV 315° 49.38% 63.53%
CMYK 0.00% 49.38% 12.35%
36.47%

Color #A2528E in popluar number systems.

HEX A2 52 8E
Decimal 162 82 142
Binary 10100010 1010010 10001110
Octal 242 122 216

Shades and tints

Shades of #A2528E

#A2528E
(162,82,142)
#944B82
(148,75,130)
#864476
(134,68,118)
#783D6A
(120,61,106)
#6A365E
(106,54,94)
#5C2F52
(92,47,82)
#4E2846
(78,40,70)
#40213A
(64,33,58)
#321A2E
(50,26,46)
#241322
(36,19,34)
#160C16
(22,12,22)
#000000
(0,0,0)

Tints of #A2528E

#A2528E
(162,82,142)
#AA6198
(170,97,152)
#B270A2
(178,112,162)
#BA7FAC
(186,127,172)
#C28EB6
(194,142,182)
#CA9DC0
(202,157,192)
#D2ACCA
(210,172,202)
#DABBD4
(218,187,212)
#E2CADE
(226,202,222)
#EAD9E8
(234,217,232)
#F2E8F2
(242,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2528E; }

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

This text font color is #A2528E.

Background Color

.myBgColor { background-color: #A2528E; }

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

This div background color is #A2528E.

Border color

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

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

This div border color is #A2528E.

Opacity

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

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

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

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

This text has shadow with #A2528E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2528E.

Preview

Color preview on black background

This text has color #A2528E on black background.


Color preview on white background

This text has color #A2528E on white background.


Black color preview on #A2528E background

This text has black color on #A2528E background.


White color preview on #A2528E background

This text has white color on #A2528E background.


Related colors

Complementary color

Complementary color for #hex is #5DAD71.


I love getcolorcode.com

Triadic colors

1 #8EA252 and #528EA2 with #A2528E are triadic colors.

2 #8E52A2 and #52A28E with #A2528E are triadic colors.