COLOR #A774A3

HEX: #A774A3
RGB: (167,116,163)

Color info

#A774A3 contains red, green and blue colors in about the same proportion. Web safe color of #A774A3 is #996699 (or #969).

RGB color model

#A774A3 color RGB value is (167,116,163).

  • red value is 167;
  • green value is 116;
  • blue value is 163.
RGB:
(167,116,163)
(65%,45%,64%)

RGB channels and saturation

R 167 of 255 = 65%
G 116 of 255 = 45%
B 163 of 255 = 64%

167
116
163

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

Portions of RGB colors in percentages

R + G + B =
167 + 116 + 163 = 446 (100%)
R 167 of 446 ~ 37.44%
G 116 of 446 ~ 26.01%
B 163 of 446 ~ 36.55%

%37.44
%26.01
%36.55

CMYK color model

#A774A3 color CMYK value is (0,31,2,35).

  • cyan value is 0.00%
  • magenta value is 30.54%
  • yellow value is 2.40%
  • key color value is 34.51%
CMYK:
(0,31,2,35)
C0M31Y2K35 
(0%,31%,2%,35%)
(0.00/0.31/0.02/0.35)	

CMYK percentages

%0
%30.54
%2.4
%34.51

Codes

Color #A774A3 in popluar color models

A774A3
RGB167116163
HSL305°22.47%55.49%
HSB/HSV305°30.54%65.49%
CMYK0.00%30.54%2.40%
34.51%

Color #A774A3 in popluar number systems.

HEXA774A3
Decimal167116163
Binary10100111111010010100011
Octal247164243

Shades and tints

Shades of #A774A3

#A774A3
(167,116,163)
#986A95
(152,106,149)
#896087
(137,96,135)
#7A5679
(122,86,121)
#6B4C6B
(107,76,107)
#5C425D
(92,66,93)
#4D384F
(77,56,79)
#3E2E41
(62,46,65)
#2F2433
(47,36,51)
#201A25
(32,26,37)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #A774A3

#A774A3
(167,116,163)
#AF80AB
(175,128,171)
#B78CB3
(183,140,179)
#BF98BB
(191,152,187)
#C7A4C3
(199,164,195)
#CFB0CB
(207,176,203)
#D7BCD3
(215,188,211)
#DFC8DB
(223,200,219)
#E7D4E3
(231,212,227)
#EFE0EB
(239,224,235)
#F7ECF3
(247,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A774A3 color. Also use rgb(167,116,163) instead hex code.

Text Font Color

.myTextColor { color: #A774A3; }

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

This text font color is #A774A3.


Background Color

.myBgColor { background-color: #A774A3; }

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

This div background color is #A774A3.


Border color

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

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

This div border color is #A774A3.


Opacity

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

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

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

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

This text has shadow with #A774A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A774A3 on black background.


Color preview on white background

This text has color #A774A3 on white background.



Black color preview on #A774A3 background

This text has black color on #A774A3 background.


White color preview on #A774A3 background

This text has white color on #A774A3 background.