COLOR #A783C0

HEX: #A783C0
RGB: (167,131,192)

Color info

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

RGB color model

#A783C0 color RGB value is (167,131,192).

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

RGB channels and saturation

R 167 of 255 = 65%
G 131 of 255 = 51%
B 192 of 255 = 75%

167
131
192

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

Portions of RGB colors in percentages

R + G + B =
167 + 131 + 192 = 490 (100%)
R 167 of 490 ~ 34.08%
G 131 of 490 ~ 26.73%
B 192 of 490 ~ 39.18%

%34.08
%26.73
%39.18

CMYK color model

#A783C0 color CMYK value is (13,32,0,25).

  • cyan value is 13.02%
  • magenta value is 31.77%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(13,32,0,25)
C13M32Y0K25 
(13%,32%,0%,25%)
(0.13/0.32/0.00/0.25)	

CMYK percentages

%13.02
%31.77
%0
%24.71

Codes

Color #A783C0 in popluar color models

A783C0
RGB167131192
HSL275°32.62%63.33%
HSB/HSV275°31.77%75.29%
CMYK13.02%31.77%0.00%
24.71%

Color #A783C0 in popluar number systems.

HEXA783C0
Decimal167131192
Binary101001111000001111000000
Octal247203300

Shades and tints

Shades of #A783C0

#A783C0
(167,131,192)
#9878AF
(152,120,175)
#896D9E
(137,109,158)
#7A628D
(122,98,141)
#6B577C
(107,87,124)
#5C4C6B
(92,76,107)
#4D415A
(77,65,90)
#3E3649
(62,54,73)
#2F2B38
(47,43,56)
#202027
(32,32,39)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #A783C0

#A783C0
(167,131,192)
#AF8EC5
(175,142,197)
#B799CA
(183,153,202)
#BFA4CF
(191,164,207)
#C7AFD4
(199,175,212)
#CFBAD9
(207,186,217)
#D7C5DE
(215,197,222)
#DFD0E3
(223,208,227)
#E7DBE8
(231,219,232)
#EFE6ED
(239,230,237)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A783C0; }

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

This text font color is #A783C0.


Background Color

.myBgColor { background-color: #A783C0; }

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

This div background color is #A783C0.


Border color

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

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

This div border color is #A783C0.


Opacity

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

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

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

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

This text has shadow with #A783C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A783C0 on black background.


Color preview on white background

This text has color #A783C0 on white background.



Black color preview on #A783C0 background

This text has black color on #A783C0 background.


White color preview on #A783C0 background

This text has white color on #A783C0 background.