COLOR #A25598

HEX: #A25598
RGB: (162,85,152)

Color info

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

RGB color model

#A25598 color RGB value is (162,85,152).

  • red value is 162;
  • green value is 85;
  • blue value is 152.
RGB:
(162,85,152)
(64%,33%,60%)

RGB channels and saturation

R 162 of 255 = 64%
G 85 of 255 = 33%
B 152 of 255 = 60%

162
85
152

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

Portions of RGB colors in percentages

R + G + B =
162 + 85 + 152 = 399 (100%)
R 162 of 399 ~ 40.6%
G 85 of 399 ~ 21.3%
B 152 of 399 ~ 38.1%

%40.6
%21.3
%38.1

CMYK color model

#A25598 color CMYK value is (0,48,6,36).

  • cyan value is 0.00%
  • magenta value is 47.53%
  • yellow value is 6.17%
  • key color value is 36.47%
CMYK:
(0,48,6,36)
C0M48Y6K36 
(0%,48%,6%,36%)
(0.00/0.48/0.06/0.36)	

CMYK percentages

%0
%47.53
%6.17
%36.47

Codes

Color #A25598 in popluar color models

A25598
RGB16285152
HSL308°31.17%48.43%
HSB/HSV308°47.53%63.53%
CMYK0.00%47.53%6.17%
36.47%

Color #A25598 in popluar number systems.

HEXA25598
Decimal16285152
Binary10100010101010110011000
Octal242125230

Shades and tints

Shades of #A25598

#A25598
(162,85,152)
#944E8B
(148,78,139)
#86477E
(134,71,126)
#784071
(120,64,113)
#6A3964
(106,57,100)
#5C3257
(92,50,87)
#4E2B4A
(78,43,74)
#40243D
(64,36,61)
#321D30
(50,29,48)
#241623
(36,22,35)
#160F16
(22,15,22)
#000000
(0,0,0)

Tints of #A25598

#A25598
(162,85,152)
#AA64A1
(170,100,161)
#B273AA
(178,115,170)
#BA82B3
(186,130,179)
#C291BC
(194,145,188)
#CAA0C5
(202,160,197)
#D2AFCE
(210,175,206)
#DABED7
(218,190,215)
#E2CDE0
(226,205,224)
#EADCE9
(234,220,233)
#F2EBF2
(242,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A25598; }

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

This text font color is #A25598.


Background Color

.myBgColor { background-color: #A25598; }

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

This div background color is #A25598.


Border color

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

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

This div border color is #A25598.


Opacity

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

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

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

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

This text has shadow with #A25598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A25598 on black background.


Color preview on white background

This text has color #A25598 on white background.



Black color preview on #A25598 background

This text has black color on #A25598 background.


White color preview on #A25598 background

This text has white color on #A25598 background.