COLOR #A25D78

HEX: #A25D78 RGB: (162,93,120)

Color info

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

RGB color model

#A25D78 color RGB value is (162,93,120).

RGB: (162,93,120) (64%, 36%, 47%)

RGB channels and saturation

R 162 of 255 = 64%
G 93 of 255 = 36%
B 120 of 255 = 47%

162
93
120

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

Portions of RGB colors in percentages

R + G + B = 162 + 93 + 120 = 375 (100%)
R 162 of 375 ~ 43.2%
G 93 of 375 ~ 24.8%
B 120 of 375 ~ 32'%

%43.2
%24.8
%32

CMYK color model

#A25D78 color CMYK value is (0,43,26,36).

  • cyan value is 0.00%
  • magenta value is 42.59%
  • yellow value is 25.93%
  • key color value is 36.47%
CMYK: (0,43,26,36) C0M43Y26K36 (0%,43%,26%,36%) (0.00/0.43/0.26/0.36) 

CMYK percentages

%0
%42.59
%25.93
%36.47

Codes

Color #A25D78 in popluar color models

A2 5D 78
RGB 162 93 120
HSL 337° 27.06% 50.00%
HSB/HSV 337° 42.59% 63.53%
CMYK 0.00% 42.59% 25.93%
36.47%

Color #A25D78 in popluar number systems.

HEX A2 5D 78
Decimal 162 93 120
Binary 10100010 1011101 1111000
Octal 242 135 170

Shades and tints

Shades of #A25D78

#A25D78
(162,93,120)
#94556E
(148,85,110)
#864D64
(134,77,100)
#78455A
(120,69,90)
#6A3D50
(106,61,80)
#5C3546
(92,53,70)
#4E2D3C
(78,45,60)
#402532
(64,37,50)
#321D28
(50,29,40)
#24151E
(36,21,30)
#160D14
(22,13,20)
#000000
(0,0,0)

Tints of #A25D78

#A25D78
(162,93,120)
#AA6B84
(170,107,132)
#B27990
(178,121,144)
#BA879C
(186,135,156)
#C295A8
(194,149,168)
#CAA3B4
(202,163,180)
#D2B1C0
(210,177,192)
#DABFCC
(218,191,204)
#E2CDD8
(226,205,216)
#EADBE4
(234,219,228)
#F2E9F0
(242,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A25D78 color. Also use rgb(162,93,120) instead hex code.

Text Font Color

.myTextColor { color: #A25D78; }

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

This text font color is #A25D78.

Background Color

.myBgColor { background-color: #A25D78; }

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

This div background color is #A25D78.

Border color

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

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

This div border color is #A25D78.

Opacity

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

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

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

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

This text has shadow with #A25D78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A25D78.

Preview

Color preview on black background

This text has color #A25D78 on black background.


Color preview on white background

This text has color #A25D78 on white background.


Black color preview on #A25D78 background

This text has black color on #A25D78 background.


White color preview on #A25D78 background

This text has white color on #A25D78 background.


Related colors

Complementary color

Complementary color for #hex is #5DA287.


I love getcolorcode.com

Triadic colors

1 #78A25D and #5D78A2 with #A25D78 are triadic colors.

2 #785DA2 and #5DA278 with #A25D78 are triadic colors.