COLOR #A756B0

HEX: #A756B0
RGB: (167,86,176)

Color info

#A756B0 contains mainly red and blue colors. Web safe color of #A756B0 is #996699 (or #969).

RGB color model

#A756B0 color RGB value is (167,86,176).

  • red value is 167;
  • green value is 86;
  • blue value is 176.
RGB:
(167,86,176)
(65%,34%,69%)

RGB channels and saturation

R 167 of 255 = 65%
G 86 of 255 = 34%
B 176 of 255 = 69%

167
86
176

R + G + B ~ 56%. #A756B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
167 + 86 + 176 = 429 (100%)
R 167 of 429 ~ 38.93%
G 86 of 429 ~ 20.05%
B 176 of 429 ~ 41.03%

%38.93
%20.05
%41.03

CMYK color model

#A756B0 color CMYK value is (5,51,0,31).

  • cyan value is 5.11%
  • magenta value is 51.14%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(5,51,0,31)
C5M51Y0K31 
(5%,51%,0%,31%)
(0.05/0.51/0.00/0.31)	

CMYK percentages

%5.11
%51.14
%0
%30.98

Codes

Color #A756B0 in popluar color models

A756B0
RGB16786176
HSL294°36.29%51.37%
HSB/HSV294°51.14%69.02%
CMYK5.11%51.14%0.00%
30.98%

Color #A756B0 in popluar number systems.

HEXA756B0
Decimal16786176
Binary10100111101011010110000
Octal247126260

Shades and tints

Shades of #A756B0

#A756B0
(167,86,176)
#984FA0
(152,79,160)
#894890
(137,72,144)
#7A4180
(122,65,128)
#6B3A70
(107,58,112)
#5C3360
(92,51,96)
#4D2C50
(77,44,80)
#3E2540
(62,37,64)
#2F1E30
(47,30,48)
#201720
(32,23,32)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #A756B0

#A756B0
(167,86,176)
#AF65B7
(175,101,183)
#B774BE
(183,116,190)
#BF83C5
(191,131,197)
#C792CC
(199,146,204)
#CFA1D3
(207,161,211)
#D7B0DA
(215,176,218)
#DFBFE1
(223,191,225)
#E7CEE8
(231,206,232)
#EFDDEF
(239,221,239)
#F7ECF6
(247,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A756B0 color. Also use rgb(167,86,176) instead hex code.

Text Font Color

.myTextColor { color: #A756B0; }

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

This text font color is #A756B0.


Background Color

.myBgColor { background-color: #A756B0; }

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

This div background color is #A756B0.


Border color

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

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

This div border color is #A756B0.


Opacity

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

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

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

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

This text has shadow with #A756B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A756B0 on black background.


Color preview on white background

This text has color #A756B0 on white background.



Black color preview on #A756B0 background

This text has black color on #A756B0 background.


White color preview on #A756B0 background

This text has white color on #A756B0 background.