COLOR #A564A2

HEX: #A564A2
RGB: (165,100,162)

Color info

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

RGB color model

#A564A2 color RGB value is (165,100,162).

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

RGB channels and saturation

R 165 of 255 = 65%
G 100 of 255 = 39%
B 162 of 255 = 64%

165
100
162

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

Portions of RGB colors in percentages

R + G + B =
165 + 100 + 162 = 427 (100%)
R 165 of 427 ~ 38.64%
G 100 of 427 ~ 23.42%
B 162 of 427 ~ 37.94%

%38.64
%23.42
%37.94

CMYK color model

#A564A2 color CMYK value is (0,39,2,35).

  • cyan value is 0.00%
  • magenta value is 39.39%
  • yellow value is 1.82%
  • key color value is 35.29%
CMYK:
(0,39,2,35)
C0M39Y2K35 
(0%,39%,2%,35%)
(0.00/0.39/0.02/0.35)	

CMYK percentages

%0
%39.39
%1.82
%35.29

Codes

Color #A564A2 in popluar color models

A564A2
RGB165100162
HSL303°26.53%51.96%
HSB/HSV303°39.39%64.71%
CMYK0.00%39.39%1.82%
35.29%

Color #A564A2 in popluar number systems.

HEXA564A2
Decimal165100162
Binary10100101110010010100010
Octal245144242

Shades and tints

Shades of #A564A2

#A564A2
(165,100,162)
#965B94
(150,91,148)
#875286
(135,82,134)
#784978
(120,73,120)
#69406A
(105,64,106)
#5A375C
(90,55,92)
#4B2E4E
(75,46,78)
#3C2540
(60,37,64)
#2D1C32
(45,28,50)
#1E1324
(30,19,36)
#0F0A16
(15,10,22)
#000000
(0,0,0)

Tints of #A564A2

#A564A2
(165,100,162)
#AD72AA
(173,114,170)
#B580B2
(181,128,178)
#BD8EBA
(189,142,186)
#C59CC2
(197,156,194)
#CDAACA
(205,170,202)
#D5B8D2
(213,184,210)
#DDC6DA
(221,198,218)
#E5D4E2
(229,212,226)
#EDE2EA
(237,226,234)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A564A2; }

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

This text font color is #A564A2.


Background Color

.myBgColor { background-color: #A564A2; }

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

This div background color is #A564A2.


Border color

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

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

This div border color is #A564A2.


Opacity

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

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

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

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

This text has shadow with #A564A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A564A2 on black background.


Color preview on white background

This text has color #A564A2 on white background.



Black color preview on #A564A2 background

This text has black color on #A564A2 background.


White color preview on #A564A2 background

This text has white color on #A564A2 background.