COLOR #A588CC

HEX: #A588CC
RGB: (165,136,204)

Color info

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

RGB color model

#A588CC color RGB value is (165,136,204).

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

RGB channels and saturation

R 165 of 255 = 65%
G 136 of 255 = 53%
B 204 of 255 = 80%

165
136
204

R + G + B ~ 66%. #A588CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 136 + 204 = 505 (100%)
R 165 of 505 ~ 32.67%
G 136 of 505 ~ 26.93%
B 204 of 505 ~ 40.4%

%32.67
%26.93
%40.4

CMYK color model

#A588CC color CMYK value is (19,33,0,20).

  • cyan value is 19.12%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(19,33,0,20)
C19M33Y0K20 
(19%,33%,0%,20%)
(0.19/0.33/0.00/0.20)	

CMYK percentages

%19.12
%33.33
%0
%20

Codes

Color #A588CC in popluar color models

A588CC
RGB165136204
HSL266°40.00%66.67%
HSB/HSV266°33.33%80.00%
CMYK19.12%33.33%0.00%
20.00%

Color #A588CC in popluar number systems.

HEXA588CC
Decimal165136204
Binary101001011000100011001100
Octal245210314

Shades and tints

Shades of #A588CC

#A588CC
(165,136,204)
#967CBA
(150,124,186)
#8770A8
(135,112,168)
#786496
(120,100,150)
#695884
(105,88,132)
#5A4C72
(90,76,114)
#4B4060
(75,64,96)
#3C344E
(60,52,78)
#2D283C
(45,40,60)
#1E1C2A
(30,28,42)
#0F1018
(15,16,24)
#000000
(0,0,0)

Tints of #A588CC

#A588CC
(165,136,204)
#AD92D0
(173,146,208)
#B59CD4
(181,156,212)
#BDA6D8
(189,166,216)
#C5B0DC
(197,176,220)
#CDBAE0
(205,186,224)
#D5C4E4
(213,196,228)
#DDCEE8
(221,206,232)
#E5D8EC
(229,216,236)
#EDE2F0
(237,226,240)
#F5ECF4
(245,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A588CC; }

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

This text font color is #A588CC.


Background Color

.myBgColor { background-color: #A588CC; }

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

This div background color is #A588CC.


Border color

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

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

This div border color is #A588CC.


Opacity

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

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

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

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

This text has shadow with #A588CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A588CC on black background.


Color preview on white background

This text has color #A588CC on white background.



Black color preview on #A588CC background

This text has black color on #A588CC background.


White color preview on #A588CC background

This text has white color on #A588CC background.