COLOR #A25F80

HEX: #A25F80
RGB: (162,95,128)

Color info

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

RGB color model

#A25F80 color RGB value is (162,95,128).

  • red value is 162;
  • green value is 95;
  • blue value is 128.
RGB:
(162,95,128)
(64%,37%,50%)

RGB channels and saturation

R 162 of 255 = 64%
G 95 of 255 = 37%
B 128 of 255 = 50%

162
95
128

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

Portions of RGB colors in percentages

R + G + B =
162 + 95 + 128 = 385 (100%)
R 162 of 385 ~ 42.08%
G 95 of 385 ~ 24.68%
B 128 of 385 ~ 33.25%

%42.08
%24.68
%33.25

CMYK color model

#A25F80 color CMYK value is (0,41,21,36).

  • cyan value is 0.00%
  • magenta value is 41.36%
  • yellow value is 20.99%
  • key color value is 36.47%
CMYK:
(0,41,21,36)
C0M41Y21K36 
(0%,41%,21%,36%)
(0.00/0.41/0.21/0.36)	

CMYK percentages

%0
%41.36
%20.99
%36.47

Codes

Color #A25F80 in popluar color models

A25F80
RGB16295128
HSL330°26.48%50.39%
HSB/HSV330°41.36%63.53%
CMYK0.00%41.36%20.99%
36.47%

Color #A25F80 in popluar number systems.

HEXA25F80
Decimal16295128
Binary10100010101111110000000
Octal242137200

Shades and tints

Shades of #A25F80

#A25F80
(162,95,128)
#945775
(148,87,117)
#864F6A
(134,79,106)
#78475F
(120,71,95)
#6A3F54
(106,63,84)
#5C3749
(92,55,73)
#4E2F3E
(78,47,62)
#402733
(64,39,51)
#321F28
(50,31,40)
#24171D
(36,23,29)
#160F12
(22,15,18)
#000000
(0,0,0)

Tints of #A25F80

#A25F80
(162,95,128)
#AA6D8B
(170,109,139)
#B27B96
(178,123,150)
#BA89A1
(186,137,161)
#C297AC
(194,151,172)
#CAA5B7
(202,165,183)
#D2B3C2
(210,179,194)
#DAC1CD
(218,193,205)
#E2CFD8
(226,207,216)
#EADDE3
(234,221,227)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A25F80 color. Also use rgb(162,95,128) instead hex code.

Text Font Color

.myTextColor { color: #A25F80; }

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

This text font color is #A25F80.


Background Color

.myBgColor { background-color: #A25F80; }

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

This div background color is #A25F80.


Border color

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

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

This div border color is #A25F80.


Opacity

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

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

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

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

This text has shadow with #A25F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A25F80 on black background.


Color preview on white background

This text has color #A25F80 on white background.



Black color preview on #A25F80 background

This text has black color on #A25F80 background.


White color preview on #A25F80 background

This text has white color on #A25F80 background.