COLOR #A570A9

HEX: #A570A9
RGB: (165,112,169)

Color info

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

RGB color model

#A570A9 color RGB value is (165,112,169).

  • red value is 165;
  • green value is 112;
  • blue value is 169.
RGB:
(165,112,169)
(65%,44%,66%)

RGB channels and saturation

R 165 of 255 = 65%
G 112 of 255 = 44%
B 169 of 255 = 66%

165
112
169

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

Portions of RGB colors in percentages

R + G + B =
165 + 112 + 169 = 446 (100%)
R 165 of 446 ~ 37%
G 112 of 446 ~ 25.11%
B 169 of 446 ~ 37.89%

%37
%25.11
%37.89

CMYK color model

#A570A9 color CMYK value is (2,34,0,34).

  • cyan value is 2.37%
  • magenta value is 33.73%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(2,34,0,34)
C2M34Y0K34 
(2%,34%,0%,34%)
(0.02/0.34/0.00/0.34)	

CMYK percentages

%2.37
%33.73
%0
%33.73

Codes

Color #A570A9 in popluar color models

A570A9
RGB165112169
HSL296°24.89%55.10%
HSB/HSV296°33.73%66.27%
CMYK2.37%33.73%0.00%
33.73%

Color #A570A9 in popluar number systems.

HEXA570A9
Decimal165112169
Binary10100101111000010101001
Octal245160251

Shades and tints

Shades of #A570A9

#A570A9
(165,112,169)
#96669A
(150,102,154)
#875C8B
(135,92,139)
#78527C
(120,82,124)
#69486D
(105,72,109)
#5A3E5E
(90,62,94)
#4B344F
(75,52,79)
#3C2A40
(60,42,64)
#2D2031
(45,32,49)
#1E1622
(30,22,34)
#0F0C13
(15,12,19)
#000000
(0,0,0)

Tints of #A570A9

#A570A9
(165,112,169)
#AD7DB0
(173,125,176)
#B58AB7
(181,138,183)
#BD97BE
(189,151,190)
#C5A4C5
(197,164,197)
#CDB1CC
(205,177,204)
#D5BED3
(213,190,211)
#DDCBDA
(221,203,218)
#E5D8E1
(229,216,225)
#EDE5E8
(237,229,232)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A570A9 color. Also use rgb(165,112,169) instead hex code.

Text Font Color

.myTextColor { color: #A570A9; }

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

This text font color is #A570A9.


Background Color

.myBgColor { background-color: #A570A9; }

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

This div background color is #A570A9.


Border color

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

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

This div border color is #A570A9.


Opacity

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

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

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

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

This text has shadow with #A570A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A570A9 on black background.


Color preview on white background

This text has color #A570A9 on white background.



Black color preview on #A570A9 background

This text has black color on #A570A9 background.


White color preview on #A570A9 background

This text has white color on #A570A9 background.