COLOR #A576B7

HEX: #A576B7
RGB: (165,118,183)

Color info

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

RGB color model

#A576B7 color RGB value is (165,118,183).

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

RGB channels and saturation

R 165 of 255 = 65%
G 118 of 255 = 46%
B 183 of 255 = 72%

165
118
183

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

Portions of RGB colors in percentages

R + G + B =
165 + 118 + 183 = 466 (100%)
R 165 of 466 ~ 35.41%
G 118 of 466 ~ 25.32%
B 183 of 466 ~ 39.27%

%35.41
%25.32
%39.27

CMYK color model

#A576B7 color CMYK value is (10,36,0,28).

  • cyan value is 9.84%
  • magenta value is 35.52%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(10,36,0,28)
C10M36Y0K28 
(10%,36%,0%,28%)
(0.10/0.36/0.00/0.28)	

CMYK percentages

%9.84
%35.52
%0
%28.24

Codes

Color #A576B7 in popluar color models

A576B7
RGB165118183
HSL283°31.10%59.02%
HSB/HSV283°35.52%71.76%
CMYK9.84%35.52%0.00%
28.24%

Color #A576B7 in popluar number systems.

HEXA576B7
Decimal165118183
Binary10100101111011010110111
Octal245166267

Shades and tints

Shades of #A576B7

#A576B7
(165,118,183)
#966CA7
(150,108,167)
#876297
(135,98,151)
#785887
(120,88,135)
#694E77
(105,78,119)
#5A4467
(90,68,103)
#4B3A57
(75,58,87)
#3C3047
(60,48,71)
#2D2637
(45,38,55)
#1E1C27
(30,28,39)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #A576B7

#A576B7
(165,118,183)
#AD82BD
(173,130,189)
#B58EC3
(181,142,195)
#BD9AC9
(189,154,201)
#C5A6CF
(197,166,207)
#CDB2D5
(205,178,213)
#D5BEDB
(213,190,219)
#DDCAE1
(221,202,225)
#E5D6E7
(229,214,231)
#EDE2ED
(237,226,237)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A576B7; }

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

This text font color is #A576B7.


Background Color

.myBgColor { background-color: #A576B7; }

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

This div background color is #A576B7.


Border color

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

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

This div border color is #A576B7.


Opacity

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

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

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

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

This text has shadow with #A576B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A576B7 on black background.


Color preview on white background

This text has color #A576B7 on white background.



Black color preview on #A576B7 background

This text has black color on #A576B7 background.


White color preview on #A576B7 background

This text has white color on #A576B7 background.