COLOR #A777AE

HEX: #A777AE
RGB: (167,119,174)

Color info

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

RGB color model

#A777AE color RGB value is (167,119,174).

  • red value is 167;
  • green value is 119;
  • blue value is 174.
RGB:
(167,119,174)
(65%,47%,68%)

RGB channels and saturation

R 167 of 255 = 65%
G 119 of 255 = 47%
B 174 of 255 = 68%

167
119
174

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

Portions of RGB colors in percentages

R + G + B =
167 + 119 + 174 = 460 (100%)
R 167 of 460 ~ 36.3%
G 119 of 460 ~ 25.87%
B 174 of 460 ~ 37.83%

%36.3
%25.87
%37.83

CMYK color model

#A777AE color CMYK value is (4,32,0,32).

  • cyan value is 4.02%
  • magenta value is 31.61%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(4,32,0,32)
C4M32Y0K32 
(4%,32%,0%,32%)
(0.04/0.32/0.00/0.32)	

CMYK percentages

%4.02
%31.61
%0
%31.76

Codes

Color #A777AE in popluar color models

A777AE
RGB167119174
HSL292°25.35%57.45%
HSB/HSV292°31.61%68.24%
CMYK4.02%31.61%0.00%
31.76%

Color #A777AE in popluar number systems.

HEXA777AE
Decimal167119174
Binary10100111111011110101110
Octal247167256

Shades and tints

Shades of #A777AE

#A777AE
(167,119,174)
#986D9F
(152,109,159)
#896390
(137,99,144)
#7A5981
(122,89,129)
#6B4F72
(107,79,114)
#5C4563
(92,69,99)
#4D3B54
(77,59,84)
#3E3145
(62,49,69)
#2F2736
(47,39,54)
#201D27
(32,29,39)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #A777AE

#A777AE
(167,119,174)
#AF83B5
(175,131,181)
#B78FBC
(183,143,188)
#BF9BC3
(191,155,195)
#C7A7CA
(199,167,202)
#CFB3D1
(207,179,209)
#D7BFD8
(215,191,216)
#DFCBDF
(223,203,223)
#E7D7E6
(231,215,230)
#EFE3ED
(239,227,237)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A777AE color. Also use rgb(167,119,174) instead hex code.

Text Font Color

.myTextColor { color: #A777AE; }

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

This text font color is #A777AE.


Background Color

.myBgColor { background-color: #A777AE; }

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

This div background color is #A777AE.


Border color

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

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

This div border color is #A777AE.


Opacity

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

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

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

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

This text has shadow with #A777AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A777AE on black background.


Color preview on white background

This text has color #A777AE on white background.



Black color preview on #A777AE background

This text has black color on #A777AE background.


White color preview on #A777AE background

This text has white color on #A777AE background.