COLOR #A784BD

HEX: #A784BD
RGB: (167,132,189)

Color info

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

RGB color model

#A784BD color RGB value is (167,132,189).

  • red value is 167;
  • green value is 132;
  • blue value is 189.
RGB:
(167,132,189)
(65%,52%,74%)

RGB channels and saturation

R 167 of 255 = 65%
G 132 of 255 = 52%
B 189 of 255 = 74%

167
132
189

R + G + B ~ 64%. #A784BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 132 + 189 = 488 (100%)
R 167 of 488 ~ 34.22%
G 132 of 488 ~ 27.05%
B 189 of 488 ~ 38.73%

%34.22
%27.05
%38.73

CMYK color model

#A784BD color CMYK value is (12,30,0,26).

  • cyan value is 11.64%
  • magenta value is 30.16%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(12,30,0,26)
C12M30Y0K26 
(12%,30%,0%,26%)
(0.12/0.30/0.00/0.26)	

CMYK percentages

%11.64
%30.16
%0
%25.88

Codes

Color #A784BD in popluar color models

A784BD
RGB167132189
HSL277°30.16%62.94%
HSB/HSV277°30.16%74.12%
CMYK11.64%30.16%0.00%
25.88%

Color #A784BD in popluar number systems.

HEXA784BD
Decimal167132189
Binary101001111000010010111101
Octal247204275

Shades and tints

Shades of #A784BD

#A784BD
(167,132,189)
#9878AC
(152,120,172)
#896C9B
(137,108,155)
#7A608A
(122,96,138)
#6B5479
(107,84,121)
#5C4868
(92,72,104)
#4D3C57
(77,60,87)
#3E3046
(62,48,70)
#2F2435
(47,36,53)
#201824
(32,24,36)
#110C13
(17,12,19)
#000000
(0,0,0)

Tints of #A784BD

#A784BD
(167,132,189)
#AF8FC3
(175,143,195)
#B79AC9
(183,154,201)
#BFA5CF
(191,165,207)
#C7B0D5
(199,176,213)
#CFBBDB
(207,187,219)
#D7C6E1
(215,198,225)
#DFD1E7
(223,209,231)
#E7DCED
(231,220,237)
#EFE7F3
(239,231,243)
#F7F2F9
(247,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A784BD; }

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

This text font color is #A784BD.


Background Color

.myBgColor { background-color: #A784BD; }

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

This div background color is #A784BD.


Border color

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

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

This div border color is #A784BD.


Opacity

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

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

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

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

This text has shadow with #A784BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A784BD on black background.


Color preview on white background

This text has color #A784BD on white background.



Black color preview on #A784BD background

This text has black color on #A784BD background.


White color preview on #A784BD background

This text has white color on #A784BD background.