COLOR #A578A5

HEX: #A578A5
RGB: (165,120,165)

Color info

#A578A5 contains red, green and blue colors in about the same proportion. Web safe color of #A578A5 is #996699 (or #969).

RGB color model

#A578A5 color RGB value is (165,120,165).

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

RGB channels and saturation

R 165 of 255 = 65%
G 120 of 255 = 47%
B 165 of 255 = 65%

165
120
165

R + G + B ~ 59%. #A578A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
165 + 120 + 165 = 450 (100%)
R 165 of 450 ~ 36.67%
G 120 of 450 ~ 26.67%
B 165 of 450 ~ 36.67%

%36.67
%26.67
%36.67

CMYK color model

#A578A5 color CMYK value is (0,27,0,35).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(0,27,0,35)
C0M27Y0K35 
(0%,27%,0%,35%)
(0.00/0.27/0.00/0.35)	

CMYK percentages

%0
%27.27
%0
%35.29

Codes

Color #A578A5 in popluar color models

A578A5
RGB165120165
HSL300°20.00%55.88%
HSB/HSV300°27.27%64.71%
CMYK0.00%27.27%0.00%
35.29%

Color #A578A5 in popluar number systems.

HEXA578A5
Decimal165120165
Binary10100101111100010100101
Octal245170245

Shades and tints

Shades of #A578A5

#A578A5
(165,120,165)
#966E96
(150,110,150)
#876487
(135,100,135)
#785A78
(120,90,120)
#695069
(105,80,105)
#5A465A
(90,70,90)
#4B3C4B
(75,60,75)
#3C323C
(60,50,60)
#2D282D
(45,40,45)
#1E1E1E
(30,30,30)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #A578A5

#A578A5
(165,120,165)
#AD84AD
(173,132,173)
#B590B5
(181,144,181)
#BD9CBD
(189,156,189)
#C5A8C5
(197,168,197)
#CDB4CD
(205,180,205)
#D5C0D5
(213,192,213)
#DDCCDD
(221,204,221)
#E5D8E5
(229,216,229)
#EDE4ED
(237,228,237)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A578A5; }

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

This text font color is #A578A5.


Background Color

.myBgColor { background-color: #A578A5; }

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

This div background color is #A578A5.


Border color

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

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

This div border color is #A578A5.


Opacity

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

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

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

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

This text has shadow with #A578A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A578A5 on black background.


Color preview on white background

This text has color #A578A5 on white background.



Black color preview on #A578A5 background

This text has black color on #A578A5 background.


White color preview on #A578A5 background

This text has white color on #A578A5 background.