COLOR #A07F9B

HEX: #A07F9B RGB: (160,127,155)

Color info

#A07F9B contains red, green and blue colors in about the same proportion. Web safe color of #A07F9B is #996699 (or #969).

RGB color model

#A07F9B color RGB value is (160,127,155).

RGB: (160,127,155) (63%, 50%, 61%)

RGB channels and saturation

R 160 of 255 = 63%
G 127 of 255 = 50%
B 155 of 255 = 61%

160
127
155

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

Portions of RGB colors in percentages

R + G + B = 160 + 127 + 155 = 442 (100%)
R 160 of 442 ~ 36.2%
G 127 of 442 ~ 28.73%
B 155 of 442 ~ 35.07'%

%36.2
%28.73
%35.07

CMYK color model

#A07F9B color CMYK value is (0,21,3,37).

  • cyan value is 0.00%
  • magenta value is 20.63%
  • yellow value is 3.13%
  • key color value is 37.25%

CMYK: (0,21,3,37)
C0M21Y3K37 (0%, 21%, 3%, 37%)
(0.00 / 0.21 / 0.03 / 0.37)

CMYK percentages

%0
%20.63
%3.13
%37.25

Codes

Color #A07F9B in popluar color models

A0 7F 9B
RGB 160 127 155
HSL 309° 14.80% 56.27%
HSB/HSV 309° 20.63% 62.75%
CMYK 0.00% 20.63% 3.13%
37.25%

Color #A07F9B in popluar number systems.

HEX A0 7F 9B
Decimal 160 127 155
Binary 10100000 1111111 10011011
Octal 240 177 233

Shades and tints

Shades of #A07F9B

#A07F9B
(160,127,155)
#92748D
(146,116,141)
#84697F
(132,105,127)
#765E71
(118,94,113)
#685363
(104,83,99)
#5A4855
(90,72,85)
#4C3D47
(76,61,71)
#3E3239
(62,50,57)
#30272B
(48,39,43)
#221C1D
(34,28,29)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #A07F9B

#A07F9B
(160,127,155)
#A88AA4
(168,138,164)
#B095AD
(176,149,173)
#B8A0B6
(184,160,182)
#C0ABBF
(192,171,191)
#C8B6C8
(200,182,200)
#D0C1D1
(208,193,209)
#D8CCDA
(216,204,218)
#E0D7E3
(224,215,227)
#E8E2EC
(232,226,236)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07F9B color. Also use rgb(160,127,155) instead hex code.

Text Font Color

.myTextColor { color: #A07F9B; }

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

This text font color is #A07F9B.

Background Color

.myBgColor { background-color: #A07F9B; }

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

This div background color is #A07F9B.

Border color

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

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

This div border color is #A07F9B.

Opacity

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

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

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

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

This text has shadow with #A07F9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07F9B.

Preview

Color preview on black background

This text has color #A07F9B on black background.


Color preview on white background

This text has color #A07F9B on white background.


Black color preview on #A07F9B background

This text has black color on #A07F9B background.


White color preview on #A07F9B background

This text has white color on #A07F9B background.


Related colors

Complementary color

Complementary color for #hex is #5F8064.


I love getcolorcode.com

Triadic colors

1 #9BA07F and #7F9BA0 with #A07F9B are triadic colors.

2 #9B7FA0 and #7FA09B with #A07F9B are triadic colors.