COLOR #A783BC

HEX: #A783BC
RGB: (167,131,188)

Color info

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

RGB color model

#A783BC color RGB value is (167,131,188).

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

RGB channels and saturation

R 167 of 255 = 65%
G 131 of 255 = 51%
B 188 of 255 = 74%

167
131
188

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

Portions of RGB colors in percentages

R + G + B =
167 + 131 + 188 = 486 (100%)
R 167 of 486 ~ 34.36%
G 131 of 486 ~ 26.95%
B 188 of 486 ~ 38.68%

%34.36
%26.95
%38.68

CMYK color model

#A783BC color CMYK value is (11,30,0,26).

  • cyan value is 11.17%
  • magenta value is 30.32%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(11,30,0,26)
C11M30Y0K26 
(11%,30%,0%,26%)
(0.11/0.30/0.00/0.26)	

CMYK percentages

%11.17
%30.32
%0
%26.27

Codes

Color #A783BC in popluar color models

A783BC
RGB167131188
HSL278°29.84%62.55%
HSB/HSV278°30.32%73.73%
CMYK11.17%30.32%0.00%
26.27%

Color #A783BC in popluar number systems.

HEXA783BC
Decimal167131188
Binary101001111000001110111100
Octal247203274

Shades and tints

Shades of #A783BC

#A783BC
(167,131,188)
#9878AB
(152,120,171)
#896D9A
(137,109,154)
#7A6289
(122,98,137)
#6B5778
(107,87,120)
#5C4C67
(92,76,103)
#4D4156
(77,65,86)
#3E3645
(62,54,69)
#2F2B34
(47,43,52)
#202023
(32,32,35)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #A783BC

#A783BC
(167,131,188)
#AF8EC2
(175,142,194)
#B799C8
(183,153,200)
#BFA4CE
(191,164,206)
#C7AFD4
(199,175,212)
#CFBADA
(207,186,218)
#D7C5E0
(215,197,224)
#DFD0E6
(223,208,230)
#E7DBEC
(231,219,236)
#EFE6F2
(239,230,242)
#F7F1F8
(247,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A783BC; }

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

This text font color is #A783BC.


Background Color

.myBgColor { background-color: #A783BC; }

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

This div background color is #A783BC.


Border color

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

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

This div border color is #A783BC.


Opacity

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

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

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

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

This text has shadow with #A783BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A783BC on black background.


Color preview on white background

This text has color #A783BC on white background.



Black color preview on #A783BC background

This text has black color on #A783BC background.


White color preview on #A783BC background

This text has white color on #A783BC background.