COLOR #A874A7

HEX: #A874A7
RGB: (168,116,167)

Color info

#A874A7 contains red, green and blue colors in about the same proportion. Web safe color of #A874A7 is #996699 (or #969).

RGB color model

#A874A7 color RGB value is (168,116,167).

  • red value is 168;
  • green value is 116;
  • blue value is 167.
RGB:
(168,116,167)
(66%,45%,65%)

RGB channels and saturation

R 168 of 255 = 66%
G 116 of 255 = 45%
B 167 of 255 = 65%

168
116
167

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

Portions of RGB colors in percentages

R + G + B =
168 + 116 + 167 = 451 (100%)
R 168 of 451 ~ 37.25%
G 116 of 451 ~ 25.72%
B 167 of 451 ~ 37.03%

%37.25
%25.72
%37.03

CMYK color model

#A874A7 color CMYK value is (0,31,1,34).

  • cyan value is 0.00%
  • magenta value is 30.95%
  • yellow value is 0.60%
  • key color value is 34.12%
CMYK:
(0,31,1,34)
C0M31Y1K34 
(0%,31%,1%,34%)
(0.00/0.31/0.01/0.34)	

CMYK percentages

%0
%30.95
%0.6
%34.12

Codes

Color #A874A7 in popluar color models

A874A7
RGB168116167
HSL301°23.01%55.69%
HSB/HSV301°30.95%65.88%
CMYK0.00%30.95%0.60%
34.12%

Color #A874A7 in popluar number systems.

HEXA874A7
Decimal168116167
Binary10101000111010010100111
Octal250164247

Shades and tints

Shades of #A874A7

#A874A7
(168,116,167)
#996A98
(153,106,152)
#8A6089
(138,96,137)
#7B567A
(123,86,122)
#6C4C6B
(108,76,107)
#5D425C
(93,66,92)
#4E384D
(78,56,77)
#3F2E3E
(63,46,62)
#30242F
(48,36,47)
#211A20
(33,26,32)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #A874A7

#A874A7
(168,116,167)
#AF80AF
(175,128,175)
#B68CB7
(182,140,183)
#BD98BF
(189,152,191)
#C4A4C7
(196,164,199)
#CBB0CF
(203,176,207)
#D2BCD7
(210,188,215)
#D9C8DF
(217,200,223)
#E0D4E7
(224,212,231)
#E7E0EF
(231,224,239)
#EEECF7
(238,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A874A7; }

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

This text font color is #A874A7.


Background Color

.myBgColor { background-color: #A874A7; }

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

This div background color is #A874A7.


Border color

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

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

This div border color is #A874A7.


Opacity

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

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

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

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

This text has shadow with #A874A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A874A7 on black background.


Color preview on white background

This text has color #A874A7 on white background.



Black color preview on #A874A7 background

This text has black color on #A874A7 background.


White color preview on #A874A7 background

This text has white color on #A874A7 background.