COLOR #A576D2

HEX: #A576D2 RGB: (165,118,210)

Color info

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

RGB color model

#A576D2 color RGB value is (165,118,210).

RGB: (165,118,210) (65%, 46%, 82%)

RGB channels and saturation

R 165 of 255 = 65%
G 118 of 255 = 46%
B 210 of 255 = 82%

165
118
210

R + G + B ~ 64%. #A576D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 118 + 210 = 493 (100%)
R 165 of 493 ~ 33.47%
G 118 of 493 ~ 23.94%
B 210 of 493 ~ 42.6'%

%33.47
%23.94
%42.6

CMYK color model

#A576D2 color CMYK value is (21,44,0,18).

  • cyan value is 21.43%
  • magenta value is 43.81%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (21,44,0,18)
C21M44Y0K18 (21%, 44%, 0%, 18%)
(0.21 / 0.44 / 0.00 / 0.18)

CMYK percentages

%21.43
%43.81
%0
%17.65

Codes

Color #A576D2 in popluar color models

A5 76 D2
RGB 165 118 210
HSL 271° 50.55% 64.31%
HSB/HSV 271° 43.81% 82.35%
CMYK 21.43% 43.81% 0.00%
17.65%

Color #A576D2 in popluar number systems.

HEX A5 76 D2
Decimal 165 118 210
Binary 10100101 1110110 11010010
Octal 245 166 322

Shades and tints

Shades of #A576D2

#A576D2
(165,118,210)
#966CBF
(150,108,191)
#8762AC
(135,98,172)
#785899
(120,88,153)
#694E86
(105,78,134)
#5A4473
(90,68,115)
#4B3A60
(75,58,96)
#3C304D
(60,48,77)
#2D263A
(45,38,58)
#1E1C27
(30,28,39)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #A576D2

#A576D2
(165,118,210)
#AD82D6
(173,130,214)
#B58EDA
(181,142,218)
#BD9ADE
(189,154,222)
#C5A6E2
(197,166,226)
#CDB2E6
(205,178,230)
#D5BEEA
(213,190,234)
#DDCAEE
(221,202,238)
#E5D6F2
(229,214,242)
#EDE2F6
(237,226,246)
#F5EEFA
(245,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A576D2 color. Also use rgb(165,118,210) instead hex code.

Text Font Color

.myTextColor { color: #A576D2; }

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

This text font color is #A576D2.

Background Color

.myBgColor { background-color: #A576D2; }

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

This div background color is #A576D2.

Border color

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

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

This div border color is #A576D2.

Opacity

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

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

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

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

This text has shadow with #A576D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A576D2.

Preview

Color preview on black background

This text has color #A576D2 on black background.


Color preview on white background

This text has color #A576D2 on white background.


Black color preview on #A576D2 background

This text has black color on #A576D2 background.


White color preview on #A576D2 background

This text has white color on #A576D2 background.


Related colors

Complementary color

Complementary color for #hex is #5A892D.


I love getcolorcode.com

Triadic colors

1 #D2A576 and #76D2A5 with #A576D2 are triadic colors.

2 #D276A5 and #76A5D2 with #A576D2 are triadic colors.