COLOR #A573A1

HEX: #A573A1
RGB: (165,115,161)

Color info

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

RGB color model

#A573A1 color RGB value is (165,115,161).

  • red value is 165;
  • green value is 115;
  • blue value is 161.
RGB:
(165,115,161)
(65%,45%,63%)

RGB channels and saturation

R 165 of 255 = 65%
G 115 of 255 = 45%
B 161 of 255 = 63%

165
115
161

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

Portions of RGB colors in percentages

R + G + B =
165 + 115 + 161 = 441 (100%)
R 165 of 441 ~ 37.41%
G 115 of 441 ~ 26.08%
B 161 of 441 ~ 36.51%

%37.41
%26.08
%36.51

CMYK color model

#A573A1 color CMYK value is (0,30,2,35).

  • cyan value is 0.00%
  • magenta value is 30.30%
  • yellow value is 2.42%
  • key color value is 35.29%
CMYK:
(0,30,2,35)
C0M30Y2K35 
(0%,30%,2%,35%)
(0.00/0.30/0.02/0.35)	

CMYK percentages

%0
%30.3
%2.42
%35.29

Codes

Color #A573A1 in popluar color models

A573A1
RGB165115161
HSL305°21.74%54.90%
HSB/HSV305°30.30%64.71%
CMYK0.00%30.30%2.42%
35.29%

Color #A573A1 in popluar number systems.

HEXA573A1
Decimal165115161
Binary10100101111001110100001
Octal245163241

Shades and tints

Shades of #A573A1

#A573A1
(165,115,161)
#966993
(150,105,147)
#875F85
(135,95,133)
#785577
(120,85,119)
#694B69
(105,75,105)
#5A415B
(90,65,91)
#4B374D
(75,55,77)
#3C2D3F
(60,45,63)
#2D2331
(45,35,49)
#1E1923
(30,25,35)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #A573A1

#A573A1
(165,115,161)
#AD7FA9
(173,127,169)
#B58BB1
(181,139,177)
#BD97B9
(189,151,185)
#C5A3C1
(197,163,193)
#CDAFC9
(205,175,201)
#D5BBD1
(213,187,209)
#DDC7D9
(221,199,217)
#E5D3E1
(229,211,225)
#EDDFE9
(237,223,233)
#F5EBF1
(245,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A573A1 color. Also use rgb(165,115,161) instead hex code.

Text Font Color

.myTextColor { color: #A573A1; }

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

This text font color is #A573A1.


Background Color

.myBgColor { background-color: #A573A1; }

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

This div background color is #A573A1.


Border color

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

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

This div border color is #A573A1.


Opacity

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

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

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

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

This text has shadow with #A573A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A573A1 on black background.


Color preview on white background

This text has color #A573A1 on white background.



Black color preview on #A573A1 background

This text has black color on #A573A1 background.


White color preview on #A573A1 background

This text has white color on #A573A1 background.