COLOR #A783D1

HEX: #A783D1 RGB: (167,131,209)

Color info

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

RGB color model

#A783D1 color RGB value is (167,131,209).

RGB: (167,131,209) (65%, 51%, 82%)

RGB channels and saturation

R 167 of 255 = 65%
G 131 of 255 = 51%
B 209 of 255 = 82%

167
131
209

R + G + B ~ 66%. #A783D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 131 + 209 = 507 (100%)
R 167 of 507 ~ 32.94%
G 131 of 507 ~ 25.84%
B 209 of 507 ~ 41.22'%

%32.94
%25.84
%41.22

CMYK color model

#A783D1 color CMYK value is (20,37,0,18).

  • cyan value is 20.10%
  • magenta value is 37.32%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (20,37,0,18)
C20M37Y0K18 (20%, 37%, 0%, 18%)
(0.20 / 0.37 / 0.00 / 0.18)

CMYK percentages

%20.1
%37.32
%0
%18.04

Codes

Color #A783D1 in popluar color models

A7 83 D1
RGB 167 131 209
HSL 268° 45.88% 66.67%
HSB/HSV 268° 37.32% 81.96%
CMYK 20.10% 37.32% 0.00%
18.04%

Color #A783D1 in popluar number systems.

HEX A7 83 D1
Decimal 167 131 209
Binary 10100111 10000011 11010001
Octal 247 203 321

Shades and tints

Shades of #A783D1

#A783D1
(167,131,209)
#9878BE
(152,120,190)
#896DAB
(137,109,171)
#7A6298
(122,98,152)
#6B5785
(107,87,133)
#5C4C72
(92,76,114)
#4D415F
(77,65,95)
#3E364C
(62,54,76)
#2F2B39
(47,43,57)
#202026
(32,32,38)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #A783D1

#A783D1
(167,131,209)
#AF8ED5
(175,142,213)
#B799D9
(183,153,217)
#BFA4DD
(191,164,221)
#C7AFE1
(199,175,225)
#CFBAE5
(207,186,229)
#D7C5E9
(215,197,233)
#DFD0ED
(223,208,237)
#E7DBF1
(231,219,241)
#EFE6F5
(239,230,245)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A783D1; }

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

This text font color is #A783D1.

Background Color

.myBgColor { background-color: #A783D1; }

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

This div background color is #A783D1.

Border color

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

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

This div border color is #A783D1.

Opacity

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

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

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

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

This text has shadow with #A783D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A783D1.

Preview

Color preview on black background

This text has color #A783D1 on black background.


Color preview on white background

This text has color #A783D1 on white background.


Black color preview on #A783D1 background

This text has black color on #A783D1 background.


White color preview on #A783D1 background

This text has white color on #A783D1 background.


Related colors

Complementary color

Complementary color for #hex is #587C2E.


I love getcolorcode.com

Triadic colors

1 #D1A783 and #83D1A7 with #A783D1 are triadic colors.

2 #D183A7 and #83A7D1 with #A783D1 are triadic colors.