COLOR #A566D5

HEX: #A566D5 RGB: (165,102,213)

Color info

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

RGB color model

#A566D5 color RGB value is (165,102,213).

RGB: (165,102,213) (65%, 40%, 84%)

RGB channels and saturation

R 165 of 255 = 65%
G 102 of 255 = 40%
B 213 of 255 = 84%

165
102
213

R + G + B ~ 63%. #A566D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 102 + 213 = 480 (100%)
R 165 of 480 ~ 34.38%
G 102 of 480 ~ 21.25%
B 213 of 480 ~ 44.38'%

%34.38
%21.25
%44.38

CMYK color model

#A566D5 color CMYK value is (23,52,0,16).

  • cyan value is 22.54%
  • magenta value is 52.11%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK: (23,52,0,16) C23M52Y0K16 (23%,52%,0%,16%) (0.23/0.52/0.00/0.16) 

CMYK percentages

%22.54
%52.11
%0
%16.47

Codes

Color #A566D5 in popluar color models

A5 66 D5
RGB 165 102 213
HSL 274° 56.92% 61.76%
HSB/HSV 274° 52.11% 83.53%
CMYK 22.54% 52.11% 0.00%
16.47%

Color #A566D5 in popluar number systems.

HEX A5 66 D5
Decimal 165 102 213
Binary 10100101 1100110 11010101
Octal 245 146 325

Shades and tints

Shades of #A566D5

#A566D5
(165,102,213)
#965DC2
(150,93,194)
#8754AF
(135,84,175)
#784B9C
(120,75,156)
#694289
(105,66,137)
#5A3976
(90,57,118)
#4B3063
(75,48,99)
#3C2750
(60,39,80)
#2D1E3D
(45,30,61)
#1E152A
(30,21,42)
#0F0C17
(15,12,23)
#000000
(0,0,0)

Tints of #A566D5

#A566D5
(165,102,213)
#AD73D8
(173,115,216)
#B580DB
(181,128,219)
#BD8DDE
(189,141,222)
#C59AE1
(197,154,225)
#CDA7E4
(205,167,228)
#D5B4E7
(213,180,231)
#DDC1EA
(221,193,234)
#E5CEED
(229,206,237)
#EDDBF0
(237,219,240)
#F5E8F3
(245,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A566D5 color. Also use rgb(165,102,213) instead hex code.

Text Font Color

.myTextColor { color: #A566D5; }

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

This text font color is #A566D5.

Background Color

.myBgColor { background-color: #A566D5; }

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

This div background color is #A566D5.

Border color

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

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

This div border color is #A566D5.

Opacity

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

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

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

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

This text has shadow with #A566D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A566D5.

Preview

Color preview on black background

This text has color #A566D5 on black background.


Color preview on white background

This text has color #A566D5 on white background.


Black color preview on #A566D5 background

This text has black color on #A566D5 background.


White color preview on #A566D5 background

This text has white color on #A566D5 background.


Related colors

Complementary color

Complementary color for #hex is #5A992A.


I love getcolorcode.com

Triadic colors

1 #D5A566 and #66D5A5 with #A566D5 are triadic colors.

2 #D566A5 and #66A5D5 with #A566D5 are triadic colors.