COLOR #A288DF

HEX: #A288DF
RGB: (162,136,223)

Color info

#A288DF contains mainly blue color. Web safe color of #A288DF is #9999CC (or #99C).

RGB color model

#A288DF color RGB value is (162,136,223).

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

RGB channels and saturation

R 162 of 255 = 64%
G 136 of 255 = 53%
B 223 of 255 = 87%

162
136
223

R + G + B ~ 68%. #A288DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 136 + 223 = 521 (100%)
R 162 of 521 ~ 31.09%
G 136 of 521 ~ 26.1%
B 223 of 521 ~ 42.8%

%31.09
%26.1
%42.8

CMYK color model

#A288DF color CMYK value is (27,39,0,13).

  • cyan value is 27.35%
  • magenta value is 39.01%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(27,39,0,13)
C27M39Y0K13 
(27%,39%,0%,13%)
(0.27/0.39/0.00/0.13)	

CMYK percentages

%27.35
%39.01
%0
%12.55

Codes

Color #A288DF in popluar color models

A288DF
RGB162136223
HSL258°57.62%70.39%
HSB/HSV258°39.01%87.45%
CMYK27.35%39.01%0.00%
12.55%

Color #A288DF in popluar number systems.

HEXA288DF
Decimal162136223
Binary101000101000100011011111
Octal242210337

Shades and tints

Shades of #A288DF

#A288DF
(162,136,223)
#947CCB
(148,124,203)
#8670B7
(134,112,183)
#7864A3
(120,100,163)
#6A588F
(106,88,143)
#5C4C7B
(92,76,123)
#4E4067
(78,64,103)
#403453
(64,52,83)
#32283F
(50,40,63)
#241C2B
(36,28,43)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #A288DF

#A288DF
(162,136,223)
#AA92E1
(170,146,225)
#B29CE3
(178,156,227)
#BAA6E5
(186,166,229)
#C2B0E7
(194,176,231)
#CABAE9
(202,186,233)
#D2C4EB
(210,196,235)
#DACEED
(218,206,237)
#E2D8EF
(226,216,239)
#EAE2F1
(234,226,241)
#F2ECF3
(242,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A288DF; }

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

This text font color is #A288DF.


Background Color

.myBgColor { background-color: #A288DF; }

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

This div background color is #A288DF.


Border color

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

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

This div border color is #A288DF.


Opacity

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

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

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

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

This text has shadow with #A288DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A288DF on black background.


Color preview on white background

This text has color #A288DF on white background.



Black color preview on #A288DF background

This text has black color on #A288DF background.


White color preview on #A288DF background

This text has white color on #A288DF background.