COLOR #A7518A

HEX: #A7518A
RGB: (167,81,138)

Color info

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

RGB color model

#A7518A color RGB value is (167,81,138).

  • red value is 167;
  • green value is 81;
  • blue value is 138.
RGB: (167,81,138) (65%,32%,54%)

RGB channels and saturation

R 167 of 255 = 65%
G 81 of 255 = 32%
B 138 of 255 = 54%

167
81
138

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

Portions of RGB colors in percentages

R + G + B =
167 + 81 + 138 = 386 (100%)
R 167 of 386 ~ 43.26%
G 81 of 386 ~ 20.98%
B 138 of 386 ~ 35.75%

%43.26
%20.98
%35.75

CMYK color model

#A7518A color CMYK value is (0,51,17,35).

  • cyan value is 0.00%
  • magenta value is 51.50%
  • yellow value is 17.37%
  • key color value is 34.51%
CMYK: (0,51,17,35) C0M51Y17K35 (0%,51%,17%,35%) (0.00/0.51/0.17/0.35)

CMYK percentages

%0
%51.5
%17.37
%34.51

Codes

Color #A7518A in popluar color models

A7518A
RGB16781138
HSL320°34.68%48.63%
HSB/HSV320°51.50%65.49%
CMYK0.00%51.50%17.37%
34.51%

Color #A7518A in popluar number systems.

HEXA7518A
Decimal16781138
Binary10100111101000110001010
Octal247121212

Shades and tints

Shades of #A7518A

#A7518A
(167,81,138)
#984A7E
(152,74,126)
#894372
(137,67,114)
#7A3C66
(122,60,102)
#6B355A
(107,53,90)
#5C2E4E
(92,46,78)
#4D2742
(77,39,66)
#3E2036
(62,32,54)
#2F192A
(47,25,42)
#20121E
(32,18,30)
#110B12
(17,11,18)
#000000
(0,0,0)

Tints of #A7518A

#A7518A
(167,81,138)
#AF6094
(175,96,148)
#B76F9E
(183,111,158)
#BF7EA8
(191,126,168)
#C78DB2
(199,141,178)
#CF9CBC
(207,156,188)
#D7ABC6
(215,171,198)
#DFBAD0
(223,186,208)
#E7C9DA
(231,201,218)
#EFD8E4
(239,216,228)
#F7E7EE
(247,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7518A; }

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

This text font color is #A7518A.


Background Color

.myBgColor { background-color: #A7518A; }

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

This div background color is #A7518A.


Border color

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

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

This div border color is #A7518A.


Opacity

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

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

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

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

This text has shadow with #A7518A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A7518A on black background.


Color preview on white background

This text has color #A7518A on white background.



Black color preview on #A7518A background

This text has black color on #A7518A background.


White color preview on #A7518A background

This text has white color on #A7518A background.