COLOR #A583A5

HEX: #A583A5
RGB: (165,131,165)

Color info

#A583A5 contains red, green and blue colors in about the same proportion. Web safe color of #A583A5 is #999999 (or #999).

RGB color model

#A583A5 color RGB value is (165,131,165).

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

RGB channels and saturation

R 165 of 255 = 65%
G 131 of 255 = 51%
B 165 of 255 = 65%

165
131
165

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

Portions of RGB colors in percentages

R + G + B =
165 + 131 + 165 = 461 (100%)
R 165 of 461 ~ 35.79%
G 131 of 461 ~ 28.42%
B 165 of 461 ~ 35.79%

%35.79
%28.42
%35.79

CMYK color model

#A583A5 color CMYK value is (0,21,0,35).

  • cyan value is 0.00%
  • magenta value is 20.61%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(0,21,0,35)
C0M21Y0K35 
(0%,21%,0%,35%)
(0.00/0.21/0.00/0.35)	

CMYK percentages

%0
%20.61
%0
%35.29

Codes

Color #A583A5 in popluar color models

A583A5
RGB165131165
HSL300°15.89%58.04%
HSB/HSV300°20.61%64.71%
CMYK0.00%20.61%0.00%
35.29%

Color #A583A5 in popluar number systems.

HEXA583A5
Decimal165131165
Binary101001011000001110100101
Octal245203245

Shades and tints

Shades of #A583A5

#A583A5
(165,131,165)
#967896
(150,120,150)
#876D87
(135,109,135)
#786278
(120,98,120)
#695769
(105,87,105)
#5A4C5A
(90,76,90)
#4B414B
(75,65,75)
#3C363C
(60,54,60)
#2D2B2D
(45,43,45)
#1E201E
(30,32,30)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #A583A5

#A583A5
(165,131,165)
#AD8EAD
(173,142,173)
#B599B5
(181,153,181)
#BDA4BD
(189,164,189)
#C5AFC5
(197,175,197)
#CDBACD
(205,186,205)
#D5C5D5
(213,197,213)
#DDD0DD
(221,208,221)
#E5DBE5
(229,219,229)
#EDE6ED
(237,230,237)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A583A5; }

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

This text font color is #A583A5.


Background Color

.myBgColor { background-color: #A583A5; }

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

This div background color is #A583A5.


Border color

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

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

This div border color is #A583A5.


Opacity

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

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

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

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

This text has shadow with #A583A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A583A5 on black background.


Color preview on white background

This text has color #A583A5 on white background.



Black color preview on #A583A5 background

This text has black color on #A583A5 background.


White color preview on #A583A5 background

This text has white color on #A583A5 background.