COLOR #A564B8

HEX: #A564B8 RGB: (165,100,184)

Color info

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

RGB color model

#A564B8 color RGB value is (165,100,184).

RGB: (165,100,184) (65%, 39%, 72%)

RGB channels and saturation

R 165 of 255 = 65%
G 100 of 255 = 39%
B 184 of 255 = 72%

165
100
184

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

Portions of RGB colors in percentages

R + G + B = 165 + 100 + 184 = 449 (100%)
R 165 of 449 ~ 36.75%
G 100 of 449 ~ 22.27%
B 184 of 449 ~ 40.98'%

%36.75
%22.27
%40.98

CMYK color model

#A564B8 color CMYK value is (10,46,0,28).

  • cyan value is 10.33%
  • magenta value is 45.65%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK: (10,46,0,28) C10M46Y0K28 (10%,46%,0%,28%) (0.10/0.46/0.00/0.28) 

CMYK percentages

%10.33
%45.65
%0
%27.84

Codes

Color #A564B8 in popluar color models

A5 64 B8
RGB 165 100 184
HSL 286° 37.17% 55.69%
HSB/HSV 286° 45.65% 72.16%
CMYK 10.33% 45.65% 0.00%
27.84%

Color #A564B8 in popluar number systems.

HEX A5 64 B8
Decimal 165 100 184
Binary 10100101 1100100 10111000
Octal 245 144 270

Shades and tints

Shades of #A564B8

#A564B8
(165,100,184)
#965BA8
(150,91,168)
#875298
(135,82,152)
#784988
(120,73,136)
#694078
(105,64,120)
#5A3768
(90,55,104)
#4B2E58
(75,46,88)
#3C2548
(60,37,72)
#2D1C38
(45,28,56)
#1E1328
(30,19,40)
#0F0A18
(15,10,24)
#000000
(0,0,0)

Tints of #A564B8

#A564B8
(165,100,184)
#AD72BE
(173,114,190)
#B580C4
(181,128,196)
#BD8ECA
(189,142,202)
#C59CD0
(197,156,208)
#CDAAD6
(205,170,214)
#D5B8DC
(213,184,220)
#DDC6E2
(221,198,226)
#E5D4E8
(229,212,232)
#EDE2EE
(237,226,238)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A564B8; }

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

This text font color is #A564B8.

Background Color

.myBgColor { background-color: #A564B8; }

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

This div background color is #A564B8.

Border color

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

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

This div border color is #A564B8.

Opacity

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

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

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

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

This text has shadow with #A564B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A564B8.

Preview

Color preview on black background

This text has color #A564B8 on black background.


Color preview on white background

This text has color #A564B8 on white background.


Black color preview on #A564B8 background

This text has black color on #A564B8 background.


White color preview on #A564B8 background

This text has white color on #A564B8 background.


Related colors

Complementary color

Complementary color for #hex is #5A9B47.


I love getcolorcode.com

Triadic colors

1 #B8A564 and #64B8A5 with #A564B8 are triadic colors.

2 #B864A5 and #64A5B8 with #A564B8 are triadic colors.