COLOR #A7518F

HEX: #A7518F RGB: (167,81,143)

Color info

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

RGB color model

#A7518F color RGB value is (167,81,143).

RGB: (167,81,143) (65%, 32%, 56%)

RGB channels and saturation

R 167 of 255 = 65%
G 81 of 255 = 32%
B 143 of 255 = 56%

167
81
143

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

Portions of RGB colors in percentages

R + G + B = 167 + 81 + 143 = 391 (100%)
R 167 of 391 ~ 42.71%
G 81 of 391 ~ 20.72%
B 143 of 391 ~ 36.57'%

%42.71
%20.72
%36.57

CMYK color model

#A7518F color CMYK value is (0,51,14,35).

  • cyan value is 0.00%
  • magenta value is 51.50%
  • yellow value is 14.37%
  • key color value is 34.51%
CMYK: (0,51,14,35) C0M51Y14K35 (0%,51%,14%,35%) (0.00/0.51/0.14/0.35) 

CMYK percentages

%0
%51.5
%14.37
%34.51

Codes

Color #A7518F in popluar color models

A7 51 8F
RGB 167 81 143
HSL 317° 34.68% 48.63%
HSB/HSV 317° 51.50% 65.49%
CMYK 0.00% 51.50% 14.37%
34.51%

Color #A7518F in popluar number systems.

HEX A7 51 8F
Decimal 167 81 143
Binary 10100111 1010001 10001111
Octal 247 121 217

Shades and tints

Shades of #A7518F

#A7518F
(167,81,143)
#984A82
(152,74,130)
#894375
(137,67,117)
#7A3C68
(122,60,104)
#6B355B
(107,53,91)
#5C2E4E
(92,46,78)
#4D2741
(77,39,65)
#3E2034
(62,32,52)
#2F1927
(47,25,39)
#20121A
(32,18,26)
#110B0D
(17,11,13)
#000000
(0,0,0)

Tints of #A7518F

#A7518F
(167,81,143)
#AF6099
(175,96,153)
#B76FA3
(183,111,163)
#BF7EAD
(191,126,173)
#C78DB7
(199,141,183)
#CF9CC1
(207,156,193)
#D7ABCB
(215,171,203)
#DFBAD5
(223,186,213)
#E7C9DF
(231,201,223)
#EFD8E9
(239,216,233)
#F7E7F3
(247,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7518F color. Also use rgb(167,81,143) instead hex code.

Text Font Color

.myTextColor { color: #A7518F; }

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

This text font color is #A7518F.

Background Color

.myBgColor { background-color: #A7518F; }

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

This div background color is #A7518F.

Border color

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

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

This div border color is #A7518F.

Opacity

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

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

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

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

This text has shadow with #A7518F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7518F.

Preview

Color preview on black background

This text has color #A7518F on black background.


Color preview on white background

This text has color #A7518F on white background.


Black color preview on #A7518F background

This text has black color on #A7518F background.


White color preview on #A7518F background

This text has white color on #A7518F background.


Related colors

Complementary color

Complementary color for #hex is #58AE70.


I love getcolorcode.com

Triadic colors

1 #8FA751 and #518FA7 with #A7518F are triadic colors.

2 #8F51A7 and #51A78F with #A7518F are triadic colors.