COLOR #A28DC6

HEX: #A28DC6
RGB: (162,141,198)

Color info

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

RGB color model

#A28DC6 color RGB value is (162,141,198).

  • red value is 162;
  • green value is 141;
  • blue value is 198.
RGB:
(162,141,198)
(64%,55%,78%)

RGB channels and saturation

R 162 of 255 = 64%
G 141 of 255 = 55%
B 198 of 255 = 78%

162
141
198

R + G + B ~ 66%. #A28DC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 141 + 198 = 501 (100%)
R 162 of 501 ~ 32.34%
G 141 of 501 ~ 28.14%
B 198 of 501 ~ 39.52%

%32.34
%28.14
%39.52

CMYK color model

#A28DC6 color CMYK value is (18,29,0,22).

  • cyan value is 18.18%
  • magenta value is 28.79%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(18,29,0,22)
C18M29Y0K22 
(18%,29%,0%,22%)
(0.18/0.29/0.00/0.22)	

CMYK percentages

%18.18
%28.79
%0
%22.35

Codes

Color #A28DC6 in popluar color models

A28DC6
RGB162141198
HSL262°33.33%66.47%
HSB/HSV262°28.79%77.65%
CMYK18.18%28.79%0.00%
22.35%

Color #A28DC6 in popluar number systems.

HEXA28DC6
Decimal162141198
Binary101000101000110111000110
Octal242215306

Shades and tints

Shades of #A28DC6

#A28DC6
(162,141,198)
#9481B4
(148,129,180)
#8675A2
(134,117,162)
#786990
(120,105,144)
#6A5D7E
(106,93,126)
#5C516C
(92,81,108)
#4E455A
(78,69,90)
#403948
(64,57,72)
#322D36
(50,45,54)
#242124
(36,33,36)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #A28DC6

#A28DC6
(162,141,198)
#AA97CB
(170,151,203)
#B2A1D0
(178,161,208)
#BAABD5
(186,171,213)
#C2B5DA
(194,181,218)
#CABFDF
(202,191,223)
#D2C9E4
(210,201,228)
#DAD3E9
(218,211,233)
#E2DDEE
(226,221,238)
#EAE7F3
(234,231,243)
#F2F1F8
(242,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A28DC6 color. Also use rgb(162,141,198) instead hex code.

Text Font Color

.myTextColor { color: #A28DC6; }

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

This text font color is #A28DC6.


Background Color

.myBgColor { background-color: #A28DC6; }

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

This div background color is #A28DC6.


Border color

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

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

This div border color is #A28DC6.


Opacity

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

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

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

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

This text has shadow with #A28DC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A28DC6 on black background.


Color preview on white background

This text has color #A28DC6 on white background.



Black color preview on #A28DC6 background

This text has black color on #A28DC6 background.


White color preview on #A28DC6 background

This text has white color on #A28DC6 background.