COLOR #A568A7

HEX: #A568A7
RGB: (165,104,167)

Color info

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

RGB color model

#A568A7 color RGB value is (165,104,167).

  • red value is 165;
  • green value is 104;
  • blue value is 167.
RGB:
(165,104,167)
(65%,41%,65%)

RGB channels and saturation

R 165 of 255 = 65%
G 104 of 255 = 41%
B 167 of 255 = 65%

165
104
167

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

Portions of RGB colors in percentages

R + G + B =
165 + 104 + 167 = 436 (100%)
R 165 of 436 ~ 37.84%
G 104 of 436 ~ 23.85%
B 167 of 436 ~ 38.3%

%37.84
%23.85
%38.3

CMYK color model

#A568A7 color CMYK value is (1,38,0,35).

  • cyan value is 1.20%
  • magenta value is 37.72%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(1,38,0,35)
C1M38Y0K35 
(1%,38%,0%,35%)
(0.01/0.38/0.00/0.35)	

CMYK percentages

%1.2
%37.72
%0
%34.51

Codes

Color #A568A7 in popluar color models

A568A7
RGB165104167
HSL298°26.36%53.14%
HSB/HSV298°37.72%65.49%
CMYK1.20%37.72%0.00%
34.51%

Color #A568A7 in popluar number systems.

HEXA568A7
Decimal165104167
Binary10100101110100010100111
Octal245150247

Shades and tints

Shades of #A568A7

#A568A7
(165,104,167)
#965F98
(150,95,152)
#875689
(135,86,137)
#784D7A
(120,77,122)
#69446B
(105,68,107)
#5A3B5C
(90,59,92)
#4B324D
(75,50,77)
#3C293E
(60,41,62)
#2D202F
(45,32,47)
#1E1720
(30,23,32)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #A568A7

#A568A7
(165,104,167)
#AD75AF
(173,117,175)
#B582B7
(181,130,183)
#BD8FBF
(189,143,191)
#C59CC7
(197,156,199)
#CDA9CF
(205,169,207)
#D5B6D7
(213,182,215)
#DDC3DF
(221,195,223)
#E5D0E7
(229,208,231)
#EDDDEF
(237,221,239)
#F5EAF7
(245,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A568A7 color. Also use rgb(165,104,167) instead hex code.

Text Font Color

.myTextColor { color: #A568A7; }

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

This text font color is #A568A7.


Background Color

.myBgColor { background-color: #A568A7; }

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

This div background color is #A568A7.


Border color

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

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

This div border color is #A568A7.


Opacity

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

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

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

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

This text has shadow with #A568A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A568A7 on black background.


Color preview on white background

This text has color #A568A7 on white background.



Black color preview on #A568A7 background

This text has black color on #A568A7 background.


White color preview on #A568A7 background

This text has white color on #A568A7 background.