COLOR #A051AA

HEX: #A051AA
RGB: (160,81,170)

Color info

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

RGB color model

#A051AA color RGB value is (160,81,170).

  • red value is 160;
  • green value is 81;
  • blue value is 170.
RGB:
(160,81,170)
(63%,32%,67%)

RGB channels and saturation

R 160 of 255 = 63%
G 81 of 255 = 32%
B 170 of 255 = 67%

160
81
170

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

Portions of RGB colors in percentages

R + G + B =
160 + 81 + 170 = 411 (100%)
R 160 of 411 ~ 38.93%
G 81 of 411 ~ 19.71%
B 170 of 411 ~ 41.36%

%38.93
%19.71
%41.36

CMYK color model

#A051AA color CMYK value is (6,52,0,33).

  • cyan value is 5.88%
  • magenta value is 52.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(6,52,0,33)
C6M52Y0K33 
(6%,52%,0%,33%)
(0.06/0.52/0.00/0.33)	

CMYK percentages

%5.88
%52.35
%0
%33.33

Codes

Color #A051AA in popluar color models

A051AA
RGB16081170
HSL293°35.46%49.22%
HSB/HSV293°52.35%66.67%
CMYK5.88%52.35%0.00%
33.33%

Color #A051AA in popluar number systems.

HEXA051AA
Decimal16081170
Binary10100000101000110101010
Octal240121252

Shades and tints

Shades of #A051AA

#A051AA
(160,81,170)
#924A9B
(146,74,155)
#84438C
(132,67,140)
#763C7D
(118,60,125)
#68356E
(104,53,110)
#5A2E5F
(90,46,95)
#4C2750
(76,39,80)
#3E2041
(62,32,65)
#301932
(48,25,50)
#221223
(34,18,35)
#140B14
(20,11,20)
#000000
(0,0,0)

Tints of #A051AA

#A051AA
(160,81,170)
#A860B1
(168,96,177)
#B06FB8
(176,111,184)
#B87EBF
(184,126,191)
#C08DC6
(192,141,198)
#C89CCD
(200,156,205)
#D0ABD4
(208,171,212)
#D8BADB
(216,186,219)
#E0C9E2
(224,201,226)
#E8D8E9
(232,216,233)
#F0E7F0
(240,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A051AA color. Also use rgb(160,81,170) instead hex code.

Text Font Color

.myTextColor { color: #A051AA; }

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

This text font color is #A051AA.


Background Color

.myBgColor { background-color: #A051AA; }

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

This div background color is #A051AA.


Border color

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

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

This div border color is #A051AA.


Opacity

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

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

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

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

This text has shadow with #A051AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A051AA on black background.


Color preview on white background

This text has color #A051AA on white background.



Black color preview on #A051AA background

This text has black color on #A051AA background.


White color preview on #A051AA background

This text has white color on #A051AA background.