COLOR #A127A6

HEX: #A127A6
RGB: (161,39,166)

Color info

#A127A6 contains mainly red and blue colors. Web safe color of #A127A6 is #993399 (or #939).

RGB color model

#A127A6 color RGB value is (161,39,166).

  • red value is 161;
  • green value is 39;
  • blue value is 166.
RGB:
(161,39,166)
(63%,15%,65%)

RGB channels and saturation

R 161 of 255 = 63%
G 39 of 255 = 15%
B 166 of 255 = 65%

161
39
166

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

Portions of RGB colors in percentages

R + G + B =
161 + 39 + 166 = 366 (100%)
R 161 of 366 ~ 43.99%
G 39 of 366 ~ 10.66%
B 166 of 366 ~ 45.36%

%43.99
%10.66
%45.36

CMYK color model

#A127A6 color CMYK value is (3,77,0,35).

  • cyan value is 3.01%
  • magenta value is 76.51%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(3,77,0,35)
C3M77Y0K35 
(3%,77%,0%,35%)
(0.03/0.77/0.00/0.35)	

CMYK percentages

%3.01
%76.51
%0
%34.9

Codes

Color #A127A6 in popluar color models

A127A6
RGB16139166
HSL298°61.95%40.20%
HSB/HSV298°76.51%65.10%
CMYK3.01%76.51%0.00%
34.90%

Color #A127A6 in popluar number systems.

HEXA127A6
Decimal16139166
Binary1010000110011110100110
Octal24147246

Shades and tints

Shades of #A127A6

#A127A6
(161,39,166)
#932497
(147,36,151)
#852188
(133,33,136)
#771E79
(119,30,121)
#691B6A
(105,27,106)
#5B185B
(91,24,91)
#4D154C
(77,21,76)
#3F123D
(63,18,61)
#310F2E
(49,15,46)
#230C1F
(35,12,31)
#150910
(21,9,16)
#000000
(0,0,0)

Tints of #A127A6

#A127A6
(161,39,166)
#A93AAE
(169,58,174)
#B14DB6
(177,77,182)
#B960BE
(185,96,190)
#C173C6
(193,115,198)
#C986CE
(201,134,206)
#D199D6
(209,153,214)
#D9ACDE
(217,172,222)
#E1BFE6
(225,191,230)
#E9D2EE
(233,210,238)
#F1E5F6
(241,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A127A6 color. Also use rgb(161,39,166) instead hex code.

Text Font Color

.myTextColor { color: #A127A6; }

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

This text font color is #A127A6.


Background Color

.myBgColor { background-color: #A127A6; }

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

This div background color is #A127A6.


Border color

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

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

This div border color is #A127A6.


Opacity

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

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

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

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

This text has shadow with #A127A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A127A6 on black background.


Color preview on white background

This text has color #A127A6 on white background.



Black color preview on #A127A6 background

This text has black color on #A127A6 background.


White color preview on #A127A6 background

This text has white color on #A127A6 background.