COLOR #A477AE

HEX: #A477AE
RGB: (164,119,174)

Color info

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

RGB color model

#A477AE color RGB value is (164,119,174).

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

RGB channels and saturation

R 164 of 255 = 64%
G 119 of 255 = 47%
B 174 of 255 = 68%

164
119
174

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

Portions of RGB colors in percentages

R + G + B =
164 + 119 + 174 = 457 (100%)
R 164 of 457 ~ 35.89%
G 119 of 457 ~ 26.04%
B 174 of 457 ~ 38.07%

%35.89
%26.04
%38.07

CMYK color model

#A477AE color CMYK value is (6,32,0,32).

  • cyan value is 5.75%
  • magenta value is 31.61%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(6,32,0,32)
C6M32Y0K32 
(6%,32%,0%,32%)
(0.06/0.32/0.00/0.32)	

CMYK percentages

%5.75
%31.61
%0
%31.76

Codes

Color #A477AE in popluar color models

A477AE
RGB164119174
HSL289°25.35%57.45%
HSB/HSV289°31.61%68.24%
CMYK5.75%31.61%0.00%
31.76%

Color #A477AE in popluar number systems.

HEXA477AE
Decimal164119174
Binary10100100111011110101110
Octal244167256

Shades and tints

Shades of #A477AE

#A477AE
(164,119,174)
#966D9F
(150,109,159)
#886390
(136,99,144)
#7A5981
(122,89,129)
#6C4F72
(108,79,114)
#5E4563
(94,69,99)
#503B54
(80,59,84)
#423145
(66,49,69)
#342736
(52,39,54)
#261D27
(38,29,39)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #A477AE

#A477AE
(164,119,174)
#AC83B5
(172,131,181)
#B48FBC
(180,143,188)
#BC9BC3
(188,155,195)
#C4A7CA
(196,167,202)
#CCB3D1
(204,179,209)
#D4BFD8
(212,191,216)
#DCCBDF
(220,203,223)
#E4D7E6
(228,215,230)
#ECE3ED
(236,227,237)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A477AE; }

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

This text font color is #A477AE.


Background Color

.myBgColor { background-color: #A477AE; }

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

This div background color is #A477AE.


Border color

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

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

This div border color is #A477AE.


Opacity

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

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

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

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

This text has shadow with #A477AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A477AE on black background.


Color preview on white background

This text has color #A477AE on white background.



Black color preview on #A477AE background

This text has black color on #A477AE background.


White color preview on #A477AE background

This text has white color on #A477AE background.