COLOR #A567A8

HEX: #A567A8
RGB: (165,103,168)

Color info

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

RGB color model

#A567A8 color RGB value is (165,103,168).

  • red value is 165;
  • green value is 103;
  • blue value is 168.
RGB:
(165,103,168)
(65%,40%,66%)

RGB channels and saturation

R 165 of 255 = 65%
G 103 of 255 = 40%
B 168 of 255 = 66%

165
103
168

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

Portions of RGB colors in percentages

R + G + B =
165 + 103 + 168 = 436 (100%)
R 165 of 436 ~ 37.84%
G 103 of 436 ~ 23.62%
B 168 of 436 ~ 38.53%

%37.84
%23.62
%38.53

CMYK color model

#A567A8 color CMYK value is (2,39,0,34).

  • cyan value is 1.79%
  • magenta value is 38.69%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(2,39,0,34)
C2M39Y0K34 
(2%,39%,0%,34%)
(0.02/0.39/0.00/0.34)	

CMYK percentages

%1.79
%38.69
%0
%34.12

Codes

Color #A567A8 in popluar color models

A567A8
RGB165103168
HSL297°27.20%53.14%
HSB/HSV297°38.69%65.88%
CMYK1.79%38.69%0.00%
34.12%

Color #A567A8 in popluar number systems.

HEXA567A8
Decimal165103168
Binary10100101110011110101000
Octal245147250

Shades and tints

Shades of #A567A8

#A567A8
(165,103,168)
#965E99
(150,94,153)
#87558A
(135,85,138)
#784C7B
(120,76,123)
#69436C
(105,67,108)
#5A3A5D
(90,58,93)
#4B314E
(75,49,78)
#3C283F
(60,40,63)
#2D1F30
(45,31,48)
#1E1621
(30,22,33)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #A567A8

#A567A8
(165,103,168)
#AD74AF
(173,116,175)
#B581B6
(181,129,182)
#BD8EBD
(189,142,189)
#C59BC4
(197,155,196)
#CDA8CB
(205,168,203)
#D5B5D2
(213,181,210)
#DDC2D9
(221,194,217)
#E5CFE0
(229,207,224)
#EDDCE7
(237,220,231)
#F5E9EE
(245,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A567A8 color. Also use rgb(165,103,168) instead hex code.

Text Font Color

.myTextColor { color: #A567A8; }

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

This text font color is #A567A8.


Background Color

.myBgColor { background-color: #A567A8; }

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

This div background color is #A567A8.


Border color

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

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

This div border color is #A567A8.


Opacity

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

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

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

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

This text has shadow with #A567A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A567A8 on black background.


Color preview on white background

This text has color #A567A8 on white background.



Black color preview on #A567A8 background

This text has black color on #A567A8 background.


White color preview on #A567A8 background

This text has white color on #A567A8 background.