COLOR #A07198

HEX: #A07198 RGB: (160,113,152)

Color info

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

RGB color model

#A07198 color RGB value is (160,113,152).

RGB: (160,113,152) (63%, 44%, 60%)

RGB channels and saturation

R 160 of 255 = 63%
G 113 of 255 = 44%
B 152 of 255 = 60%

160
113
152

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

Portions of RGB colors in percentages

R + G + B = 160 + 113 + 152 = 425 (100%)
R 160 of 425 ~ 37.65%
G 113 of 425 ~ 26.59%
B 152 of 425 ~ 35.76'%

%37.65
%26.59
%35.76

CMYK color model

#A07198 color CMYK value is (0,29,5,37).

  • cyan value is 0.00%
  • magenta value is 29.38%
  • yellow value is 5.00%
  • key color value is 37.25%
CMYK: (0,29,5,37) C0M29Y5K37 (0%,29%,5%,37%) (0.00/0.29/0.05/0.37) 

CMYK percentages

%0
%29.38
%5
%37.25

Codes

Color #A07198 in popluar color models

A0 71 98
RGB 160 113 152
HSL 310° 19.83% 53.53%
HSB/HSV 310° 29.38% 62.75%
CMYK 0.00% 29.38% 5.00%
37.25%

Color #A07198 in popluar number systems.

HEX A0 71 98
Decimal 160 113 152
Binary 10100000 1110001 10011000
Octal 240 161 230

Shades and tints

Shades of #A07198

#A07198
(160,113,152)
#92678B
(146,103,139)
#845D7E
(132,93,126)
#765371
(118,83,113)
#684964
(104,73,100)
#5A3F57
(90,63,87)
#4C354A
(76,53,74)
#3E2B3D
(62,43,61)
#302130
(48,33,48)
#221723
(34,23,35)
#140D16
(20,13,22)
#000000
(0,0,0)

Tints of #A07198

#A07198
(160,113,152)
#A87DA1
(168,125,161)
#B089AA
(176,137,170)
#B895B3
(184,149,179)
#C0A1BC
(192,161,188)
#C8ADC5
(200,173,197)
#D0B9CE
(208,185,206)
#D8C5D7
(216,197,215)
#E0D1E0
(224,209,224)
#E8DDE9
(232,221,233)
#F0E9F2
(240,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07198 color. Also use rgb(160,113,152) instead hex code.

Text Font Color

.myTextColor { color: #A07198; }

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

This text font color is #A07198.

Background Color

.myBgColor { background-color: #A07198; }

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

This div background color is #A07198.

Border color

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

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

This div border color is #A07198.

Opacity

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

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

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

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

This text has shadow with #A07198 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07198.

Preview

Color preview on black background

This text has color #A07198 on black background.


Color preview on white background

This text has color #A07198 on white background.


Black color preview on #A07198 background

This text has black color on #A07198 background.


White color preview on #A07198 background

This text has white color on #A07198 background.


Related colors

Complementary color

Complementary color for #hex is #5F8E67.


I love getcolorcode.com

Triadic colors

1 #98A071 and #7198A0 with #A07198 are triadic colors.

2 #9871A0 and #71A098 with #A07198 are triadic colors.