COLOR #A288AD

HEX: #A288AD
RGB: (162,136,173)

Color info

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

RGB color model

#A288AD color RGB value is (162,136,173).

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

RGB channels and saturation

R 162 of 255 = 64%
G 136 of 255 = 53%
B 173 of 255 = 68%

162
136
173

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

Portions of RGB colors in percentages

R + G + B =
162 + 136 + 173 = 471 (100%)
R 162 of 471 ~ 34.39%
G 136 of 471 ~ 28.87%
B 173 of 471 ~ 36.73%

%34.39
%28.87
%36.73

CMYK color model

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

  • cyan value is 6.36%
  • magenta value is 21.39%
  • 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
%21.39
%0
%32.16

Codes

Color #A288AD in popluar color models

A288AD
RGB162136173
HSL282°18.41%60.59%
HSB/HSV282°21.39%67.84%
CMYK6.36%21.39%0.00%
32.16%

Color #A288AD in popluar number systems.

HEXA288AD
Decimal162136173
Binary101000101000100010101101
Octal242210255

Shades and tints

Shades of #A288AD

#A288AD
(162,136,173)
#947C9E
(148,124,158)
#86708F
(134,112,143)
#786480
(120,100,128)
#6A5871
(106,88,113)
#5C4C62
(92,76,98)
#4E4053
(78,64,83)
#403444
(64,52,68)
#322835
(50,40,53)
#241C26
(36,28,38)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #A288AD

#A288AD
(162,136,173)
#AA92B4
(170,146,180)
#B29CBB
(178,156,187)
#BAA6C2
(186,166,194)
#C2B0C9
(194,176,201)
#CABAD0
(202,186,208)
#D2C4D7
(210,196,215)
#DACEDE
(218,206,222)
#E2D8E5
(226,216,229)
#EAE2EC
(234,226,236)
#F2ECF3
(242,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A288AD; }

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

This text font color is #A288AD.


Background Color

.myBgColor { background-color: #A288AD; }

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

This div background color is #A288AD.


Border color

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

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

This div border color is #A288AD.


Opacity

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

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

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

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

This text has shadow with #A288AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A288AD on black background.


Color preview on white background

This text has color #A288AD on white background.



Black color preview on #A288AD background

This text has black color on #A288AD background.


White color preview on #A288AD background

This text has white color on #A288AD background.