COLOR #A25B7B

HEX: #A25B7B
RGB: (162,91,123)

Color info

#A25B7B contains mainly red and blue colors. Web safe color of #A25B7B is #996666 (or #966).

RGB color model

#A25B7B color RGB value is (162,91,123).

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

RGB channels and saturation

R 162 of 255 = 64%
G 91 of 255 = 36%
B 123 of 255 = 48%

162
91
123

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

Portions of RGB colors in percentages

R + G + B =
162 + 91 + 123 = 376 (100%)
R 162 of 376 ~ 43.09%
G 91 of 376 ~ 24.2%
B 123 of 376 ~ 32.71%

%43.09
%24.2
%32.71

CMYK color model

#A25B7B color CMYK value is (0,44,24,36).

  • cyan value is 0.00%
  • magenta value is 43.83%
  • yellow value is 24.07%
  • key color value is 36.47%
CMYK:
(0,44,24,36)
C0M44Y24K36 
(0%,44%,24%,36%)
(0.00/0.44/0.24/0.36)	

CMYK percentages

%0
%43.83
%24.07
%36.47

Codes

Color #A25B7B in popluar color models

A25B7B
RGB16291123
HSL333°28.06%49.61%
HSB/HSV333°43.83%63.53%
CMYK0.00%43.83%24.07%
36.47%

Color #A25B7B in popluar number systems.

HEXA25B7B
Decimal16291123
Binary1010001010110111111011
Octal242133173

Shades and tints

Shades of #A25B7B

#A25B7B
(162,91,123)
#945370
(148,83,112)
#864B65
(134,75,101)
#78435A
(120,67,90)
#6A3B4F
(106,59,79)
#5C3344
(92,51,68)
#4E2B39
(78,43,57)
#40232E
(64,35,46)
#321B23
(50,27,35)
#241318
(36,19,24)
#160B0D
(22,11,13)
#000000
(0,0,0)

Tints of #A25B7B

#A25B7B
(162,91,123)
#AA6987
(170,105,135)
#B27793
(178,119,147)
#BA859F
(186,133,159)
#C293AB
(194,147,171)
#CAA1B7
(202,161,183)
#D2AFC3
(210,175,195)
#DABDCF
(218,189,207)
#E2CBDB
(226,203,219)
#EAD9E7
(234,217,231)
#F2E7F3
(242,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A25B7B; }

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

This text font color is #A25B7B.


Background Color

.myBgColor { background-color: #A25B7B; }

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

This div background color is #A25B7B.


Border color

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

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

This div border color is #A25B7B.


Opacity

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

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

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

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

This text has shadow with #A25B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A25B7B on black background.


Color preview on white background

This text has color #A25B7B on white background.



Black color preview on #A25B7B background

This text has black color on #A25B7B background.


White color preview on #A25B7B background

This text has white color on #A25B7B background.