COLOR #A3588F

HEX: #A3588F RGB: (163,88,143)

Color info

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

RGB color model

#A3588F color RGB value is (163,88,143).

RGB: (163,88,143) (64%, 35%, 56%)

RGB channels and saturation

R 163 of 255 = 64%
G 88 of 255 = 35%
B 143 of 255 = 56%

163
88
143

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

Portions of RGB colors in percentages

R + G + B = 163 + 88 + 143 = 394 (100%)
R 163 of 394 ~ 41.37%
G 88 of 394 ~ 22.34%
B 143 of 394 ~ 36.29'%

%41.37
%22.34
%36.29

CMYK color model

#A3588F color CMYK value is (0,46,12,36).

  • cyan value is 0.00%
  • magenta value is 46.01%
  • yellow value is 12.27%
  • key color value is 36.08%

CMYK: (0,46,12,36)
C0M46Y12K36 (0%, 46%, 12%, 36%)
(0.00 / 0.46 / 0.12 / 0.36)

CMYK percentages

%0
%46.01
%12.27
%36.08

Codes

Color #A3588F in popluar color models

A3 58 8F
RGB 163 88 143
HSL 316° 29.88% 49.22%
HSB/HSV 316° 46.01% 63.92%
CMYK 0.00% 46.01% 12.27%
36.08%

Color #A3588F in popluar number systems.

HEX A3 58 8F
Decimal 163 88 143
Binary 10100011 1011000 10001111
Octal 243 130 217

Shades and tints

Shades of #A3588F

#A3588F
(163,88,143)
#955082
(149,80,130)
#874875
(135,72,117)
#794068
(121,64,104)
#6B385B
(107,56,91)
#5D304E
(93,48,78)
#4F2841
(79,40,65)
#412034
(65,32,52)
#331827
(51,24,39)
#25101A
(37,16,26)
#17080D
(23,8,13)
#000000
(0,0,0)

Tints of #A3588F

#A3588F
(163,88,143)
#AB6799
(171,103,153)
#B376A3
(179,118,163)
#BB85AD
(187,133,173)
#C394B7
(195,148,183)
#CBA3C1
(203,163,193)
#D3B2CB
(211,178,203)
#DBC1D5
(219,193,213)
#E3D0DF
(227,208,223)
#EBDFE9
(235,223,233)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3588F color. Also use rgb(163,88,143) instead hex code.

Text Font Color

.myTextColor { color: #A3588F; }

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

This text font color is #A3588F.

Background Color

.myBgColor { background-color: #A3588F; }

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

This div background color is #A3588F.

Border color

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

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

This div border color is #A3588F.

Opacity

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

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

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

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

This text has shadow with #A3588F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3588F.

Preview

Color preview on black background

This text has color #A3588F on black background.


Color preview on white background

This text has color #A3588F on white background.


Black color preview on #A3588F background

This text has black color on #A3588F background.


White color preview on #A3588F background

This text has white color on #A3588F background.


Related colors

Complementary color

Complementary color for #hex is #5CA770.


I love getcolorcode.com

Triadic colors

1 #8FA358 and #588FA3 with #A3588F are triadic colors.

2 #8F58A3 and #58A38F with #A3588F are triadic colors.