COLOR #A582A9

HEX: #A582A9
RGB: (165,130,169)

Color info

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

RGB color model

#A582A9 color RGB value is (165,130,169).

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

RGB channels and saturation

R 165 of 255 = 65%
G 130 of 255 = 51%
B 169 of 255 = 66%

165
130
169

R + G + B ~ 61%. #A582A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 130 + 169 = 464 (100%)
R 165 of 464 ~ 35.56%
G 130 of 464 ~ 28.02%
B 169 of 464 ~ 36.42%

%35.56
%28.02
%36.42

CMYK color model

#A582A9 color CMYK value is (2,23,0,34).

  • cyan value is 2.37%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(2,23,0,34)
C2M23Y0K34 
(2%,23%,0%,34%)
(0.02/0.23/0.00/0.34)	

CMYK percentages

%2.37
%23.08
%0
%33.73

Codes

Color #A582A9 in popluar color models

A582A9
RGB165130169
HSL294°18.48%58.63%
HSB/HSV294°23.08%66.27%
CMYK2.37%23.08%0.00%
33.73%

Color #A582A9 in popluar number systems.

HEXA582A9
Decimal165130169
Binary101001011000001010101001
Octal245202251

Shades and tints

Shades of #A582A9

#A582A9
(165,130,169)
#96779A
(150,119,154)
#876C8B
(135,108,139)
#78617C
(120,97,124)
#69566D
(105,86,109)
#5A4B5E
(90,75,94)
#4B404F
(75,64,79)
#3C3540
(60,53,64)
#2D2A31
(45,42,49)
#1E1F22
(30,31,34)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #A582A9

#A582A9
(165,130,169)
#AD8DB0
(173,141,176)
#B598B7
(181,152,183)
#BDA3BE
(189,163,190)
#C5AEC5
(197,174,197)
#CDB9CC
(205,185,204)
#D5C4D3
(213,196,211)
#DDCFDA
(221,207,218)
#E5DAE1
(229,218,225)
#EDE5E8
(237,229,232)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A582A9; }

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

This text font color is #A582A9.


Background Color

.myBgColor { background-color: #A582A9; }

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

This div background color is #A582A9.


Border color

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

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

This div border color is #A582A9.


Opacity

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

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

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

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

This text has shadow with #A582A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A582A9 on black background.


Color preview on white background

This text has color #A582A9 on white background.



Black color preview on #A582A9 background

This text has black color on #A582A9 background.


White color preview on #A582A9 background

This text has white color on #A582A9 background.