COLOR #A884B5

HEX: #A884B5 RGB: (168,132,181)

Color info

#A884B5 contains red, green and blue colors in about the same proportion. Web safe color of #A884B5 is #9999CC (or #99C).

RGB color model

#A884B5 color RGB value is (168,132,181).

RGB: (168,132,181) (66%, 52%, 71%)

RGB channels and saturation

R 168 of 255 = 66%
G 132 of 255 = 52%
B 181 of 255 = 71%

168
132
181

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

Portions of RGB colors in percentages

R + G + B = 168 + 132 + 181 = 481 (100%)
R 168 of 481 ~ 34.93%
G 132 of 481 ~ 27.44%
B 181 of 481 ~ 37.63'%

%34.93
%27.44
%37.63

CMYK color model

#A884B5 color CMYK value is (7,27,0,29).

  • cyan value is 7.18%
  • magenta value is 27.07%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (7,27,0,29)
C7M27Y0K29 (7%, 27%, 0%, 29%)
(0.07 / 0.27 / 0.00 / 0.29)

CMYK percentages

%7.18
%27.07
%0
%29.02

Codes

Color #A884B5 in popluar color models

A8 84 B5
RGB 168 132 181
HSL 284° 24.87% 61.37%
HSB/HSV 284° 27.07% 70.98%
CMYK 7.18% 27.07% 0.00%
29.02%

Color #A884B5 in popluar number systems.

HEX A8 84 B5
Decimal 168 132 181
Binary 10101000 10000100 10110101
Octal 250 204 265

Shades and tints

Shades of #A884B5

#A884B5
(168,132,181)
#9978A5
(153,120,165)
#8A6C95
(138,108,149)
#7B6085
(123,96,133)
#6C5475
(108,84,117)
#5D4865
(93,72,101)
#4E3C55
(78,60,85)
#3F3045
(63,48,69)
#302435
(48,36,53)
#211825
(33,24,37)
#120C15
(18,12,21)
#000000
(0,0,0)

Tints of #A884B5

#A884B5
(168,132,181)
#AF8FBB
(175,143,187)
#B69AC1
(182,154,193)
#BDA5C7
(189,165,199)
#C4B0CD
(196,176,205)
#CBBBD3
(203,187,211)
#D2C6D9
(210,198,217)
#D9D1DF
(217,209,223)
#E0DCE5
(224,220,229)
#E7E7EB
(231,231,235)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A884B5; }

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

This text font color is #A884B5.

Background Color

.myBgColor { background-color: #A884B5; }

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

This div background color is #A884B5.

Border color

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

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

This div border color is #A884B5.

Opacity

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

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

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

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

This text has shadow with #A884B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A884B5.

Preview

Color preview on black background

This text has color #A884B5 on black background.


Color preview on white background

This text has color #A884B5 on white background.


Black color preview on #A884B5 background

This text has black color on #A884B5 background.


White color preview on #A884B5 background

This text has white color on #A884B5 background.


Related colors

Complementary color

Complementary color for #hex is #577B4A.


I love getcolorcode.com

Triadic colors

1 #B5A884 and #84B5A8 with #A884B5 are triadic colors.

2 #B584A8 and #84A8B5 with #A884B5 are triadic colors.