COLOR #A289AD

HEX: #A289AD
RGB: (162,137,173)

Color info

#A289AD contains red, green and blue colors in about the same proportion. Web safe color of #A289AD is #999999 (or #999).

RGB color model

#A289AD color RGB value is (162,137,173).

  • red value is 162;
  • green value is 137;
  • blue value is 173.
RGB:
(162,137,173)
(64%,54%,68%)

RGB channels and saturation

R 162 of 255 = 64%
G 137 of 255 = 54%
B 173 of 255 = 68%

162
137
173

R + G + B ~ 62%. #A289AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 137 + 173 = 472 (100%)
R 162 of 472 ~ 34.32%
G 137 of 472 ~ 29.03%
B 173 of 472 ~ 36.65%

%34.32
%29.03
%36.65

CMYK color model

#A289AD color CMYK value is (6,21,0,32).

  • cyan value is 6.36%
  • magenta value is 20.81%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(6,21,0,32)
C6M21Y0K32 
(6%,21%,0%,32%)
(0.06/0.21/0.00/0.32)	

CMYK percentages

%6.36
%20.81
%0
%32.16

Codes

Color #A289AD in popluar color models

A289AD
RGB162137173
HSL282°18.00%60.78%
HSB/HSV282°20.81%67.84%
CMYK6.36%20.81%0.00%
32.16%

Color #A289AD in popluar number systems.

HEXA289AD
Decimal162137173
Binary101000101000100110101101
Octal242211255

Shades and tints

Shades of #A289AD

#A289AD
(162,137,173)
#947D9E
(148,125,158)
#86718F
(134,113,143)
#786580
(120,101,128)
#6A5971
(106,89,113)
#5C4D62
(92,77,98)
#4E4153
(78,65,83)
#403544
(64,53,68)
#322935
(50,41,53)
#241D26
(36,29,38)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #A289AD

#A289AD
(162,137,173)
#AA93B4
(170,147,180)
#B29DBB
(178,157,187)
#BAA7C2
(186,167,194)
#C2B1C9
(194,177,201)
#CABBD0
(202,187,208)
#D2C5D7
(210,197,215)
#DACFDE
(218,207,222)
#E2D9E5
(226,217,229)
#EAE3EC
(234,227,236)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A289AD color. Also use rgb(162,137,173) instead hex code.

Text Font Color

.myTextColor { color: #A289AD; }

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

This text font color is #A289AD.


Background Color

.myBgColor { background-color: #A289AD; }

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

This div background color is #A289AD.


Border color

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

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

This div border color is #A289AD.


Opacity

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

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

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

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

This text has shadow with #A289AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A289AD on black background.


Color preview on white background

This text has color #A289AD on white background.



Black color preview on #A289AD background

This text has black color on #A289AD background.


White color preview on #A289AD background

This text has white color on #A289AD background.