COLOR #A561A2

HEX: #A561A2
RGB: (165,97,162)

Color info

#A561A2 contains mainly red and blue colors. Web safe color of #A561A2 is #996699 (or #969).

RGB color model

#A561A2 color RGB value is (165,97,162).

  • red value is 165;
  • green value is 97;
  • blue value is 162.
RGB:
(165,97,162)
(65%,38%,64%)

RGB channels and saturation

R 165 of 255 = 65%
G 97 of 255 = 38%
B 162 of 255 = 64%

165
97
162

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

Portions of RGB colors in percentages

R + G + B =
165 + 97 + 162 = 424 (100%)
R 165 of 424 ~ 38.92%
G 97 of 424 ~ 22.88%
B 162 of 424 ~ 38.21%

%38.92
%22.88
%38.21

CMYK color model

#A561A2 color CMYK value is (0,41,2,35).

  • cyan value is 0.00%
  • magenta value is 41.21%
  • yellow value is 1.82%
  • key color value is 35.29%
CMYK:
(0,41,2,35)
C0M41Y2K35 
(0%,41%,2%,35%)
(0.00/0.41/0.02/0.35)	

CMYK percentages

%0
%41.21
%1.82
%35.29

Codes

Color #A561A2 in popluar color models

A561A2
RGB16597162
HSL303°27.42%51.37%
HSB/HSV303°41.21%64.71%
CMYK0.00%41.21%1.82%
35.29%

Color #A561A2 in popluar number systems.

HEXA561A2
Decimal16597162
Binary10100101110000110100010
Octal245141242

Shades and tints

Shades of #A561A2

#A561A2
(165,97,162)
#965994
(150,89,148)
#875186
(135,81,134)
#784978
(120,73,120)
#69416A
(105,65,106)
#5A395C
(90,57,92)
#4B314E
(75,49,78)
#3C2940
(60,41,64)
#2D2132
(45,33,50)
#1E1924
(30,25,36)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #A561A2

#A561A2
(165,97,162)
#AD6FAA
(173,111,170)
#B57DB2
(181,125,178)
#BD8BBA
(189,139,186)
#C599C2
(197,153,194)
#CDA7CA
(205,167,202)
#D5B5D2
(213,181,210)
#DDC3DA
(221,195,218)
#E5D1E2
(229,209,226)
#EDDFEA
(237,223,234)
#F5EDF2
(245,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A561A2 color. Also use rgb(165,97,162) instead hex code.

Text Font Color

.myTextColor { color: #A561A2; }

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

This text font color is #A561A2.


Background Color

.myBgColor { background-color: #A561A2; }

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

This div background color is #A561A2.


Border color

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

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

This div border color is #A561A2.


Opacity

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

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

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

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

This text has shadow with #A561A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A561A2 on black background.


Color preview on white background

This text has color #A561A2 on white background.



Black color preview on #A561A2 background

This text has black color on #A561A2 background.


White color preview on #A561A2 background

This text has white color on #A561A2 background.