COLOR #A783D5

HEX: #A783D5
RGB: (167,131,213)

Color info

#A783D5 contains mainly red and blue colors. Web safe color of #A783D5 is #9999CC (or #99C).

RGB color model

#A783D5 color RGB value is (167,131,213).

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

RGB channels and saturation

R 167 of 255 = 65%
G 131 of 255 = 51%
B 213 of 255 = 84%

167
131
213

R + G + B ~ 67%. #A783D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 131 + 213 = 511 (100%)
R 167 of 511 ~ 32.68%
G 131 of 511 ~ 25.64%
B 213 of 511 ~ 41.68%

%32.68
%25.64
%41.68

CMYK color model

#A783D5 color CMYK value is (22,38,0,16).

  • cyan value is 21.60%
  • magenta value is 38.50%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(22,38,0,16)
C22M38Y0K16 
(22%,38%,0%,16%)
(0.22/0.38/0.00/0.16)	

CMYK percentages

%21.6
%38.5
%0
%16.47

Codes

Color #A783D5 in popluar color models

A783D5
RGB167131213
HSL266°49.40%67.45%
HSB/HSV266°38.50%83.53%
CMYK21.60%38.50%0.00%
16.47%

Color #A783D5 in popluar number systems.

HEXA783D5
Decimal167131213
Binary101001111000001111010101
Octal247203325

Shades and tints

Shades of #A783D5

#A783D5
(167,131,213)
#9878C2
(152,120,194)
#896DAF
(137,109,175)
#7A629C
(122,98,156)
#6B5789
(107,87,137)
#5C4C76
(92,76,118)
#4D4163
(77,65,99)
#3E3650
(62,54,80)
#2F2B3D
(47,43,61)
#20202A
(32,32,42)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #A783D5

#A783D5
(167,131,213)
#AF8ED8
(175,142,216)
#B799DB
(183,153,219)
#BFA4DE
(191,164,222)
#C7AFE1
(199,175,225)
#CFBAE4
(207,186,228)
#D7C5E7
(215,197,231)
#DFD0EA
(223,208,234)
#E7DBED
(231,219,237)
#EFE6F0
(239,230,240)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A783D5; }

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

This text font color is #A783D5.


Background Color

.myBgColor { background-color: #A783D5; }

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

This div background color is #A783D5.


Border color

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

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

This div border color is #A783D5.


Opacity

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

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

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

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

This text has shadow with #A783D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A783D5 on black background.


Color preview on white background

This text has color #A783D5 on white background.



Black color preview on #A783D5 background

This text has black color on #A783D5 background.


White color preview on #A783D5 background

This text has white color on #A783D5 background.