COLOR #A25DAA

HEX: #A25DAA RGB: (162,93,170)

Color info

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

RGB color model

#A25DAA color RGB value is (162,93,170).

RGB: (162,93,170) (64%, 36%, 67%)

RGB channels and saturation

R 162 of 255 = 64%
G 93 of 255 = 36%
B 170 of 255 = 67%

162
93
170

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

Portions of RGB colors in percentages

R + G + B = 162 + 93 + 170 = 425 (100%)
R 162 of 425 ~ 38.12%
G 93 of 425 ~ 21.88%
B 170 of 425 ~ 40'%

%38.12
%21.88
%40

CMYK color model

#A25DAA color CMYK value is (5,45,0,33).

  • cyan value is 4.71%
  • magenta value is 45.29%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (5,45,0,33) C5M45Y0K33 (5%,45%,0%,33%) (0.05/0.45/0.00/0.33) 

CMYK percentages

%4.71
%45.29
%0
%33.33

Codes

Color #A25DAA in popluar color models

A2 5D AA
RGB 162 93 170
HSL 294° 31.17% 51.57%
HSB/HSV 294° 45.29% 66.67%
CMYK 4.71% 45.29% 0.00%
33.33%

Color #A25DAA in popluar number systems.

HEX A2 5D AA
Decimal 162 93 170
Binary 10100010 1011101 10101010
Octal 242 135 252

Shades and tints

Shades of #A25DAA

#A25DAA
(162,93,170)
#94559B
(148,85,155)
#864D8C
(134,77,140)
#78457D
(120,69,125)
#6A3D6E
(106,61,110)
#5C355F
(92,53,95)
#4E2D50
(78,45,80)
#402541
(64,37,65)
#321D32
(50,29,50)
#241523
(36,21,35)
#160D14
(22,13,20)
#000000
(0,0,0)

Tints of #A25DAA

#A25DAA
(162,93,170)
#AA6BB1
(170,107,177)
#B279B8
(178,121,184)
#BA87BF
(186,135,191)
#C295C6
(194,149,198)
#CAA3CD
(202,163,205)
#D2B1D4
(210,177,212)
#DABFDB
(218,191,219)
#E2CDE2
(226,205,226)
#EADBE9
(234,219,233)
#F2E9F0
(242,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A25DAA color. Also use rgb(162,93,170) instead hex code.

Text Font Color

.myTextColor { color: #A25DAA; }

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

This text font color is #A25DAA.

Background Color

.myBgColor { background-color: #A25DAA; }

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

This div background color is #A25DAA.

Border color

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

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

This div border color is #A25DAA.

Opacity

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

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

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

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

This text has shadow with #A25DAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A25DAA.

Preview

Color preview on black background

This text has color #A25DAA on black background.


Color preview on white background

This text has color #A25DAA on white background.


Black color preview on #A25DAA background

This text has black color on #A25DAA background.


White color preview on #A25DAA background

This text has white color on #A25DAA background.


Related colors

Complementary color

Complementary color for #hex is #5DA255.


I love getcolorcode.com

Triadic colors

1 #AAA25D and #5DAAA2 with #A25DAA are triadic colors.

2 #AA5DA2 and #5DA2AA with #A25DAA are triadic colors.