COLOR #A75E88

HEX: #A75E88 RGB: (167,94,136)

Color info

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

RGB color model

#A75E88 color RGB value is (167,94,136).

RGB: (167,94,136) (65%, 37%, 53%)

RGB channels and saturation

R 167 of 255 = 65%
G 94 of 255 = 37%
B 136 of 255 = 53%

167
94
136

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

Portions of RGB colors in percentages

R + G + B = 167 + 94 + 136 = 397 (100%)
R 167 of 397 ~ 42.07%
G 94 of 397 ~ 23.68%
B 136 of 397 ~ 34.26'%

%42.07
%23.68
%34.26

CMYK color model

#A75E88 color CMYK value is (0,44,19,35).

  • cyan value is 0.00%
  • magenta value is 43.71%
  • yellow value is 18.56%
  • key color value is 34.51%
CMYK: (0,44,19,35) C0M44Y19K35 (0%,44%,19%,35%) (0.00/0.44/0.19/0.35) 

CMYK percentages

%0
%43.71
%18.56
%34.51

Codes

Color #A75E88 in popluar color models

A7 5E 88
RGB 167 94 136
HSL 325° 29.32% 51.18%
HSB/HSV 325° 43.71% 65.49%
CMYK 0.00% 43.71% 18.56%
34.51%

Color #A75E88 in popluar number systems.

HEX A7 5E 88
Decimal 167 94 136
Binary 10100111 1011110 10001000
Octal 247 136 210

Shades and tints

Shades of #A75E88

#A75E88
(167,94,136)
#98567C
(152,86,124)
#894E70
(137,78,112)
#7A4664
(122,70,100)
#6B3E58
(107,62,88)
#5C364C
(92,54,76)
#4D2E40
(77,46,64)
#3E2634
(62,38,52)
#2F1E28
(47,30,40)
#20161C
(32,22,28)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #A75E88

#A75E88
(167,94,136)
#AF6C92
(175,108,146)
#B77A9C
(183,122,156)
#BF88A6
(191,136,166)
#C796B0
(199,150,176)
#CFA4BA
(207,164,186)
#D7B2C4
(215,178,196)
#DFC0CE
(223,192,206)
#E7CED8
(231,206,216)
#EFDCE2
(239,220,226)
#F7EAEC
(247,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A75E88 color. Also use rgb(167,94,136) instead hex code.

Text Font Color

.myTextColor { color: #A75E88; }

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

This text font color is #A75E88.

Background Color

.myBgColor { background-color: #A75E88; }

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

This div background color is #A75E88.

Border color

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

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

This div border color is #A75E88.

Opacity

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

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

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

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

This text has shadow with #A75E88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A75E88.

Preview

Color preview on black background

This text has color #A75E88 on black background.


Color preview on white background

This text has color #A75E88 on white background.


Black color preview on #A75E88 background

This text has black color on #A75E88 background.


White color preview on #A75E88 background

This text has white color on #A75E88 background.


Related colors

Complementary color

Complementary color for #hex is #58A177.


I love getcolorcode.com

Triadic colors

1 #88A75E and #5E88A7 with #A75E88 are triadic colors.

2 #885EA7 and #5EA788 with #A75E88 are triadic colors.