COLOR #A76EC1

HEX: #A76EC1
RGB: (167,110,193)

Color info

#A76EC1 contains mainly red and blue colors. Web safe color of #A76EC1 is #9966CC (or #96C).

RGB color model

#A76EC1 color RGB value is (167,110,193).

  • red value is 167;
  • green value is 110;
  • blue value is 193.
RGB:
(167,110,193)
(65%,43%,76%)

RGB channels and saturation

R 167 of 255 = 65%
G 110 of 255 = 43%
B 193 of 255 = 76%

167
110
193

R + G + B ~ 61%. #A76EC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 110 + 193 = 470 (100%)
R 167 of 470 ~ 35.53%
G 110 of 470 ~ 23.4%
B 193 of 470 ~ 41.06%

%35.53
%23.4
%41.06

CMYK color model

#A76EC1 color CMYK value is (13,43,0,24).

  • cyan value is 13.47%
  • magenta value is 43.01%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(13,43,0,24)
C13M43Y0K24 
(13%,43%,0%,24%)
(0.13/0.43/0.00/0.24)	

CMYK percentages

%13.47
%43.01
%0
%24.31

Codes

Color #A76EC1 in popluar color models

A76EC1
RGB167110193
HSL281°40.10%59.41%
HSB/HSV281°43.01%75.69%
CMYK13.47%43.01%0.00%
24.31%

Color #A76EC1 in popluar number systems.

HEXA76EC1
Decimal167110193
Binary10100111110111011000001
Octal247156301

Shades and tints

Shades of #A76EC1

#A76EC1
(167,110,193)
#9864B0
(152,100,176)
#895A9F
(137,90,159)
#7A508E
(122,80,142)
#6B467D
(107,70,125)
#5C3C6C
(92,60,108)
#4D325B
(77,50,91)
#3E284A
(62,40,74)
#2F1E39
(47,30,57)
#201428
(32,20,40)
#110A17
(17,10,23)
#000000
(0,0,0)

Tints of #A76EC1

#A76EC1
(167,110,193)
#AF7BC6
(175,123,198)
#B788CB
(183,136,203)
#BF95D0
(191,149,208)
#C7A2D5
(199,162,213)
#CFAFDA
(207,175,218)
#D7BCDF
(215,188,223)
#DFC9E4
(223,201,228)
#E7D6E9
(231,214,233)
#EFE3EE
(239,227,238)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76EC1 color. Also use rgb(167,110,193) instead hex code.

Text Font Color

.myTextColor { color: #A76EC1; }

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

This text font color is #A76EC1.


Background Color

.myBgColor { background-color: #A76EC1; }

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

This div background color is #A76EC1.


Border color

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

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

This div border color is #A76EC1.


Opacity

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

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

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

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

This text has shadow with #A76EC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A76EC1 on black background.


Color preview on white background

This text has color #A76EC1 on white background.



Black color preview on #A76EC1 background

This text has black color on #A76EC1 background.


White color preview on #A76EC1 background

This text has white color on #A76EC1 background.