COLOR #A564AB

HEX: #A564AB
RGB: (165,100,171)

Color info

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

RGB color model

#A564AB color RGB value is (165,100,171).

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

RGB channels and saturation

R 165 of 255 = 65%
G 100 of 255 = 39%
B 171 of 255 = 67%

165
100
171

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

Portions of RGB colors in percentages

R + G + B =
165 + 100 + 171 = 436 (100%)
R 165 of 436 ~ 37.84%
G 100 of 436 ~ 22.94%
B 171 of 436 ~ 39.22%

%37.84
%22.94
%39.22

CMYK color model

#A564AB color CMYK value is (4,42,0,33).

  • cyan value is 3.51%
  • magenta value is 41.52%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(4,42,0,33)
C4M42Y0K33 
(4%,42%,0%,33%)
(0.04/0.42/0.00/0.33)	

CMYK percentages

%3.51
%41.52
%0
%32.94

Codes

Color #A564AB in popluar color models

A564AB
RGB165100171
HSL295°29.71%53.14%
HSB/HSV295°41.52%67.06%
CMYK3.51%41.52%0.00%
32.94%

Color #A564AB in popluar number systems.

HEXA564AB
Decimal165100171
Binary10100101110010010101011
Octal245144253

Shades and tints

Shades of #A564AB

#A564AB
(165,100,171)
#965B9C
(150,91,156)
#87528D
(135,82,141)
#78497E
(120,73,126)
#69406F
(105,64,111)
#5A3760
(90,55,96)
#4B2E51
(75,46,81)
#3C2542
(60,37,66)
#2D1C33
(45,28,51)
#1E1324
(30,19,36)
#0F0A15
(15,10,21)
#000000
(0,0,0)

Tints of #A564AB

#A564AB
(165,100,171)
#AD72B2
(173,114,178)
#B580B9
(181,128,185)
#BD8EC0
(189,142,192)
#C59CC7
(197,156,199)
#CDAACE
(205,170,206)
#D5B8D5
(213,184,213)
#DDC6DC
(221,198,220)
#E5D4E3
(229,212,227)
#EDE2EA
(237,226,234)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A564AB; }

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

This text font color is #A564AB.


Background Color

.myBgColor { background-color: #A564AB; }

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

This div background color is #A564AB.


Border color

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

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

This div border color is #A564AB.


Opacity

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

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

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

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

This text has shadow with #A564AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A564AB on black background.


Color preview on white background

This text has color #A564AB on white background.



Black color preview on #A564AB background

This text has black color on #A564AB background.


White color preview on #A564AB background

This text has white color on #A564AB background.