COLOR #A854AB

HEX: #A854AB
RGB: (168,84,171)

Color info

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

RGB color model

#A854AB color RGB value is (168,84,171).

  • red value is 168;
  • green value is 84;
  • blue value is 171.
RGB:
(168,84,171)
(66%,33%,67%)

RGB channels and saturation

R 168 of 255 = 66%
G 84 of 255 = 33%
B 171 of 255 = 67%

168
84
171

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

Portions of RGB colors in percentages

R + G + B =
168 + 84 + 171 = 423 (100%)
R 168 of 423 ~ 39.72%
G 84 of 423 ~ 19.86%
B 171 of 423 ~ 40.43%

%39.72
%19.86
%40.43

CMYK color model

#A854AB color CMYK value is (2,51,0,33).

  • cyan value is 1.75%
  • magenta value is 50.88%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(2,51,0,33)
C2M51Y0K33 
(2%,51%,0%,33%)
(0.02/0.51/0.00/0.33)	

CMYK percentages

%1.75
%50.88
%0
%32.94

Codes

Color #A854AB in popluar color models

A854AB
RGB16884171
HSL298°34.12%50.00%
HSB/HSV298°50.88%67.06%
CMYK1.75%50.88%0.00%
32.94%

Color #A854AB in popluar number systems.

HEXA854AB
Decimal16884171
Binary10101000101010010101011
Octal250124253

Shades and tints

Shades of #A854AB

#A854AB
(168,84,171)
#994D9C
(153,77,156)
#8A468D
(138,70,141)
#7B3F7E
(123,63,126)
#6C386F
(108,56,111)
#5D3160
(93,49,96)
#4E2A51
(78,42,81)
#3F2342
(63,35,66)
#301C33
(48,28,51)
#211524
(33,21,36)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #A854AB

#A854AB
(168,84,171)
#AF63B2
(175,99,178)
#B672B9
(182,114,185)
#BD81C0
(189,129,192)
#C490C7
(196,144,199)
#CB9FCE
(203,159,206)
#D2AED5
(210,174,213)
#D9BDDC
(217,189,220)
#E0CCE3
(224,204,227)
#E7DBEA
(231,219,234)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A854AB color. Also use rgb(168,84,171) instead hex code.

Text Font Color

.myTextColor { color: #A854AB; }

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

This text font color is #A854AB.


Background Color

.myBgColor { background-color: #A854AB; }

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

This div background color is #A854AB.


Border color

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

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

This div border color is #A854AB.


Opacity

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

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

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

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

This text has shadow with #A854AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A854AB on black background.


Color preview on white background

This text has color #A854AB on white background.



Black color preview on #A854AB background

This text has black color on #A854AB background.


White color preview on #A854AB background

This text has white color on #A854AB background.