COLOR #A584BE

HEX: #A584BE
RGB: (165,132,190)

Color info

#A584BE contains red, green and blue colors in about the same proportion. Web safe color of #A584BE is #9999CC (or #99C).

RGB color model

#A584BE color RGB value is (165,132,190).

  • red value is 165;
  • green value is 132;
  • blue value is 190.
RGB:
(165,132,190)
(65%,52%,75%)

RGB channels and saturation

R 165 of 255 = 65%
G 132 of 255 = 52%
B 190 of 255 = 75%

165
132
190

R + G + B ~ 64%. #A584BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 132 + 190 = 487 (100%)
R 165 of 487 ~ 33.88%
G 132 of 487 ~ 27.1%
B 190 of 487 ~ 39.01%

%33.88
%27.1
%39.01

CMYK color model

#A584BE color CMYK value is (13,31,0,25).

  • cyan value is 13.16%
  • magenta value is 30.53%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(13,31,0,25)
C13M31Y0K25 
(13%,31%,0%,25%)
(0.13/0.31/0.00/0.25)	

CMYK percentages

%13.16
%30.53
%0
%25.49

Codes

Color #A584BE in popluar color models

A584BE
RGB165132190
HSL274°30.85%63.14%
HSB/HSV274°30.53%74.51%
CMYK13.16%30.53%0.00%
25.49%

Color #A584BE in popluar number systems.

HEXA584BE
Decimal165132190
Binary101001011000010010111110
Octal245204276

Shades and tints

Shades of #A584BE

#A584BE
(165,132,190)
#9678AD
(150,120,173)
#876C9C
(135,108,156)
#78608B
(120,96,139)
#69547A
(105,84,122)
#5A4869
(90,72,105)
#4B3C58
(75,60,88)
#3C3047
(60,48,71)
#2D2436
(45,36,54)
#1E1825
(30,24,37)
#0F0C14
(15,12,20)
#000000
(0,0,0)

Tints of #A584BE

#A584BE
(165,132,190)
#AD8FC3
(173,143,195)
#B59AC8
(181,154,200)
#BDA5CD
(189,165,205)
#C5B0D2
(197,176,210)
#CDBBD7
(205,187,215)
#D5C6DC
(213,198,220)
#DDD1E1
(221,209,225)
#E5DCE6
(229,220,230)
#EDE7EB
(237,231,235)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A584BE; }

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

This text font color is #A584BE.


Background Color

.myBgColor { background-color: #A584BE; }

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

This div background color is #A584BE.


Border color

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

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

This div border color is #A584BE.


Opacity

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

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

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

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

This text has shadow with #A584BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A584BE on black background.


Color preview on white background

This text has color #A584BE on white background.



Black color preview on #A584BE background

This text has black color on #A584BE background.


White color preview on #A584BE background

This text has white color on #A584BE background.