COLOR #A576C2

HEX: #A576C2
RGB: (165,118,194)

Color info

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

RGB color model

#A576C2 color RGB value is (165,118,194).

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

RGB channels and saturation

R 165 of 255 = 65%
G 118 of 255 = 46%
B 194 of 255 = 76%

165
118
194

R + G + B ~ 62%. #A576C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 118 + 194 = 477 (100%)
R 165 of 477 ~ 34.59%
G 118 of 477 ~ 24.74%
B 194 of 477 ~ 40.67%

%34.59
%24.74
%40.67

CMYK color model

#A576C2 color CMYK value is (15,39,0,24).

  • cyan value is 14.95%
  • magenta value is 39.18%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(15,39,0,24)
C15M39Y0K24 
(15%,39%,0%,24%)
(0.15/0.39/0.00/0.24)	

CMYK percentages

%14.95
%39.18
%0
%23.92

Codes

Color #A576C2 in popluar color models

A576C2
RGB165118194
HSL277°38.38%61.18%
HSB/HSV277°39.18%76.08%
CMYK14.95%39.18%0.00%
23.92%

Color #A576C2 in popluar number systems.

HEXA576C2
Decimal165118194
Binary10100101111011011000010
Octal245166302

Shades and tints

Shades of #A576C2

#A576C2
(165,118,194)
#966CB1
(150,108,177)
#8762A0
(135,98,160)
#78588F
(120,88,143)
#694E7E
(105,78,126)
#5A446D
(90,68,109)
#4B3A5C
(75,58,92)
#3C304B
(60,48,75)
#2D263A
(45,38,58)
#1E1C29
(30,28,41)
#0F1218
(15,18,24)
#000000
(0,0,0)

Tints of #A576C2

#A576C2
(165,118,194)
#AD82C7
(173,130,199)
#B58ECC
(181,142,204)
#BD9AD1
(189,154,209)
#C5A6D6
(197,166,214)
#CDB2DB
(205,178,219)
#D5BEE0
(213,190,224)
#DDCAE5
(221,202,229)
#E5D6EA
(229,214,234)
#EDE2EF
(237,226,239)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A576C2; }

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

This text font color is #A576C2.


Background Color

.myBgColor { background-color: #A576C2; }

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

This div background color is #A576C2.


Border color

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

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

This div border color is #A576C2.


Opacity

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

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

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

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

This text has shadow with #A576C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A576C2 on black background.


Color preview on white background

This text has color #A576C2 on white background.



Black color preview on #A576C2 background

This text has black color on #A576C2 background.


White color preview on #A576C2 background

This text has white color on #A576C2 background.