COLOR #A07993

HEX: #A07993 RGB: (160,121,147)

Color info

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

RGB color model

#A07993 color RGB value is (160,121,147).

RGB: (160,121,147) (63%, 47%, 58%)

RGB channels and saturation

R 160 of 255 = 63%
G 121 of 255 = 47%
B 147 of 255 = 58%

160
121
147

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

Portions of RGB colors in percentages

R + G + B = 160 + 121 + 147 = 428 (100%)
R 160 of 428 ~ 37.38%
G 121 of 428 ~ 28.27%
B 147 of 428 ~ 34.35'%

%37.38
%28.27
%34.35

CMYK color model

#A07993 color CMYK value is (0,24,8,37).

  • cyan value is 0.00%
  • magenta value is 24.38%
  • yellow value is 8.13%
  • key color value is 37.25%
CMYK: (0,24,8,37) C0M24Y8K37 (0%,24%,8%,37%) (0.00/0.24/0.08/0.37) 

CMYK percentages

%0
%24.38
%8.13
%37.25

Codes

Color #A07993 in popluar color models

A0 79 93
RGB 160 121 147
HSL 320° 17.03% 55.10%
HSB/HSV 320° 24.38% 62.75%
CMYK 0.00% 24.38% 8.13%
37.25%

Color #A07993 in popluar number systems.

HEX A0 79 93
Decimal 160 121 147
Binary 10100000 1111001 10010011
Octal 240 171 223

Shades and tints

Shades of #A07993

#A07993
(160,121,147)
#926E86
(146,110,134)
#846379
(132,99,121)
#76586C
(118,88,108)
#684D5F
(104,77,95)
#5A4252
(90,66,82)
#4C3745
(76,55,69)
#3E2C38
(62,44,56)
#30212B
(48,33,43)
#22161E
(34,22,30)
#140B11
(20,11,17)
#000000
(0,0,0)

Tints of #A07993

#A07993
(160,121,147)
#A8859C
(168,133,156)
#B091A5
(176,145,165)
#B89DAE
(184,157,174)
#C0A9B7
(192,169,183)
#C8B5C0
(200,181,192)
#D0C1C9
(208,193,201)
#D8CDD2
(216,205,210)
#E0D9DB
(224,217,219)
#E8E5E4
(232,229,228)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07993 color. Also use rgb(160,121,147) instead hex code.

Text Font Color

.myTextColor { color: #A07993; }

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

This text font color is #A07993.

Background Color

.myBgColor { background-color: #A07993; }

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

This div background color is #A07993.

Border color

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

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

This div border color is #A07993.

Opacity

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

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

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

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

This text has shadow with #A07993 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07993.

Preview

Color preview on black background

This text has color #A07993 on black background.


Color preview on white background

This text has color #A07993 on white background.


Black color preview on #A07993 background

This text has black color on #A07993 background.


White color preview on #A07993 background

This text has white color on #A07993 background.


Related colors

Complementary color

Complementary color for #hex is #5F866C.


I love getcolorcode.com

Triadic colors

1 #93A079 and #7993A0 with #A07993 are triadic colors.

2 #9379A0 and #79A093 with #A07993 are triadic colors.