COLOR #A784AB

HEX: #A784AB RGB: (167,132,171)

Color info

#A784AB contains red, green and blue colors in about the same proportion. Web safe color of #A784AB is #999999 (or #999).

RGB color model

#A784AB color RGB value is (167,132,171).

RGB: (167,132,171) (65%, 52%, 67%)

RGB channels and saturation

R 167 of 255 = 65%
G 132 of 255 = 52%
B 171 of 255 = 67%

167
132
171

R + G + B ~ 61%. #A784AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 132 + 171 = 470 (100%)
R 167 of 470 ~ 35.53%
G 132 of 470 ~ 28.09%
B 171 of 470 ~ 36.38'%

%35.53
%28.09
%36.38

CMYK color model

#A784AB color CMYK value is (2,23,0,33).

  • cyan value is 2.34%
  • magenta value is 22.81%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (2,23,0,33)
C2M23Y0K33 (2%, 23%, 0%, 33%)
(0.02 / 0.23 / 0.00 / 0.33)

CMYK percentages

%2.34
%22.81
%0
%32.94

Codes

Color #A784AB in popluar color models

A7 84 AB
RGB 167 132 171
HSL 294° 18.84% 59.41%
HSB/HSV 294° 22.81% 67.06%
CMYK 2.34% 22.81% 0.00%
32.94%

Color #A784AB in popluar number systems.

HEX A7 84 AB
Decimal 167 132 171
Binary 10100111 10000100 10101011
Octal 247 204 253

Shades and tints

Shades of #A784AB

#A784AB
(167,132,171)
#98789C
(152,120,156)
#896C8D
(137,108,141)
#7A607E
(122,96,126)
#6B546F
(107,84,111)
#5C4860
(92,72,96)
#4D3C51
(77,60,81)
#3E3042
(62,48,66)
#2F2433
(47,36,51)
#201824
(32,24,36)
#110C15
(17,12,21)
#000000
(0,0,0)

Tints of #A784AB

#A784AB
(167,132,171)
#AF8FB2
(175,143,178)
#B79AB9
(183,154,185)
#BFA5C0
(191,165,192)
#C7B0C7
(199,176,199)
#CFBBCE
(207,187,206)
#D7C6D5
(215,198,213)
#DFD1DC
(223,209,220)
#E7DCE3
(231,220,227)
#EFE7EA
(239,231,234)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A784AB color. Also use rgb(167,132,171) instead hex code.

Text Font Color

.myTextColor { color: #A784AB; }

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

This text font color is #A784AB.

Background Color

.myBgColor { background-color: #A784AB; }

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

This div background color is #A784AB.

Border color

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

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

This div border color is #A784AB.

Opacity

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

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

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

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

This text has shadow with #A784AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A784AB.

Preview

Color preview on black background

This text has color #A784AB on black background.


Color preview on white background

This text has color #A784AB on white background.


Black color preview on #A784AB background

This text has black color on #A784AB background.


White color preview on #A784AB background

This text has white color on #A784AB background.


Related colors

Complementary color

Complementary color for #hex is #587B54.


I love getcolorcode.com

Triadic colors

1 #ABA784 and #84ABA7 with #A784AB are triadic colors.

2 #AB84A7 and #84A7AB with #A784AB are triadic colors.