COLOR #A785BD

HEX: #A785BD
RGB: (167,133,189)

Color info

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

RGB color model

#A785BD color RGB value is (167,133,189).

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

RGB channels and saturation

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

167
133
189

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

Portions of RGB colors in percentages

R + G + B =
167 + 133 + 189 = 489 (100%)
R 167 of 489 ~ 34.15%
G 133 of 489 ~ 27.2%
B 189 of 489 ~ 38.65%

%34.15
%27.2
%38.65

CMYK color model

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

  • cyan value is 11.64%
  • magenta value is 29.63%
  • 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
%29.63
%0
%25.88

Codes

Color #A785BD in popluar color models

A785BD
RGB167133189
HSL276°29.79%63.14%
HSB/HSV276°29.63%74.12%
CMYK11.64%29.63%0.00%
25.88%

Color #A785BD in popluar number systems.

HEXA785BD
Decimal167133189
Binary101001111000010110111101
Octal247205275

Shades and tints

Shades of #A785BD

#A785BD
(167,133,189)
#9879AC
(152,121,172)
#896D9B
(137,109,155)
#7A618A
(122,97,138)
#6B5579
(107,85,121)
#5C4968
(92,73,104)
#4D3D57
(77,61,87)
#3E3146
(62,49,70)
#2F2535
(47,37,53)
#201924
(32,25,36)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #A785BD

#A785BD
(167,133,189)
#AF90C3
(175,144,195)
#B79BC9
(183,155,201)
#BFA6CF
(191,166,207)
#C7B1D5
(199,177,213)
#CFBCDB
(207,188,219)
#D7C7E1
(215,199,225)
#DFD2E7
(223,210,231)
#E7DDED
(231,221,237)
#EFE8F3
(239,232,243)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A785BD; }

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

This text font color is #A785BD.


Background Color

.myBgColor { background-color: #A785BD; }

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

This div background color is #A785BD.


Border color

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

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

This div border color is #A785BD.


Opacity

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

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

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

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

This text has shadow with #A785BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A785BD on black background.


Color preview on white background

This text has color #A785BD on white background.



Black color preview on #A785BD background

This text has black color on #A785BD background.


White color preview on #A785BD background

This text has white color on #A785BD background.