COLOR #A577A3

HEX: #A577A3
RGB: (165,119,163)

Color info

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

RGB color model

#A577A3 color RGB value is (165,119,163).

  • red value is 165;
  • green value is 119;
  • blue value is 163.
RGB:
(165,119,163)
(65%,47%,64%)

RGB channels and saturation

R 165 of 255 = 65%
G 119 of 255 = 47%
B 163 of 255 = 64%

165
119
163

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

Portions of RGB colors in percentages

R + G + B =
165 + 119 + 163 = 447 (100%)
R 165 of 447 ~ 36.91%
G 119 of 447 ~ 26.62%
B 163 of 447 ~ 36.47%

%36.91
%26.62
%36.47

CMYK color model

#A577A3 color CMYK value is (0,28,1,35).

  • cyan value is 0.00%
  • magenta value is 27.88%
  • yellow value is 1.21%
  • key color value is 35.29%
CMYK:
(0,28,1,35)
C0M28Y1K35 
(0%,28%,1%,35%)
(0.00/0.28/0.01/0.35)	

CMYK percentages

%0
%27.88
%1.21
%35.29

Codes

Color #A577A3 in popluar color models

A577A3
RGB165119163
HSL303°20.35%55.69%
HSB/HSV303°27.88%64.71%
CMYK0.00%27.88%1.21%
35.29%

Color #A577A3 in popluar number systems.

HEXA577A3
Decimal165119163
Binary10100101111011110100011
Octal245167243

Shades and tints

Shades of #A577A3

#A577A3
(165,119,163)
#966D95
(150,109,149)
#876387
(135,99,135)
#785979
(120,89,121)
#694F6B
(105,79,107)
#5A455D
(90,69,93)
#4B3B4F
(75,59,79)
#3C3141
(60,49,65)
#2D2733
(45,39,51)
#1E1D25
(30,29,37)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #A577A3

#A577A3
(165,119,163)
#AD83AB
(173,131,171)
#B58FB3
(181,143,179)
#BD9BBB
(189,155,187)
#C5A7C3
(197,167,195)
#CDB3CB
(205,179,203)
#D5BFD3
(213,191,211)
#DDCBDB
(221,203,219)
#E5D7E3
(229,215,227)
#EDE3EB
(237,227,235)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A577A3 color. Also use rgb(165,119,163) instead hex code.

Text Font Color

.myTextColor { color: #A577A3; }

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

This text font color is #A577A3.


Background Color

.myBgColor { background-color: #A577A3; }

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

This div background color is #A577A3.


Border color

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

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

This div border color is #A577A3.


Opacity

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

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

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

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

This text has shadow with #A577A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A577A3 on black background.


Color preview on white background

This text has color #A577A3 on white background.



Black color preview on #A577A3 background

This text has black color on #A577A3 background.


White color preview on #A577A3 background

This text has white color on #A577A3 background.