COLOR #A576B5

HEX: #A576B5
RGB: (165,118,181)

Color info

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

RGB color model

#A576B5 color RGB value is (165,118,181).

  • red value is 165;
  • green value is 118;
  • blue value is 181.
RGB:
(165,118,181)
(65%,46%,71%)

RGB channels and saturation

R 165 of 255 = 65%
G 118 of 255 = 46%
B 181 of 255 = 71%

165
118
181

R + G + B ~ 61%. #A576B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 118 + 181 = 464 (100%)
R 165 of 464 ~ 35.56%
G 118 of 464 ~ 25.43%
B 181 of 464 ~ 39.01%

%35.56
%25.43
%39.01

CMYK color model

#A576B5 color CMYK value is (9,35,0,29).

  • cyan value is 8.84%
  • magenta value is 34.81%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(9,35,0,29)
C9M35Y0K29 
(9%,35%,0%,29%)
(0.09/0.35/0.00/0.29)	

CMYK percentages

%8.84
%34.81
%0
%29.02

Codes

Color #A576B5 in popluar color models

A576B5
RGB165118181
HSL285°29.86%58.63%
HSB/HSV285°34.81%70.98%
CMYK8.84%34.81%0.00%
29.02%

Color #A576B5 in popluar number systems.

HEXA576B5
Decimal165118181
Binary10100101111011010110101
Octal245166265

Shades and tints

Shades of #A576B5

#A576B5
(165,118,181)
#966CA5
(150,108,165)
#876295
(135,98,149)
#785885
(120,88,133)
#694E75
(105,78,117)
#5A4465
(90,68,101)
#4B3A55
(75,58,85)
#3C3045
(60,48,69)
#2D2635
(45,38,53)
#1E1C25
(30,28,37)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #A576B5

#A576B5
(165,118,181)
#AD82BB
(173,130,187)
#B58EC1
(181,142,193)
#BD9AC7
(189,154,199)
#C5A6CD
(197,166,205)
#CDB2D3
(205,178,211)
#D5BED9
(213,190,217)
#DDCADF
(221,202,223)
#E5D6E5
(229,214,229)
#EDE2EB
(237,226,235)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A576B5; }

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

This text font color is #A576B5.


Background Color

.myBgColor { background-color: #A576B5; }

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

This div background color is #A576B5.


Border color

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

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

This div border color is #A576B5.


Opacity

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

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

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

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

This text has shadow with #A576B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A576B5 on black background.


Color preview on white background

This text has color #A576B5 on white background.



Black color preview on #A576B5 background

This text has black color on #A576B5 background.


White color preview on #A576B5 background

This text has white color on #A576B5 background.