COLOR #A588D6

HEX: #A588D6
RGB: (165,136,214)

Color info

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

RGB color model

#A588D6 color RGB value is (165,136,214).

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

RGB channels and saturation

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

165
136
214

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

Portions of RGB colors in percentages

R + G + B =
165 + 136 + 214 = 515 (100%)
R 165 of 515 ~ 32.04%
G 136 of 515 ~ 26.41%
B 214 of 515 ~ 41.55%

%32.04
%26.41
%41.55

CMYK color model

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

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

CMYK percentages

%22.9
%36.45
%0
%16.08

Codes

Color #A588D6 in popluar color models

A588D6
RGB165136214
HSL262°48.75%68.63%
HSB/HSV262°36.45%83.92%
CMYK22.90%36.45%0.00%
16.08%

Color #A588D6 in popluar number systems.

HEXA588D6
Decimal165136214
Binary101001011000100011010110
Octal245210326

Shades and tints

Shades of #A588D6

#A588D6
(165,136,214)
#967CC3
(150,124,195)
#8770B0
(135,112,176)
#78649D
(120,100,157)
#69588A
(105,88,138)
#5A4C77
(90,76,119)
#4B4064
(75,64,100)
#3C3451
(60,52,81)
#2D283E
(45,40,62)
#1E1C2B
(30,28,43)
#0F1018
(15,16,24)
#000000
(0,0,0)

Tints of #A588D6

#A588D6
(165,136,214)
#AD92D9
(173,146,217)
#B59CDC
(181,156,220)
#BDA6DF
(189,166,223)
#C5B0E2
(197,176,226)
#CDBAE5
(205,186,229)
#D5C4E8
(213,196,232)
#DDCEEB
(221,206,235)
#E5D8EE
(229,216,238)
#EDE2F1
(237,226,241)
#F5ECF4
(245,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A588D6; }

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

This text font color is #A588D6.


Background Color

.myBgColor { background-color: #A588D6; }

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

This div background color is #A588D6.


Border color

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

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

This div border color is #A588D6.


Opacity

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

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

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

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

This text has shadow with #A588D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A588D6 on black background.


Color preview on white background

This text has color #A588D6 on white background.



Black color preview on #A588D6 background

This text has black color on #A588D6 background.


White color preview on #A588D6 background

This text has white color on #A588D6 background.