COLOR #A061AD

HEX: #A061AD
RGB: (160,97,173)

Color info

#A061AD contains mainly red and blue colors. Web safe color of #A061AD is #996699 (or #969).

RGB color model

#A061AD color RGB value is (160,97,173).

  • red value is 160;
  • green value is 97;
  • blue value is 173.
RGB:
(160,97,173)
(63%,38%,68%)

RGB channels and saturation

R 160 of 255 = 63%
G 97 of 255 = 38%
B 173 of 255 = 68%

160
97
173

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

Portions of RGB colors in percentages

R + G + B =
160 + 97 + 173 = 430 (100%)
R 160 of 430 ~ 37.21%
G 97 of 430 ~ 22.56%
B 173 of 430 ~ 40.23%

%37.21
%22.56
%40.23

CMYK color model

#A061AD color CMYK value is (8,44,0,32).

  • cyan value is 7.51%
  • magenta value is 43.93%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(8,44,0,32)
C8M44Y0K32 
(8%,44%,0%,32%)
(0.08/0.44/0.00/0.32)	

CMYK percentages

%7.51
%43.93
%0
%32.16

Codes

Color #A061AD in popluar color models

A061AD
RGB16097173
HSL290°31.67%52.94%
HSB/HSV290°43.93%67.84%
CMYK7.51%43.93%0.00%
32.16%

Color #A061AD in popluar number systems.

HEXA061AD
Decimal16097173
Binary10100000110000110101101
Octal240141255

Shades and tints

Shades of #A061AD

#A061AD
(160,97,173)
#92599E
(146,89,158)
#84518F
(132,81,143)
#764980
(118,73,128)
#684171
(104,65,113)
#5A3962
(90,57,98)
#4C3153
(76,49,83)
#3E2944
(62,41,68)
#302135
(48,33,53)
#221926
(34,25,38)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #A061AD

#A061AD
(160,97,173)
#A86FB4
(168,111,180)
#B07DBB
(176,125,187)
#B88BC2
(184,139,194)
#C099C9
(192,153,201)
#C8A7D0
(200,167,208)
#D0B5D7
(208,181,215)
#D8C3DE
(216,195,222)
#E0D1E5
(224,209,229)
#E8DFEC
(232,223,236)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A061AD color. Also use rgb(160,97,173) instead hex code.

Text Font Color

.myTextColor { color: #A061AD; }

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

This text font color is #A061AD.


Background Color

.myBgColor { background-color: #A061AD; }

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

This div background color is #A061AD.


Border color

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

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

This div border color is #A061AD.


Opacity

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

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

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

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

This text has shadow with #A061AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A061AD on black background.


Color preview on white background

This text has color #A061AD on white background.



Black color preview on #A061AD background

This text has black color on #A061AD background.


White color preview on #A061AD background

This text has white color on #A061AD background.