COLOR #A072A1

HEX: #A072A1 RGB: (160,114,161)

Color info

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

RGB color model

#A072A1 color RGB value is (160,114,161).

RGB: (160,114,161) (63%, 45%, 63%)

RGB channels and saturation

R 160 of 255 = 63%
G 114 of 255 = 45%
B 161 of 255 = 63%

160
114
161

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

Portions of RGB colors in percentages

R + G + B = 160 + 114 + 161 = 435 (100%)
R 160 of 435 ~ 36.78%
G 114 of 435 ~ 26.21%
B 161 of 435 ~ 37.01'%

%36.78
%26.21
%37.01

CMYK color model

#A072A1 color CMYK value is (1,29,0,37).

  • cyan value is 0.62%
  • magenta value is 29.19%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (1,29,0,37)
C1M29Y0K37 (1%, 29%, 0%, 37%)
(0.01 / 0.29 / 0.00 / 0.37)

CMYK percentages

%0.62
%29.19
%0
%36.86

Codes

Color #A072A1 in popluar color models

A0 72 A1
RGB 160 114 161
HSL 299° 20.00% 53.92%
HSB/HSV 299° 29.19% 63.14%
CMYK 0.62% 29.19% 0.00%
36.86%

Color #A072A1 in popluar number systems.

HEX A0 72 A1
Decimal 160 114 161
Binary 10100000 1110010 10100001
Octal 240 162 241

Shades and tints

Shades of #A072A1

#A072A1
(160,114,161)
#926893
(146,104,147)
#845E85
(132,94,133)
#765477
(118,84,119)
#684A69
(104,74,105)
#5A405B
(90,64,91)
#4C364D
(76,54,77)
#3E2C3F
(62,44,63)
#302231
(48,34,49)
#221823
(34,24,35)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #A072A1

#A072A1
(160,114,161)
#A87EA9
(168,126,169)
#B08AB1
(176,138,177)
#B896B9
(184,150,185)
#C0A2C1
(192,162,193)
#C8AEC9
(200,174,201)
#D0BAD1
(208,186,209)
#D8C6D9
(216,198,217)
#E0D2E1
(224,210,225)
#E8DEE9
(232,222,233)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A072A1 color. Also use rgb(160,114,161) instead hex code.

Text Font Color

.myTextColor { color: #A072A1; }

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

This text font color is #A072A1.

Background Color

.myBgColor { background-color: #A072A1; }

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

This div background color is #A072A1.

Border color

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

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

This div border color is #A072A1.

Opacity

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

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

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

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

This text has shadow with #A072A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A072A1.

Preview

Color preview on black background

This text has color #A072A1 on black background.


Color preview on white background

This text has color #A072A1 on white background.


Black color preview on #A072A1 background

This text has black color on #A072A1 background.


White color preview on #A072A1 background

This text has white color on #A072A1 background.


Related colors

Complementary color

Complementary color for #hex is #5F8D5E.


I love getcolorcode.com

Triadic colors

1 #A1A072 and #72A1A0 with #A072A1 are triadic colors.

2 #A172A0 and #72A0A1 with #A072A1 are triadic colors.