COLOR #A873C9

HEX: #A873C9 RGB: (168,115,201)

Color info

#A873C9 contains mainly red and blue colors. Web safe color of #A873C9 is #9966CC (or #96C).

RGB color model

#A873C9 color RGB value is (168,115,201).

RGB: (168,115,201) (66%, 45%, 79%)

RGB channels and saturation

R 168 of 255 = 66%
G 115 of 255 = 45%
B 201 of 255 = 79%

168
115
201

R + G + B ~ 63%. #A873C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 115 + 201 = 484 (100%)
R 168 of 484 ~ 34.71%
G 115 of 484 ~ 23.76%
B 201 of 484 ~ 41.53'%

%34.71
%23.76
%41.53

CMYK color model

#A873C9 color CMYK value is (16,43,0,21).

  • cyan value is 16.42%
  • magenta value is 42.79%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (16,43,0,21)
C16M43Y0K21 (16%, 43%, 0%, 21%)
(0.16 / 0.43 / 0.00 / 0.21)

CMYK percentages

%16.42
%42.79
%0
%21.18

Codes

Color #A873C9 in popluar color models

A8 73 C9
RGB 168 115 201
HSL 277° 44.33% 61.96%
HSB/HSV 277° 42.79% 78.82%
CMYK 16.42% 42.79% 0.00%
21.18%

Color #A873C9 in popluar number systems.

HEX A8 73 C9
Decimal 168 115 201
Binary 10101000 1110011 11001001
Octal 250 163 311

Shades and tints

Shades of #A873C9

#A873C9
(168,115,201)
#9969B7
(153,105,183)
#8A5FA5
(138,95,165)
#7B5593
(123,85,147)
#6C4B81
(108,75,129)
#5D416F
(93,65,111)
#4E375D
(78,55,93)
#3F2D4B
(63,45,75)
#302339
(48,35,57)
#211927
(33,25,39)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #A873C9

#A873C9
(168,115,201)
#AF7FCD
(175,127,205)
#B68BD1
(182,139,209)
#BD97D5
(189,151,213)
#C4A3D9
(196,163,217)
#CBAFDD
(203,175,221)
#D2BBE1
(210,187,225)
#D9C7E5
(217,199,229)
#E0D3E9
(224,211,233)
#E7DFED
(231,223,237)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A873C9; }

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

This text font color is #A873C9.

Background Color

.myBgColor { background-color: #A873C9; }

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

This div background color is #A873C9.

Border color

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

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

This div border color is #A873C9.

Opacity

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

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

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

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

This text has shadow with #A873C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A873C9.

Preview

Color preview on black background

This text has color #A873C9 on black background.


Color preview on white background

This text has color #A873C9 on white background.


Black color preview on #A873C9 background

This text has black color on #A873C9 background.


White color preview on #A873C9 background

This text has white color on #A873C9 background.


Related colors

Complementary color

Complementary color for #hex is #578C36.


I love getcolorcode.com

Triadic colors

1 #C9A873 and #73C9A8 with #A873C9 are triadic colors.

2 #C973A8 and #73A8C9 with #A873C9 are triadic colors.