COLOR #A25BA5

HEX: #A25BA5
RGB: (162,91,165)

Color info

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

RGB color model

#A25BA5 color RGB value is (162,91,165).

  • red value is 162;
  • green value is 91;
  • blue value is 165.
RGB:
(162,91,165)
(64%,36%,65%)

RGB channels and saturation

R 162 of 255 = 64%
G 91 of 255 = 36%
B 165 of 255 = 65%

162
91
165

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

Portions of RGB colors in percentages

R + G + B =
162 + 91 + 165 = 418 (100%)
R 162 of 418 ~ 38.76%
G 91 of 418 ~ 21.77%
B 165 of 418 ~ 39.47%

%38.76
%21.77
%39.47

CMYK color model

#A25BA5 color CMYK value is (2,45,0,35).

  • cyan value is 1.82%
  • magenta value is 44.85%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(2,45,0,35)
C2M45Y0K35 
(2%,45%,0%,35%)
(0.02/0.45/0.00/0.35)	

CMYK percentages

%1.82
%44.85
%0
%35.29

Codes

Color #A25BA5 in popluar color models

A25BA5
RGB16291165
HSL298°29.13%50.20%
HSB/HSV298°44.85%64.71%
CMYK1.82%44.85%0.00%
35.29%

Color #A25BA5 in popluar number systems.

HEXA25BA5
Decimal16291165
Binary10100010101101110100101
Octal242133245

Shades and tints

Shades of #A25BA5

#A25BA5
(162,91,165)
#945396
(148,83,150)
#864B87
(134,75,135)
#784378
(120,67,120)
#6A3B69
(106,59,105)
#5C335A
(92,51,90)
#4E2B4B
(78,43,75)
#40233C
(64,35,60)
#321B2D
(50,27,45)
#24131E
(36,19,30)
#160B0F
(22,11,15)
#000000
(0,0,0)

Tints of #A25BA5

#A25BA5
(162,91,165)
#AA69AD
(170,105,173)
#B277B5
(178,119,181)
#BA85BD
(186,133,189)
#C293C5
(194,147,197)
#CAA1CD
(202,161,205)
#D2AFD5
(210,175,213)
#DABDDD
(218,189,221)
#E2CBE5
(226,203,229)
#EAD9ED
(234,217,237)
#F2E7F5
(242,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A25BA5 color. Also use rgb(162,91,165) instead hex code.

Text Font Color

.myTextColor { color: #A25BA5; }

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

This text font color is #A25BA5.


Background Color

.myBgColor { background-color: #A25BA5; }

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

This div background color is #A25BA5.


Border color

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

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

This div border color is #A25BA5.


Opacity

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

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

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

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

This text has shadow with #A25BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A25BA5 on black background.


Color preview on white background

This text has color #A25BA5 on white background.



Black color preview on #A25BA5 background

This text has black color on #A25BA5 background.


White color preview on #A25BA5 background

This text has white color on #A25BA5 background.