COLOR #A288A7

HEX: #A288A7
RGB: (162,136,167)

Color info

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

RGB color model

#A288A7 color RGB value is (162,136,167).

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

RGB channels and saturation

R 162 of 255 = 64%
G 136 of 255 = 53%
B 167 of 255 = 65%

162
136
167

R + G + B ~ 61%. #A288A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 136 + 167 = 465 (100%)
R 162 of 465 ~ 34.84%
G 136 of 465 ~ 29.25%
B 167 of 465 ~ 35.91%

%34.84
%29.25
%35.91

CMYK color model

#A288A7 color CMYK value is (3,19,0,35).

  • cyan value is 2.99%
  • magenta value is 18.56%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(3,19,0,35)
C3M19Y0K35 
(3%,19%,0%,35%)
(0.03/0.19/0.00/0.35)	

CMYK percentages

%2.99
%18.56
%0
%34.51

Codes

Color #A288A7 in popluar color models

A288A7
RGB162136167
HSL290°14.98%59.41%
HSB/HSV290°18.56%65.49%
CMYK2.99%18.56%0.00%
34.51%

Color #A288A7 in popluar number systems.

HEXA288A7
Decimal162136167
Binary101000101000100010100111
Octal242210247

Shades and tints

Shades of #A288A7

#A288A7
(162,136,167)
#947C98
(148,124,152)
#867089
(134,112,137)
#78647A
(120,100,122)
#6A586B
(106,88,107)
#5C4C5C
(92,76,92)
#4E404D
(78,64,77)
#40343E
(64,52,62)
#32282F
(50,40,47)
#241C20
(36,28,32)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #A288A7

#A288A7
(162,136,167)
#AA92AF
(170,146,175)
#B29CB7
(178,156,183)
#BAA6BF
(186,166,191)
#C2B0C7
(194,176,199)
#CABACF
(202,186,207)
#D2C4D7
(210,196,215)
#DACEDF
(218,206,223)
#E2D8E7
(226,216,231)
#EAE2EF
(234,226,239)
#F2ECF7
(242,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A288A7; }

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

This text font color is #A288A7.


Background Color

.myBgColor { background-color: #A288A7; }

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

This div background color is #A288A7.


Border color

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

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

This div border color is #A288A7.


Opacity

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

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

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

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

This text has shadow with #A288A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A288A7 on black background.


Color preview on white background

This text has color #A288A7 on white background.



Black color preview on #A288A7 background

This text has black color on #A288A7 background.


White color preview on #A288A7 background

This text has white color on #A288A7 background.