COLOR #A25C8B

HEX: #A25C8B
RGB: (162,92,139)

Color info

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

RGB color model

#A25C8B color RGB value is (162,92,139).

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

RGB channels and saturation

R 162 of 255 = 64%
G 92 of 255 = 36%
B 139 of 255 = 55%

162
92
139

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

Portions of RGB colors in percentages

R + G + B =
162 + 92 + 139 = 393 (100%)
R 162 of 393 ~ 41.22%
G 92 of 393 ~ 23.41%
B 139 of 393 ~ 35.37%

%41.22
%23.41
%35.37

CMYK color model

#A25C8B color CMYK value is (0,43,14,36).

  • cyan value is 0.00%
  • magenta value is 43.21%
  • yellow value is 14.20%
  • key color value is 36.47%
CMYK:
(0,43,14,36)
C0M43Y14K36 
(0%,43%,14%,36%)
(0.00/0.43/0.14/0.36)	

CMYK percentages

%0
%43.21
%14.2
%36.47

Codes

Color #A25C8B in popluar color models

A25C8B
RGB16292139
HSL320°27.56%49.80%
HSB/HSV320°43.21%63.53%
CMYK0.00%43.21%14.20%
36.47%

Color #A25C8B in popluar number systems.

HEXA25C8B
Decimal16292139
Binary10100010101110010001011
Octal242134213

Shades and tints

Shades of #A25C8B

#A25C8B
(162,92,139)
#94547F
(148,84,127)
#864C73
(134,76,115)
#784467
(120,68,103)
#6A3C5B
(106,60,91)
#5C344F
(92,52,79)
#4E2C43
(78,44,67)
#402437
(64,36,55)
#321C2B
(50,28,43)
#24141F
(36,20,31)
#160C13
(22,12,19)
#000000
(0,0,0)

Tints of #A25C8B

#A25C8B
(162,92,139)
#AA6A95
(170,106,149)
#B2789F
(178,120,159)
#BA86A9
(186,134,169)
#C294B3
(194,148,179)
#CAA2BD
(202,162,189)
#D2B0C7
(210,176,199)
#DABED1
(218,190,209)
#E2CCDB
(226,204,219)
#EADAE5
(234,218,229)
#F2E8EF
(242,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A25C8B color. Also use rgb(162,92,139) instead hex code.

Text Font Color

.myTextColor { color: #A25C8B; }

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

This text font color is #A25C8B.


Background Color

.myBgColor { background-color: #A25C8B; }

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

This div background color is #A25C8B.


Border color

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

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

This div border color is #A25C8B.


Opacity

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

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

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

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

This text has shadow with #A25C8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A25C8B on black background.


Color preview on white background

This text has color #A25C8B on white background.



Black color preview on #A25C8B background

This text has black color on #A25C8B background.


White color preview on #A25C8B background

This text has white color on #A25C8B background.