COLOR #A25B8D

HEX: #A25B8D
RGB: (162,91,141)

Color info

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

RGB color model

#A25B8D color RGB value is (162,91,141).

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

RGB channels and saturation

R 162 of 255 = 64%
G 91 of 255 = 36%
B 141 of 255 = 55%

162
91
141

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

Portions of RGB colors in percentages

R + G + B =
162 + 91 + 141 = 394 (100%)
R 162 of 394 ~ 41.12%
G 91 of 394 ~ 23.1%
B 141 of 394 ~ 35.79%

%41.12
%23.1
%35.79

CMYK color model

#A25B8D color CMYK value is (0,44,13,36).

  • cyan value is 0.00%
  • magenta value is 43.83%
  • yellow value is 12.96%
  • key color value is 36.47%
CMYK:
(0,44,13,36)
C0M44Y13K36 
(0%,44%,13%,36%)
(0.00/0.44/0.13/0.36)	

CMYK percentages

%0
%43.83
%12.96
%36.47

Codes

Color #A25B8D in popluar color models

A25B8D
RGB16291141
HSL318°28.06%49.61%
HSB/HSV318°43.83%63.53%
CMYK0.00%43.83%12.96%
36.47%

Color #A25B8D in popluar number systems.

HEXA25B8D
Decimal16291141
Binary10100010101101110001101
Octal242133215

Shades and tints

Shades of #A25B8D

#A25B8D
(162,91,141)
#945381
(148,83,129)
#864B75
(134,75,117)
#784369
(120,67,105)
#6A3B5D
(106,59,93)
#5C3351
(92,51,81)
#4E2B45
(78,43,69)
#402339
(64,35,57)
#321B2D
(50,27,45)
#241321
(36,19,33)
#160B15
(22,11,21)
#000000
(0,0,0)

Tints of #A25B8D

#A25B8D
(162,91,141)
#AA6997
(170,105,151)
#B277A1
(178,119,161)
#BA85AB
(186,133,171)
#C293B5
(194,147,181)
#CAA1BF
(202,161,191)
#D2AFC9
(210,175,201)
#DABDD3
(218,189,211)
#E2CBDD
(226,203,221)
#EAD9E7
(234,217,231)
#F2E7F1
(242,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A25B8D; }

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

This text font color is #A25B8D.


Background Color

.myBgColor { background-color: #A25B8D; }

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

This div background color is #A25B8D.


Border color

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

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

This div border color is #A25B8D.


Opacity

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

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

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

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

This text has shadow with #A25B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A25B8D on black background.


Color preview on white background

This text has color #A25B8D on white background.



Black color preview on #A25B8D background

This text has black color on #A25B8D background.


White color preview on #A25B8D background

This text has white color on #A25B8D background.