COLOR #A579D4

HEX: #A579D4
RGB: (165,121,212)

Color info

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

RGB color model

#A579D4 color RGB value is (165,121,212).

  • red value is 165;
  • green value is 121;
  • blue value is 212.
RGB:
(165,121,212)
(65%,47%,83%)

RGB channels and saturation

R 165 of 255 = 65%
G 121 of 255 = 47%
B 212 of 255 = 83%

165
121
212

R + G + B ~ 65%. #A579D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 121 + 212 = 498 (100%)
R 165 of 498 ~ 33.13%
G 121 of 498 ~ 24.3%
B 212 of 498 ~ 42.57%

%33.13
%24.3
%42.57

CMYK color model

#A579D4 color CMYK value is (22,43,0,17).

  • cyan value is 22.17%
  • magenta value is 42.92%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(22,43,0,17)
C22M43Y0K17 
(22%,43%,0%,17%)
(0.22/0.43/0.00/0.17)	

CMYK percentages

%22.17
%42.92
%0
%16.86

Codes

Color #A579D4 in popluar color models

A579D4
RGB165121212
HSL269°51.41%65.29%
HSB/HSV269°42.92%83.14%
CMYK22.17%42.92%0.00%
16.86%

Color #A579D4 in popluar number systems.

HEXA579D4
Decimal165121212
Binary10100101111100111010100
Octal245171324

Shades and tints

Shades of #A579D4

#A579D4
(165,121,212)
#966EC1
(150,110,193)
#8763AE
(135,99,174)
#78589B
(120,88,155)
#694D88
(105,77,136)
#5A4275
(90,66,117)
#4B3762
(75,55,98)
#3C2C4F
(60,44,79)
#2D213C
(45,33,60)
#1E1629
(30,22,41)
#0F0B16
(15,11,22)
#000000
(0,0,0)

Tints of #A579D4

#A579D4
(165,121,212)
#AD85D7
(173,133,215)
#B591DA
(181,145,218)
#BD9DDD
(189,157,221)
#C5A9E0
(197,169,224)
#CDB5E3
(205,181,227)
#D5C1E6
(213,193,230)
#DDCDE9
(221,205,233)
#E5D9EC
(229,217,236)
#EDE5EF
(237,229,239)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A579D4 color. Also use rgb(165,121,212) instead hex code.

Text Font Color

.myTextColor { color: #A579D4; }

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

This text font color is #A579D4.


Background Color

.myBgColor { background-color: #A579D4; }

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

This div background color is #A579D4.


Border color

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

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

This div border color is #A579D4.


Opacity

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

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

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

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

This text has shadow with #A579D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A579D4 on black background.


Color preview on white background

This text has color #A579D4 on white background.



Black color preview on #A579D4 background

This text has black color on #A579D4 background.


White color preview on #A579D4 background

This text has white color on #A579D4 background.