COLOR #A773C6

HEX: #A773C6
RGB: (167,115,198)

Color info

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

RGB color model

#A773C6 color RGB value is (167,115,198).

  • red value is 167;
  • green value is 115;
  • blue value is 198.
RGB:
(167,115,198)
(65%,45%,78%)

RGB channels and saturation

R 167 of 255 = 65%
G 115 of 255 = 45%
B 198 of 255 = 78%

167
115
198

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

Portions of RGB colors in percentages

R + G + B =
167 + 115 + 198 = 480 (100%)
R 167 of 480 ~ 34.79%
G 115 of 480 ~ 23.96%
B 198 of 480 ~ 41.25%

%34.79
%23.96
%41.25

CMYK color model

#A773C6 color CMYK value is (16,42,0,22).

  • cyan value is 15.66%
  • magenta value is 41.92%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(16,42,0,22)
C16M42Y0K22 
(16%,42%,0%,22%)
(0.16/0.42/0.00/0.22)	

CMYK percentages

%15.66
%41.92
%0
%22.35

Codes

Color #A773C6 in popluar color models

A773C6
RGB167115198
HSL278°42.13%61.37%
HSB/HSV278°41.92%77.65%
CMYK15.66%41.92%0.00%
22.35%

Color #A773C6 in popluar number systems.

HEXA773C6
Decimal167115198
Binary10100111111001111000110
Octal247163306

Shades and tints

Shades of #A773C6

#A773C6
(167,115,198)
#9869B4
(152,105,180)
#895FA2
(137,95,162)
#7A5590
(122,85,144)
#6B4B7E
(107,75,126)
#5C416C
(92,65,108)
#4D375A
(77,55,90)
#3E2D48
(62,45,72)
#2F2336
(47,35,54)
#201924
(32,25,36)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #A773C6

#A773C6
(167,115,198)
#AF7FCB
(175,127,203)
#B78BD0
(183,139,208)
#BF97D5
(191,151,213)
#C7A3DA
(199,163,218)
#CFAFDF
(207,175,223)
#D7BBE4
(215,187,228)
#DFC7E9
(223,199,233)
#E7D3EE
(231,211,238)
#EFDFF3
(239,223,243)
#F7EBF8
(247,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A773C6 color. Also use rgb(167,115,198) instead hex code.

Text Font Color

.myTextColor { color: #A773C6; }

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

This text font color is #A773C6.


Background Color

.myBgColor { background-color: #A773C6; }

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

This div background color is #A773C6.


Border color

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

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

This div border color is #A773C6.


Opacity

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

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

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

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

This text has shadow with #A773C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A773C6 on black background.


Color preview on white background

This text has color #A773C6 on white background.



Black color preview on #A773C6 background

This text has black color on #A773C6 background.


White color preview on #A773C6 background

This text has white color on #A773C6 background.