COLOR #A571A3

HEX: #A571A3
RGB: (165,113,163)

Color info

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

RGB color model

#A571A3 color RGB value is (165,113,163).

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

RGB channels and saturation

R 165 of 255 = 65%
G 113 of 255 = 44%
B 163 of 255 = 64%

165
113
163

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

Portions of RGB colors in percentages

R + G + B =
165 + 113 + 163 = 441 (100%)
R 165 of 441 ~ 37.41%
G 113 of 441 ~ 25.62%
B 163 of 441 ~ 36.96%

%37.41
%25.62
%36.96

CMYK color model

#A571A3 color CMYK value is (0,32,1,35).

  • cyan value is 0.00%
  • magenta value is 31.52%
  • yellow value is 1.21%
  • key color value is 35.29%
CMYK:
(0,32,1,35)
C0M32Y1K35 
(0%,32%,1%,35%)
(0.00/0.32/0.01/0.35)	

CMYK percentages

%0
%31.52
%1.21
%35.29

Codes

Color #A571A3 in popluar color models

A571A3
RGB165113163
HSL302°22.41%54.51%
HSB/HSV302°31.52%64.71%
CMYK0.00%31.52%1.21%
35.29%

Color #A571A3 in popluar number systems.

HEXA571A3
Decimal165113163
Binary10100101111000110100011
Octal245161243

Shades and tints

Shades of #A571A3

#A571A3
(165,113,163)
#966795
(150,103,149)
#875D87
(135,93,135)
#785379
(120,83,121)
#69496B
(105,73,107)
#5A3F5D
(90,63,93)
#4B354F
(75,53,79)
#3C2B41
(60,43,65)
#2D2133
(45,33,51)
#1E1725
(30,23,37)
#0F0D17
(15,13,23)
#000000
(0,0,0)

Tints of #A571A3

#A571A3
(165,113,163)
#AD7DAB
(173,125,171)
#B589B3
(181,137,179)
#BD95BB
(189,149,187)
#C5A1C3
(197,161,195)
#CDADCB
(205,173,203)
#D5B9D3
(213,185,211)
#DDC5DB
(221,197,219)
#E5D1E3
(229,209,227)
#EDDDEB
(237,221,235)
#F5E9F3
(245,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A571A3; }

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

This text font color is #A571A3.


Background Color

.myBgColor { background-color: #A571A3; }

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

This div background color is #A571A3.


Border color

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

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

This div border color is #A571A3.


Opacity

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

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

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

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

This text has shadow with #A571A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A571A3 on black background.


Color preview on white background

This text has color #A571A3 on white background.



Black color preview on #A571A3 background

This text has black color on #A571A3 background.


White color preview on #A571A3 background

This text has white color on #A571A3 background.