COLOR #A2759E

HEX: #A2759E
RGB: (162,117,158)

Color info

#A2759E contains red, green and blue colors in about the same proportion. Web safe color of #A2759E is #996699 (or #969).

RGB color model

#A2759E color RGB value is (162,117,158).

  • red value is 162;
  • green value is 117;
  • blue value is 158.
RGB: (162,117,158) (64%,46%,62%)

RGB channels and saturation

R 162 of 255 = 64%
G 117 of 255 = 46%
B 158 of 255 = 62%

162
117
158

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

Portions of RGB colors in percentages

R + G + B =
162 + 117 + 158 = 437 (100%)
R 162 of 437 ~ 37.07%
G 117 of 437 ~ 26.77%
B 158 of 437 ~ 36.16%

%37.07
%26.77
%36.16

CMYK color model

#A2759E color CMYK value is (0,28,2,36).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 2.47%
  • key color value is 36.47%
CMYK: (0,28,2,36) C0M28Y2K36 (0%,28%,2%,36%) (0.00/0.28/0.02/0.36)

CMYK percentages

%0
%27.78
%2.47
%36.47

Codes

Color #A2759E in popluar color models

A2759E
RGB162117158
HSL305°19.48%54.71%
HSB/HSV305°27.78%63.53%
CMYK0.00%27.78%2.47%
36.47%

Color #A2759E in popluar number systems.

HEXA2759E
Decimal162117158
Binary10100010111010110011110
Octal242165236

Shades and tints

Shades of #A2759E

#A2759E
(162,117,158)
#946B90
(148,107,144)
#866182
(134,97,130)
#785774
(120,87,116)
#6A4D66
(106,77,102)
#5C4358
(92,67,88)
#4E394A
(78,57,74)
#402F3C
(64,47,60)
#32252E
(50,37,46)
#241B20
(36,27,32)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #A2759E

#A2759E
(162,117,158)
#AA81A6
(170,129,166)
#B28DAE
(178,141,174)
#BA99B6
(186,153,182)
#C2A5BE
(194,165,190)
#CAB1C6
(202,177,198)
#D2BDCE
(210,189,206)
#DAC9D6
(218,201,214)
#E2D5DE
(226,213,222)
#EAE1E6
(234,225,230)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2759E color. Also use rgb(162,117,158) instead hex code.

Text Font Color

.myTextColor { color: #A2759E; }

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

This text font color is #A2759E.


Background Color

.myBgColor { background-color: #A2759E; }

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

This div background color is #A2759E.


Border color

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

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

This div border color is #A2759E.


Opacity

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

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

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

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

This text has shadow with #A2759E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A2759E on black background.


Color preview on white background

This text has color #A2759E on white background.



Black color preview on #A2759E background

This text has black color on #A2759E background.


White color preview on #A2759E background

This text has white color on #A2759E background.