COLOR #A071D2

HEX: #A071D2
RGB: (160,113,210)

Color info

#A071D2 contains mainly red and blue colors. Web safe color of #A071D2 is #9966CC (or #96C).

RGB color model

#A071D2 color RGB value is (160,113,210).

  • red value is 160;
  • green value is 113;
  • blue value is 210.
RGB:
(160,113,210)
(63%,44%,82%)

RGB channels and saturation

R 160 of 255 = 63%
G 113 of 255 = 44%
B 210 of 255 = 82%

160
113
210

R + G + B ~ 63%. #A071D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 113 + 210 = 483 (100%)
R 160 of 483 ~ 33.13%
G 113 of 483 ~ 23.4%
B 210 of 483 ~ 43.48%

%33.13
%23.4
%43.48

CMYK color model

#A071D2 color CMYK value is (24,46,0,18).

  • cyan value is 23.81%
  • magenta value is 46.19%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(24,46,0,18)
C24M46Y0K18 
(24%,46%,0%,18%)
(0.24/0.46/0.00/0.18)	

CMYK percentages

%23.81
%46.19
%0
%17.65

Codes

Color #A071D2 in popluar color models

A071D2
RGB160113210
HSL269°51.87%63.33%
HSB/HSV269°46.19%82.35%
CMYK23.81%46.19%0.00%
17.65%

Color #A071D2 in popluar number systems.

HEXA071D2
Decimal160113210
Binary10100000111000111010010
Octal240161322

Shades and tints

Shades of #A071D2

#A071D2
(160,113,210)
#9267BF
(146,103,191)
#845DAC
(132,93,172)
#765399
(118,83,153)
#684986
(104,73,134)
#5A3F73
(90,63,115)
#4C3560
(76,53,96)
#3E2B4D
(62,43,77)
#30213A
(48,33,58)
#221727
(34,23,39)
#140D14
(20,13,20)
#000000
(0,0,0)

Tints of #A071D2

#A071D2
(160,113,210)
#A87DD6
(168,125,214)
#B089DA
(176,137,218)
#B895DE
(184,149,222)
#C0A1E2
(192,161,226)
#C8ADE6
(200,173,230)
#D0B9EA
(208,185,234)
#D8C5EE
(216,197,238)
#E0D1F2
(224,209,242)
#E8DDF6
(232,221,246)
#F0E9FA
(240,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A071D2; }

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

This text font color is #A071D2.


Background Color

.myBgColor { background-color: #A071D2; }

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

This div background color is #A071D2.


Border color

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

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

This div border color is #A071D2.


Opacity

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

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

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

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

This text has shadow with #A071D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A071D2 on black background.


Color preview on white background

This text has color #A071D2 on white background.



Black color preview on #A071D2 background

This text has black color on #A071D2 background.


White color preview on #A071D2 background

This text has white color on #A071D2 background.