COLOR #A07FA1

HEX: #A07FA1
RGB: (160,127,161)

Color info

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

RGB color model

#A07FA1 color RGB value is (160,127,161).

  • red value is 160;
  • green value is 127;
  • blue value is 161.
RGB:
(160,127,161)
(63%,50%,63%)

RGB channels and saturation

R 160 of 255 = 63%
G 127 of 255 = 50%
B 161 of 255 = 63%

160
127
161

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

Portions of RGB colors in percentages

R + G + B =
160 + 127 + 161 = 448 (100%)
R 160 of 448 ~ 35.71%
G 127 of 448 ~ 28.35%
B 161 of 448 ~ 35.94%

%35.71
%28.35
%35.94

CMYK color model

#A07FA1 color CMYK value is (1,21,0,37).

  • cyan value is 0.62%
  • magenta value is 21.12%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(1,21,0,37)
C1M21Y0K37 
(1%,21%,0%,37%)
(0.01/0.21/0.00/0.37)	

CMYK percentages

%0.62
%21.12
%0
%36.86

Codes

Color #A07FA1 in popluar color models

A07FA1
RGB160127161
HSL298°15.32%56.47%
HSB/HSV298°21.12%63.14%
CMYK0.62%21.12%0.00%
36.86%

Color #A07FA1 in popluar number systems.

HEXA07FA1
Decimal160127161
Binary10100000111111110100001
Octal240177241

Shades and tints

Shades of #A07FA1

#A07FA1
(160,127,161)
#927493
(146,116,147)
#846985
(132,105,133)
#765E77
(118,94,119)
#685369
(104,83,105)
#5A485B
(90,72,91)
#4C3D4D
(76,61,77)
#3E323F
(62,50,63)
#302731
(48,39,49)
#221C23
(34,28,35)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #A07FA1

#A07FA1
(160,127,161)
#A88AA9
(168,138,169)
#B095B1
(176,149,177)
#B8A0B9
(184,160,185)
#C0ABC1
(192,171,193)
#C8B6C9
(200,182,201)
#D0C1D1
(208,193,209)
#D8CCD9
(216,204,217)
#E0D7E1
(224,215,225)
#E8E2E9
(232,226,233)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07FA1; }

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

This text font color is #A07FA1.


Background Color

.myBgColor { background-color: #A07FA1; }

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

This div background color is #A07FA1.


Border color

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

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

This div border color is #A07FA1.


Opacity

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

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

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

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

This text has shadow with #A07FA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A07FA1 on black background.


Color preview on white background

This text has color #A07FA1 on white background.



Black color preview on #A07FA1 background

This text has black color on #A07FA1 background.


White color preview on #A07FA1 background

This text has white color on #A07FA1 background.