COLOR #A568E7

HEX: #A568E7 RGB: (165,104,231)

Color info

#A568E7 contains mainly blue color. Web safe color of #A568E7 is #9966FF (or #96F).

RGB color model

#A568E7 color RGB value is (165,104,231).

RGB: (165,104,231) (65%, 41%, 91%)

RGB channels and saturation

R 165 of 255 = 65%
G 104 of 255 = 41%
B 231 of 255 = 91%

165
104
231

R + G + B ~ 66%. #A568E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 104 + 231 = 500 (100%)
R 165 of 500 ~ 33%
G 104 of 500 ~ 20.8%
B 231 of 500 ~ 46.2'%

%33
%20.8
%46.2

CMYK color model

#A568E7 color CMYK value is (29,55,0,9).

  • cyan value is 28.57%
  • magenta value is 54.98%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK: (29,55,0,9) C29M55Y0K9 (29%,55%,0%,9%) (0.29/0.55/0.00/0.09) 

CMYK percentages

%28.57
%54.98
%0
%9.41

Codes

Color #A568E7 in popluar color models

A5 68 E7
RGB 165 104 231
HSL 269° 72.57% 65.69%
HSB/HSV 269° 54.98% 90.59%
CMYK 28.57% 54.98% 0.00%
9.41%

Color #A568E7 in popluar number systems.

HEX A5 68 E7
Decimal 165 104 231
Binary 10100101 1101000 11100111
Octal 245 150 347

Shades and tints

Shades of #A568E7

#A568E7
(165,104,231)
#965FD2
(150,95,210)
#8756BD
(135,86,189)
#784DA8
(120,77,168)
#694493
(105,68,147)
#5A3B7E
(90,59,126)
#4B3269
(75,50,105)
#3C2954
(60,41,84)
#2D203F
(45,32,63)
#1E172A
(30,23,42)
#0F0E15
(15,14,21)
#000000
(0,0,0)

Tints of #A568E7

#A568E7
(165,104,231)
#AD75E9
(173,117,233)
#B582EB
(181,130,235)
#BD8FED
(189,143,237)
#C59CEF
(197,156,239)
#CDA9F1
(205,169,241)
#D5B6F3
(213,182,243)
#DDC3F5
(221,195,245)
#E5D0F7
(229,208,247)
#EDDDF9
(237,221,249)
#F5EAFB
(245,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A568E7; }

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

This text font color is #A568E7.

Background Color

.myBgColor { background-color: #A568E7; }

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

This div background color is #A568E7.

Border color

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

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

This div border color is #A568E7.

Opacity

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

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

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

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

This text has shadow with #A568E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A568E7.

Preview

Color preview on black background

This text has color #A568E7 on black background.


Color preview on white background

This text has color #A568E7 on white background.


Black color preview on #A568E7 background

This text has black color on #A568E7 background.


White color preview on #A568E7 background

This text has white color on #A568E7 background.


Related colors

Complementary color

Complementary color for #hex is #5A9718.


I love getcolorcode.com

Triadic colors

1 #E7A568 and #68E7A5 with #A568E7 are triadic colors.

2 #E768A5 and #68A5E7 with #A568E7 are triadic colors.