COLOR #A856AD

HEX: #A856AD
RGB: (168,86,173)

Color info

#A856AD contains mainly red and blue colors. Web safe color of #A856AD is #996699 (or #969).

RGB color model

#A856AD color RGB value is (168,86,173).

  • red value is 168;
  • green value is 86;
  • blue value is 173.
RGB:
(168,86,173)
(66%,34%,68%)

RGB channels and saturation

R 168 of 255 = 66%
G 86 of 255 = 34%
B 173 of 255 = 68%

168
86
173

R + G + B ~ 56%. #A856AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
168 + 86 + 173 = 427 (100%)
R 168 of 427 ~ 39.34%
G 86 of 427 ~ 20.14%
B 173 of 427 ~ 40.52%

%39.34
%20.14
%40.52

CMYK color model

#A856AD color CMYK value is (3,50,0,32).

  • cyan value is 2.89%
  • magenta value is 50.29%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(3,50,0,32)
C3M50Y0K32 
(3%,50%,0%,32%)
(0.03/0.50/0.00/0.32)	

CMYK percentages

%2.89
%50.29
%0
%32.16

Codes

Color #A856AD in popluar color models

A856AD
RGB16886173
HSL297°34.66%50.78%
HSB/HSV297°50.29%67.84%
CMYK2.89%50.29%0.00%
32.16%

Color #A856AD in popluar number systems.

HEXA856AD
Decimal16886173
Binary10101000101011010101101
Octal250126255

Shades and tints

Shades of #A856AD

#A856AD
(168,86,173)
#994F9E
(153,79,158)
#8A488F
(138,72,143)
#7B4180
(123,65,128)
#6C3A71
(108,58,113)
#5D3362
(93,51,98)
#4E2C53
(78,44,83)
#3F2544
(63,37,68)
#301E35
(48,30,53)
#211726
(33,23,38)
#121017
(18,16,23)
#000000
(0,0,0)

Tints of #A856AD

#A856AD
(168,86,173)
#AF65B4
(175,101,180)
#B674BB
(182,116,187)
#BD83C2
(189,131,194)
#C492C9
(196,146,201)
#CBA1D0
(203,161,208)
#D2B0D7
(210,176,215)
#D9BFDE
(217,191,222)
#E0CEE5
(224,206,229)
#E7DDEC
(231,221,236)
#EEECF3
(238,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A856AD color. Also use rgb(168,86,173) instead hex code.

Text Font Color

.myTextColor { color: #A856AD; }

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

This text font color is #A856AD.


Background Color

.myBgColor { background-color: #A856AD; }

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

This div background color is #A856AD.


Border color

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

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

This div border color is #A856AD.


Opacity

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

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

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

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

This text has shadow with #A856AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A856AD on black background.


Color preview on white background

This text has color #A856AD on white background.



Black color preview on #A856AD background

This text has black color on #A856AD background.


White color preview on #A856AD background

This text has white color on #A856AD background.