COLOR #A570C5

HEX: #A570C5
RGB: (165,112,197)

Color info

#A570C5 contains mainly red and blue colors. Web safe color of #A570C5 is #9966CC (or #96C).

RGB color model

#A570C5 color RGB value is (165,112,197).

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

RGB channels and saturation

R 165 of 255 = 65%
G 112 of 255 = 44%
B 197 of 255 = 77%

165
112
197

R + G + B ~ 62%. #A570C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 112 + 197 = 474 (100%)
R 165 of 474 ~ 34.81%
G 112 of 474 ~ 23.63%
B 197 of 474 ~ 41.56%

%34.81
%23.63
%41.56

CMYK color model

#A570C5 color CMYK value is (16,43,0,23).

  • cyan value is 16.24%
  • magenta value is 43.15%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(16,43,0,23)
C16M43Y0K23 
(16%,43%,0%,23%)
(0.16/0.43/0.00/0.23)	

CMYK percentages

%16.24
%43.15
%0
%22.75

Codes

Color #A570C5 in popluar color models

A570C5
RGB165112197
HSL277°42.29%60.59%
HSB/HSV277°43.15%77.25%
CMYK16.24%43.15%0.00%
22.75%

Color #A570C5 in popluar number systems.

HEXA570C5
Decimal165112197
Binary10100101111000011000101
Octal245160305

Shades and tints

Shades of #A570C5

#A570C5
(165,112,197)
#9666B4
(150,102,180)
#875CA3
(135,92,163)
#785292
(120,82,146)
#694881
(105,72,129)
#5A3E70
(90,62,112)
#4B345F
(75,52,95)
#3C2A4E
(60,42,78)
#2D203D
(45,32,61)
#1E162C
(30,22,44)
#0F0C1B
(15,12,27)
#000000
(0,0,0)

Tints of #A570C5

#A570C5
(165,112,197)
#AD7DCA
(173,125,202)
#B58ACF
(181,138,207)
#BD97D4
(189,151,212)
#C5A4D9
(197,164,217)
#CDB1DE
(205,177,222)
#D5BEE3
(213,190,227)
#DDCBE8
(221,203,232)
#E5D8ED
(229,216,237)
#EDE5F2
(237,229,242)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A570C5; }

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

This text font color is #A570C5.


Background Color

.myBgColor { background-color: #A570C5; }

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

This div background color is #A570C5.


Border color

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

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

This div border color is #A570C5.


Opacity

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

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

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

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

This text has shadow with #A570C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A570C5 on black background.


Color preview on white background

This text has color #A570C5 on white background.



Black color preview on #A570C5 background

This text has black color on #A570C5 background.


White color preview on #A570C5 background

This text has white color on #A570C5 background.