COLOR #A854A8

HEX: #A854A8
RGB: (168,84,168)

Color info

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

RGB color model

#A854A8 color RGB value is (168,84,168).

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

RGB channels and saturation

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

168
84
168

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

Portions of RGB colors in percentages

R + G + B =
168 + 84 + 168 = 420 (100%)
R 168 of 420 ~ 40%
G 84 of 420 ~ 20%
B 168 of 420 ~ 40%

%40
%20
%40

CMYK color model

#A854A8 color CMYK value is (0,50,0,34).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(0,50,0,34)
C0M50Y0K34 
(0%,50%,0%,34%)
(0.00/0.50/0.00/0.34)	

CMYK percentages

%0
%50
%0
%34.12

Codes

Color #A854A8 in popluar color models

A854A8
RGB16884168
HSL300°33.33%49.41%
HSB/HSV300°50.00%65.88%
CMYK0.00%50.00%0.00%
34.12%

Color #A854A8 in popluar number systems.

HEXA854A8
Decimal16884168
Binary10101000101010010101000
Octal250124250

Shades and tints

Shades of #A854A8

#A854A8
(168,84,168)
#994D99
(153,77,153)
#8A468A
(138,70,138)
#7B3F7B
(123,63,123)
#6C386C
(108,56,108)
#5D315D
(93,49,93)
#4E2A4E
(78,42,78)
#3F233F
(63,35,63)
#301C30
(48,28,48)
#211521
(33,21,33)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #A854A8

#A854A8
(168,84,168)
#AF63AF
(175,99,175)
#B672B6
(182,114,182)
#BD81BD
(189,129,189)
#C490C4
(196,144,196)
#CB9FCB
(203,159,203)
#D2AED2
(210,174,210)
#D9BDD9
(217,189,217)
#E0CCE0
(224,204,224)
#E7DBE7
(231,219,231)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A854A8; }

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

This text font color is #A854A8.


Background Color

.myBgColor { background-color: #A854A8; }

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

This div background color is #A854A8.


Border color

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

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

This div border color is #A854A8.


Opacity

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

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

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

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

This text has shadow with #A854A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A854A8 on black background.


Color preview on white background

This text has color #A854A8 on white background.



Black color preview on #A854A8 background

This text has black color on #A854A8 background.


White color preview on #A854A8 background

This text has white color on #A854A8 background.