COLOR #A583A2

HEX: #A583A2
RGB: (165,131,162)

Color info

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

RGB color model

#A583A2 color RGB value is (165,131,162).

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

RGB channels and saturation

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

165
131
162

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

Portions of RGB colors in percentages

R + G + B =
165 + 131 + 162 = 458 (100%)
R 165 of 458 ~ 36.03%
G 131 of 458 ~ 28.6%
B 162 of 458 ~ 35.37%

%36.03
%28.6
%35.37

CMYK color model

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

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

CMYK percentages

%0
%20.61
%1.82
%35.29

Codes

Color #A583A2 in popluar color models

A583A2
RGB165131162
HSL305°15.89%58.04%
HSB/HSV305°20.61%64.71%
CMYK0.00%20.61%1.82%
35.29%

Color #A583A2 in popluar number systems.

HEXA583A2
Decimal165131162
Binary101001011000001110100010
Octal245203242

Shades and tints

Shades of #A583A2

#A583A2
(165,131,162)
#967894
(150,120,148)
#876D86
(135,109,134)
#786278
(120,98,120)
#69576A
(105,87,106)
#5A4C5C
(90,76,92)
#4B414E
(75,65,78)
#3C3640
(60,54,64)
#2D2B32
(45,43,50)
#1E2024
(30,32,36)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #A583A2

#A583A2
(165,131,162)
#AD8EAA
(173,142,170)
#B599B2
(181,153,178)
#BDA4BA
(189,164,186)
#C5AFC2
(197,175,194)
#CDBACA
(205,186,202)
#D5C5D2
(213,197,210)
#DDD0DA
(221,208,218)
#E5DBE2
(229,219,226)
#EDE6EA
(237,230,234)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A583A2; }

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

This text font color is #A583A2.


Background Color

.myBgColor { background-color: #A583A2; }

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

This div background color is #A583A2.


Border color

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

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

This div border color is #A583A2.


Opacity

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

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

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

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

This text has shadow with #A583A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A583A2 on black background.


Color preview on white background

This text has color #A583A2 on white background.



Black color preview on #A583A2 background

This text has black color on #A583A2 background.


White color preview on #A583A2 background

This text has white color on #A583A2 background.