COLOR #A8588F

HEX: #A8588F RGB: (168,88,143)

Color info

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

RGB color model

#A8588F color RGB value is (168,88,143).

RGB: (168,88,143) (66%, 35%, 56%)

RGB channels and saturation

R 168 of 255 = 66%
G 88 of 255 = 35%
B 143 of 255 = 56%

168
88
143

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

Portions of RGB colors in percentages

R + G + B = 168 + 88 + 143 = 399 (100%)
R 168 of 399 ~ 42.11%
G 88 of 399 ~ 22.06%
B 143 of 399 ~ 35.84'%

%42.11
%22.06
%35.84

CMYK color model

#A8588F color CMYK value is (0,48,15,34).

  • cyan value is 0.00%
  • magenta value is 47.62%
  • yellow value is 14.88%
  • key color value is 34.12%
CMYK: (0,48,15,34) C0M48Y15K34 (0%,48%,15%,34%) (0.00/0.48/0.15/0.34) 

CMYK percentages

%0
%47.62
%14.88
%34.12

Codes

Color #A8588F in popluar color models

A8 58 8F
RGB 168 88 143
HSL 319° 31.50% 50.20%
HSB/HSV 319° 47.62% 65.88%
CMYK 0.00% 47.62% 14.88%
34.12%

Color #A8588F in popluar number systems.

HEX A8 58 8F
Decimal 168 88 143
Binary 10101000 1011000 10001111
Octal 250 130 217

Shades and tints

Shades of #A8588F

#A8588F
(168,88,143)
#995082
(153,80,130)
#8A4875
(138,72,117)
#7B4068
(123,64,104)
#6C385B
(108,56,91)
#5D304E
(93,48,78)
#4E2841
(78,40,65)
#3F2034
(63,32,52)
#301827
(48,24,39)
#21101A
(33,16,26)
#12080D
(18,8,13)
#000000
(0,0,0)

Tints of #A8588F

#A8588F
(168,88,143)
#AF6799
(175,103,153)
#B676A3
(182,118,163)
#BD85AD
(189,133,173)
#C494B7
(196,148,183)
#CBA3C1
(203,163,193)
#D2B2CB
(210,178,203)
#D9C1D5
(217,193,213)
#E0D0DF
(224,208,223)
#E7DFE9
(231,223,233)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8588F; }

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

This text font color is #A8588F.

Background Color

.myBgColor { background-color: #A8588F; }

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

This div background color is #A8588F.

Border color

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

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

This div border color is #A8588F.

Opacity

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

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

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

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

This text has shadow with #A8588F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8588F.

Preview

Color preview on black background

This text has color #A8588F on black background.


Color preview on white background

This text has color #A8588F on white background.


Black color preview on #A8588F background

This text has black color on #A8588F background.


White color preview on #A8588F background

This text has white color on #A8588F background.


Related colors

Complementary color

Complementary color for #hex is #57A770.


I love getcolorcode.com

Triadic colors

1 #8FA858 and #588FA8 with #A8588F are triadic colors.

2 #8F58A8 and #58A88F with #A8588F are triadic colors.