COLOR #A7618D

HEX: #A7618D RGB: (167,97,141)

Color info

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

RGB color model

#A7618D color RGB value is (167,97,141).

RGB: (167,97,141) (65%, 38%, 55%)

RGB channels and saturation

R 167 of 255 = 65%
G 97 of 255 = 38%
B 141 of 255 = 55%

167
97
141

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

Portions of RGB colors in percentages

R + G + B = 167 + 97 + 141 = 405 (100%)
R 167 of 405 ~ 41.23%
G 97 of 405 ~ 23.95%
B 141 of 405 ~ 34.81'%

%41.23
%23.95
%34.81

CMYK color model

#A7618D color CMYK value is (0,42,16,35).

  • cyan value is 0.00%
  • magenta value is 41.92%
  • yellow value is 15.57%
  • key color value is 34.51%

CMYK: (0,42,16,35)
C0M42Y16K35 (0%, 42%, 16%, 35%)
(0.00 / 0.42 / 0.16 / 0.35)

CMYK percentages

%0
%41.92
%15.57
%34.51

Codes

Color #A7618D in popluar color models

A7 61 8D
RGB 167 97 141
HSL 322° 28.46% 51.76%
HSB/HSV 322° 41.92% 65.49%
CMYK 0.00% 41.92% 15.57%
34.51%

Color #A7618D in popluar number systems.

HEX A7 61 8D
Decimal 167 97 141
Binary 10100111 1100001 10001101
Octal 247 141 215

Shades and tints

Shades of #A7618D

#A7618D
(167,97,141)
#985981
(152,89,129)
#895175
(137,81,117)
#7A4969
(122,73,105)
#6B415D
(107,65,93)
#5C3951
(92,57,81)
#4D3145
(77,49,69)
#3E2939
(62,41,57)
#2F212D
(47,33,45)
#201921
(32,25,33)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #A7618D

#A7618D
(167,97,141)
#AF6F97
(175,111,151)
#B77DA1
(183,125,161)
#BF8BAB
(191,139,171)
#C799B5
(199,153,181)
#CFA7BF
(207,167,191)
#D7B5C9
(215,181,201)
#DFC3D3
(223,195,211)
#E7D1DD
(231,209,221)
#EFDFE7
(239,223,231)
#F7EDF1
(247,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7618D color. Also use rgb(167,97,141) instead hex code.

Text Font Color

.myTextColor { color: #A7618D; }

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

This text font color is #A7618D.

Background Color

.myBgColor { background-color: #A7618D; }

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

This div background color is #A7618D.

Border color

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

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

This div border color is #A7618D.

Opacity

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

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

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

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

This text has shadow with #A7618D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7618D.

Preview

Color preview on black background

This text has color #A7618D on black background.


Color preview on white background

This text has color #A7618D on white background.


Black color preview on #A7618D background

This text has black color on #A7618D background.


White color preview on #A7618D background

This text has white color on #A7618D background.


Related colors

Complementary color

Complementary color for #hex is #589E72.


I love getcolorcode.com

Triadic colors

1 #8DA761 and #618DA7 with #A7618D are triadic colors.

2 #8D61A7 and #61A78D with #A7618D are triadic colors.