COLOR #A279A0

HEX: #A279A0
RGB: (162,121,160)

Color info

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

RGB color model

#A279A0 color RGB value is (162,121,160).

  • red value is 162;
  • green value is 121;
  • blue value is 160.
RGB:
(162,121,160)
(64%,47%,63%)

RGB channels and saturation

R 162 of 255 = 64%
G 121 of 255 = 47%
B 160 of 255 = 63%

162
121
160

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

Portions of RGB colors in percentages

R + G + B =
162 + 121 + 160 = 443 (100%)
R 162 of 443 ~ 36.57%
G 121 of 443 ~ 27.31%
B 160 of 443 ~ 36.12%

%36.57
%27.31
%36.12

CMYK color model

#A279A0 color CMYK value is (0,25,1,36).

  • cyan value is 0.00%
  • magenta value is 25.31%
  • yellow value is 1.23%
  • key color value is 36.47%
CMYK:
(0,25,1,36)
C0M25Y1K36 
(0%,25%,1%,36%)
(0.00/0.25/0.01/0.36)	

CMYK percentages

%0
%25.31
%1.23
%36.47

Codes

Color #A279A0 in popluar color models

A279A0
RGB162121160
HSL303°18.06%55.49%
HSB/HSV303°25.31%63.53%
CMYK0.00%25.31%1.23%
36.47%

Color #A279A0 in popluar number systems.

HEXA279A0
Decimal162121160
Binary10100010111100110100000
Octal242171240

Shades and tints

Shades of #A279A0

#A279A0
(162,121,160)
#946E92
(148,110,146)
#866384
(134,99,132)
#785876
(120,88,118)
#6A4D68
(106,77,104)
#5C425A
(92,66,90)
#4E374C
(78,55,76)
#402C3E
(64,44,62)
#322130
(50,33,48)
#241622
(36,22,34)
#160B14
(22,11,20)
#000000
(0,0,0)

Tints of #A279A0

#A279A0
(162,121,160)
#AA85A8
(170,133,168)
#B291B0
(178,145,176)
#BA9DB8
(186,157,184)
#C2A9C0
(194,169,192)
#CAB5C8
(202,181,200)
#D2C1D0
(210,193,208)
#DACDD8
(218,205,216)
#E2D9E0
(226,217,224)
#EAE5E8
(234,229,232)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A279A0 color. Also use rgb(162,121,160) instead hex code.

Text Font Color

.myTextColor { color: #A279A0; }

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

This text font color is #A279A0.


Background Color

.myBgColor { background-color: #A279A0; }

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

This div background color is #A279A0.


Border color

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

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

This div border color is #A279A0.


Opacity

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

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

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

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

This text has shadow with #A279A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A279A0 on black background.


Color preview on white background

This text has color #A279A0 on white background.



Black color preview on #A279A0 background

This text has black color on #A279A0 background.


White color preview on #A279A0 background

This text has white color on #A279A0 background.