COLOR #A588D5

HEX: #A588D5
RGB: (165,136,213)

Color info

#A588D5 contains mainly red and blue colors. Web safe color of #A588D5 is #9999CC (or #99C).

RGB color model

#A588D5 color RGB value is (165,136,213).

  • red value is 165;
  • green value is 136;
  • blue value is 213.
RGB:
(165,136,213)
(65%,53%,84%)

RGB channels and saturation

R 165 of 255 = 65%
G 136 of 255 = 53%
B 213 of 255 = 84%

165
136
213

R + G + B ~ 67%. #A588D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 136 + 213 = 514 (100%)
R 165 of 514 ~ 32.1%
G 136 of 514 ~ 26.46%
B 213 of 514 ~ 41.44%

%32.1
%26.46
%41.44

CMYK color model

#A588D5 color CMYK value is (23,36,0,16).

  • cyan value is 22.54%
  • magenta value is 36.15%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(23,36,0,16)
C23M36Y0K16 
(23%,36%,0%,16%)
(0.23/0.36/0.00/0.16)	

CMYK percentages

%22.54
%36.15
%0
%16.47

Codes

Color #A588D5 in popluar color models

A588D5
RGB165136213
HSL263°47.83%68.43%
HSB/HSV263°36.15%83.53%
CMYK22.54%36.15%0.00%
16.47%

Color #A588D5 in popluar number systems.

HEXA588D5
Decimal165136213
Binary101001011000100011010101
Octal245210325

Shades and tints

Shades of #A588D5

#A588D5
(165,136,213)
#967CC2
(150,124,194)
#8770AF
(135,112,175)
#78649C
(120,100,156)
#695889
(105,88,137)
#5A4C76
(90,76,118)
#4B4063
(75,64,99)
#3C3450
(60,52,80)
#2D283D
(45,40,61)
#1E1C2A
(30,28,42)
#0F1017
(15,16,23)
#000000
(0,0,0)

Tints of #A588D5

#A588D5
(165,136,213)
#AD92D8
(173,146,216)
#B59CDB
(181,156,219)
#BDA6DE
(189,166,222)
#C5B0E1
(197,176,225)
#CDBAE4
(205,186,228)
#D5C4E7
(213,196,231)
#DDCEEA
(221,206,234)
#E5D8ED
(229,216,237)
#EDE2F0
(237,226,240)
#F5ECF3
(245,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A588D5; }

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

This text font color is #A588D5.


Background Color

.myBgColor { background-color: #A588D5; }

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

This div background color is #A588D5.


Border color

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

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

This div border color is #A588D5.


Opacity

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

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

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

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

This text has shadow with #A588D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A588D5 on black background.


Color preview on white background

This text has color #A588D5 on white background.



Black color preview on #A588D5 background

This text has black color on #A588D5 background.


White color preview on #A588D5 background

This text has white color on #A588D5 background.