COLOR #A5588E

HEX: #A5588E
RGB: (165,88,142)

Color info

#A5588E contains mainly red and blue colors. Web safe color of #A5588E is #996699 (or #969).

RGB color model

#A5588E color RGB value is (165,88,142).

  • red value is 165;
  • green value is 88;
  • blue value is 142.
RGB:
(165,88,142)
(65%,35%,56%)

RGB channels and saturation

R 165 of 255 = 65%
G 88 of 255 = 35%
B 142 of 255 = 56%

165
88
142

R + G + B ~ 52%. #A5588E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
165 + 88 + 142 = 395 (100%)
R 165 of 395 ~ 41.77%
G 88 of 395 ~ 22.28%
B 142 of 395 ~ 35.95%

%41.77
%22.28
%35.95

CMYK color model

#A5588E color CMYK value is (0,47,14,35).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 13.94%
  • key color value is 35.29%
CMYK:
(0,47,14,35)
C0M47Y14K35 
(0%,47%,14%,35%)
(0.00/0.47/0.14/0.35)	

CMYK percentages

%0
%46.67
%13.94
%35.29

Codes

Color #A5588E in popluar color models

A5588E
RGB16588142
HSL318°30.43%49.61%
HSB/HSV318°46.67%64.71%
CMYK0.00%46.67%13.94%
35.29%

Color #A5588E in popluar number systems.

HEXA5588E
Decimal16588142
Binary10100101101100010001110
Octal245130216

Shades and tints

Shades of #A5588E

#A5588E
(165,88,142)
#965082
(150,80,130)
#874876
(135,72,118)
#78406A
(120,64,106)
#69385E
(105,56,94)
#5A3052
(90,48,82)
#4B2846
(75,40,70)
#3C203A
(60,32,58)
#2D182E
(45,24,46)
#1E1022
(30,16,34)
#0F0816
(15,8,22)
#000000
(0,0,0)

Tints of #A5588E

#A5588E
(165,88,142)
#AD6798
(173,103,152)
#B576A2
(181,118,162)
#BD85AC
(189,133,172)
#C594B6
(197,148,182)
#CDA3C0
(205,163,192)
#D5B2CA
(213,178,202)
#DDC1D4
(221,193,212)
#E5D0DE
(229,208,222)
#EDDFE8
(237,223,232)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5588E color. Also use rgb(165,88,142) instead hex code.

Text Font Color

.myTextColor { color: #A5588E; }

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

This text font color is #A5588E.


Background Color

.myBgColor { background-color: #A5588E; }

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

This div background color is #A5588E.


Border color

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

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

This div border color is #A5588E.


Opacity

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

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

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

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

This text has shadow with #A5588E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5588E on black background.


Color preview on white background

This text has color #A5588E on white background.



Black color preview on #A5588E background

This text has black color on #A5588E background.


White color preview on #A5588E background

This text has white color on #A5588E background.