COLOR #A7507B

HEX: #A7507B RGB: (167,80,123)

Color info

#A7507B contains mainly red and blue colors. Web safe color of #A7507B is #996666 (or #966).

RGB color model

#A7507B color RGB value is (167,80,123).

RGB: (167,80,123) (65%, 31%, 48%)

RGB channels and saturation

R 167 of 255 = 65%
G 80 of 255 = 31%
B 123 of 255 = 48%

167
80
123

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

Portions of RGB colors in percentages

R + G + B = 167 + 80 + 123 = 370 (100%)
R 167 of 370 ~ 45.14%
G 80 of 370 ~ 21.62%
B 123 of 370 ~ 33.24'%

%45.14
%21.62
%33.24

CMYK color model

#A7507B color CMYK value is (0,52,26,35).

  • cyan value is 0.00%
  • magenta value is 52.10%
  • yellow value is 26.35%
  • key color value is 34.51%

CMYK: (0,52,26,35)
C0M52Y26K35 (0%, 52%, 26%, 35%)
(0.00 / 0.52 / 0.26 / 0.35)

CMYK percentages

%0
%52.1
%26.35
%34.51

Codes

Color #A7507B in popluar color models

A7 50 7B
RGB 167 80 123
HSL 330° 35.22% 48.43%
HSB/HSV 330° 52.10% 65.49%
CMYK 0.00% 52.10% 26.35%
34.51%

Color #A7507B in popluar number systems.

HEX A7 50 7B
Decimal 167 80 123
Binary 10100111 1010000 1111011
Octal 247 120 173

Shades and tints

Shades of #A7507B

#A7507B
(167,80,123)
#984970
(152,73,112)
#894265
(137,66,101)
#7A3B5A
(122,59,90)
#6B344F
(107,52,79)
#5C2D44
(92,45,68)
#4D2639
(77,38,57)
#3E1F2E
(62,31,46)
#2F1823
(47,24,35)
#201118
(32,17,24)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #A7507B

#A7507B
(167,80,123)
#AF5F87
(175,95,135)
#B76E93
(183,110,147)
#BF7D9F
(191,125,159)
#C78CAB
(199,140,171)
#CF9BB7
(207,155,183)
#D7AAC3
(215,170,195)
#DFB9CF
(223,185,207)
#E7C8DB
(231,200,219)
#EFD7E7
(239,215,231)
#F7E6F3
(247,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7507B color. Also use rgb(167,80,123) instead hex code.

Text Font Color

.myTextColor { color: #A7507B; }

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

This text font color is #A7507B.

Background Color

.myBgColor { background-color: #A7507B; }

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

This div background color is #A7507B.

Border color

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

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

This div border color is #A7507B.

Opacity

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

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

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

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

This text has shadow with #A7507B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7507B.

Preview

Color preview on black background

This text has color #A7507B on black background.


Color preview on white background

This text has color #A7507B on white background.


Black color preview on #A7507B background

This text has black color on #A7507B background.


White color preview on #A7507B background

This text has white color on #A7507B background.


Related colors

Complementary color

Complementary color for #hex is #58AF84.


I love getcolorcode.com

Triadic colors

1 #7BA750 and #507BA7 with #A7507B are triadic colors.

2 #7B50A7 and #50A77B with #A7507B are triadic colors.