COLOR #A25C88

HEX: #A25C88
RGB: (162,92,136)

Color info

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

RGB color model

#A25C88 color RGB value is (162,92,136).

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

RGB channels and saturation

R 162 of 255 = 64%
G 92 of 255 = 36%
B 136 of 255 = 53%

162
92
136

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

Portions of RGB colors in percentages

R + G + B =
162 + 92 + 136 = 390 (100%)
R 162 of 390 ~ 41.54%
G 92 of 390 ~ 23.59%
B 136 of 390 ~ 34.87%

%41.54
%23.59
%34.87

CMYK color model

#A25C88 color CMYK value is (0,43,16,36).

  • cyan value is 0.00%
  • magenta value is 43.21%
  • yellow value is 16.05%
  • key color value is 36.47%
CMYK:
(0,43,16,36)
C0M43Y16K36 
(0%,43%,16%,36%)
(0.00/0.43/0.16/0.36)	

CMYK percentages

%0
%43.21
%16.05
%36.47

Codes

Color #A25C88 in popluar color models

A25C88
RGB16292136
HSL322°27.56%49.80%
HSB/HSV322°43.21%63.53%
CMYK0.00%43.21%16.05%
36.47%

Color #A25C88 in popluar number systems.

HEXA25C88
Decimal16292136
Binary10100010101110010001000
Octal242134210

Shades and tints

Shades of #A25C88

#A25C88
(162,92,136)
#94547C
(148,84,124)
#864C70
(134,76,112)
#784464
(120,68,100)
#6A3C58
(106,60,88)
#5C344C
(92,52,76)
#4E2C40
(78,44,64)
#402434
(64,36,52)
#321C28
(50,28,40)
#24141C
(36,20,28)
#160C10
(22,12,16)
#000000
(0,0,0)

Tints of #A25C88

#A25C88
(162,92,136)
#AA6A92
(170,106,146)
#B2789C
(178,120,156)
#BA86A6
(186,134,166)
#C294B0
(194,148,176)
#CAA2BA
(202,162,186)
#D2B0C4
(210,176,196)
#DABECE
(218,190,206)
#E2CCD8
(226,204,216)
#EADAE2
(234,218,226)
#F2E8EC
(242,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A25C88; }

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

This text font color is #A25C88.


Background Color

.myBgColor { background-color: #A25C88; }

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

This div background color is #A25C88.


Border color

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

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

This div border color is #A25C88.


Opacity

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

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

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

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

This text has shadow with #A25C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A25C88 on black background.


Color preview on white background

This text has color #A25C88 on white background.



Black color preview on #A25C88 background

This text has black color on #A25C88 background.


White color preview on #A25C88 background

This text has white color on #A25C88 background.