COLOR #A783B9

HEX: #A783B9
RGB: (167,131,185)

Color info

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

RGB color model

#A783B9 color RGB value is (167,131,185).

  • red value is 167;
  • green value is 131;
  • blue value is 185.
RGB:
(167,131,185)
(65%,51%,73%)

RGB channels and saturation

R 167 of 255 = 65%
G 131 of 255 = 51%
B 185 of 255 = 73%

167
131
185

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

Portions of RGB colors in percentages

R + G + B =
167 + 131 + 185 = 483 (100%)
R 167 of 483 ~ 34.58%
G 131 of 483 ~ 27.12%
B 185 of 483 ~ 38.3%

%34.58
%27.12
%38.3

CMYK color model

#A783B9 color CMYK value is (10,29,0,27).

  • cyan value is 9.73%
  • magenta value is 29.19%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(10,29,0,27)
C10M29Y0K27 
(10%,29%,0%,27%)
(0.10/0.29/0.00/0.27)	

CMYK percentages

%9.73
%29.19
%0
%27.45

Codes

Color #A783B9 in popluar color models

A783B9
RGB167131185
HSL280°27.84%61.96%
HSB/HSV280°29.19%72.55%
CMYK9.73%29.19%0.00%
27.45%

Color #A783B9 in popluar number systems.

HEXA783B9
Decimal167131185
Binary101001111000001110111001
Octal247203271

Shades and tints

Shades of #A783B9

#A783B9
(167,131,185)
#9878A9
(152,120,169)
#896D99
(137,109,153)
#7A6289
(122,98,137)
#6B5779
(107,87,121)
#5C4C69
(92,76,105)
#4D4159
(77,65,89)
#3E3649
(62,54,73)
#2F2B39
(47,43,57)
#202029
(32,32,41)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #A783B9

#A783B9
(167,131,185)
#AF8EBF
(175,142,191)
#B799C5
(183,153,197)
#BFA4CB
(191,164,203)
#C7AFD1
(199,175,209)
#CFBAD7
(207,186,215)
#D7C5DD
(215,197,221)
#DFD0E3
(223,208,227)
#E7DBE9
(231,219,233)
#EFE6EF
(239,230,239)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A783B9 color. Also use rgb(167,131,185) instead hex code.

Text Font Color

.myTextColor { color: #A783B9; }

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

This text font color is #A783B9.


Background Color

.myBgColor { background-color: #A783B9; }

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

This div background color is #A783B9.


Border color

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

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

This div border color is #A783B9.


Opacity

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

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

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

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

This text has shadow with #A783B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A783B9 on black background.


Color preview on white background

This text has color #A783B9 on white background.



Black color preview on #A783B9 background

This text has black color on #A783B9 background.


White color preview on #A783B9 background

This text has white color on #A783B9 background.