COLOR #A25587

HEX: #A25587 RGB: (162,85,135)

Color info

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

RGB color model

#A25587 color RGB value is (162,85,135).

RGB: (162,85,135) (64%, 33%, 53%)

RGB channels and saturation

R 162 of 255 = 64%
G 85 of 255 = 33%
B 135 of 255 = 53%

162
85
135

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

Portions of RGB colors in percentages

R + G + B = 162 + 85 + 135 = 382 (100%)
R 162 of 382 ~ 42.41%
G 85 of 382 ~ 22.25%
B 135 of 382 ~ 35.34'%

%42.41
%22.25
%35.34

CMYK color model

#A25587 color CMYK value is (0,48,17,36).

  • cyan value is 0.00%
  • magenta value is 47.53%
  • yellow value is 16.67%
  • key color value is 36.47%

CMYK: (0,48,17,36)
C0M48Y17K36 (0%, 48%, 17%, 36%)
(0.00 / 0.48 / 0.17 / 0.36)

CMYK percentages

%0
%47.53
%16.67
%36.47

Codes

Color #A25587 in popluar color models

A2 55 87
RGB 162 85 135
HSL 321° 31.17% 48.43%
HSB/HSV 321° 47.53% 63.53%
CMYK 0.00% 47.53% 16.67%
36.47%

Color #A25587 in popluar number systems.

HEX A2 55 87
Decimal 162 85 135
Binary 10100010 1010101 10000111
Octal 242 125 207

Shades and tints

Shades of #A25587

#A25587
(162,85,135)
#944E7B
(148,78,123)
#86476F
(134,71,111)
#784063
(120,64,99)
#6A3957
(106,57,87)
#5C324B
(92,50,75)
#4E2B3F
(78,43,63)
#402433
(64,36,51)
#321D27
(50,29,39)
#24161B
(36,22,27)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #A25587

#A25587
(162,85,135)
#AA6491
(170,100,145)
#B2739B
(178,115,155)
#BA82A5
(186,130,165)
#C291AF
(194,145,175)
#CAA0B9
(202,160,185)
#D2AFC3
(210,175,195)
#DABECD
(218,190,205)
#E2CDD7
(226,205,215)
#EADCE1
(234,220,225)
#F2EBEB
(242,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A25587 color. Also use rgb(162,85,135) instead hex code.

Text Font Color

.myTextColor { color: #A25587; }

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

This text font color is #A25587.

Background Color

.myBgColor { background-color: #A25587; }

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

This div background color is #A25587.

Border color

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

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

This div border color is #A25587.

Opacity

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

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

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

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

This text has shadow with #A25587 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A25587.

Preview

Color preview on black background

This text has color #A25587 on black background.


Color preview on white background

This text has color #A25587 on white background.


Black color preview on #A25587 background

This text has black color on #A25587 background.


White color preview on #A25587 background

This text has white color on #A25587 background.


Related colors

Complementary color

Complementary color for #hex is #5DAA78.


I love getcolorcode.com

Triadic colors

1 #87A255 and #5587A2 with #A25587 are triadic colors.

2 #8755A2 and #55A287 with #A25587 are triadic colors.