COLOR #A288B6

HEX: #A288B6
RGB: (162,136,182)

Color info

#A288B6 contains red, green and blue colors in about the same proportion. Web safe color of #A288B6 is #9999CC (or #99C).

RGB color model

#A288B6 color RGB value is (162,136,182).

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

RGB channels and saturation

R 162 of 255 = 64%
G 136 of 255 = 53%
B 182 of 255 = 71%

162
136
182

R + G + B ~ 63%. #A288B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 136 + 182 = 480 (100%)
R 162 of 480 ~ 33.75%
G 136 of 480 ~ 28.33%
B 182 of 480 ~ 37.92%

%33.75
%28.33
%37.92

CMYK color model

#A288B6 color CMYK value is (11,25,0,29).

  • cyan value is 10.99%
  • magenta value is 25.27%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(11,25,0,29)
C11M25Y0K29 
(11%,25%,0%,29%)
(0.11/0.25/0.00/0.29)	

CMYK percentages

%10.99
%25.27
%0
%28.63

Codes

Color #A288B6 in popluar color models

A288B6
RGB162136182
HSL274°23.96%62.35%
HSB/HSV274°25.27%71.37%
CMYK10.99%25.27%0.00%
28.63%

Color #A288B6 in popluar number systems.

HEXA288B6
Decimal162136182
Binary101000101000100010110110
Octal242210266

Shades and tints

Shades of #A288B6

#A288B6
(162,136,182)
#947CA6
(148,124,166)
#867096
(134,112,150)
#786486
(120,100,134)
#6A5876
(106,88,118)
#5C4C66
(92,76,102)
#4E4056
(78,64,86)
#403446
(64,52,70)
#322836
(50,40,54)
#241C26
(36,28,38)
#161016
(22,16,22)
#000000
(0,0,0)

Tints of #A288B6

#A288B6
(162,136,182)
#AA92BC
(170,146,188)
#B29CC2
(178,156,194)
#BAA6C8
(186,166,200)
#C2B0CE
(194,176,206)
#CABAD4
(202,186,212)
#D2C4DA
(210,196,218)
#DACEE0
(218,206,224)
#E2D8E6
(226,216,230)
#EAE2EC
(234,226,236)
#F2ECF2
(242,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A288B6; }

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

This text font color is #A288B6.


Background Color

.myBgColor { background-color: #A288B6; }

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

This div background color is #A288B6.


Border color

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

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

This div border color is #A288B6.


Opacity

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

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

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

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

This text has shadow with #A288B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A288B6 on black background.


Color preview on white background

This text has color #A288B6 on white background.



Black color preview on #A288B6 background

This text has black color on #A288B6 background.


White color preview on #A288B6 background

This text has white color on #A288B6 background.