COLOR #A727BB

HEX: #A727BB
RGB: (167,39,187)

Color info

#A727BB contains mainly red and blue colors. Web safe color of #A727BB is #9933CC (or #93C).

RGB color model

#A727BB color RGB value is (167,39,187).

  • red value is 167;
  • green value is 39;
  • blue value is 187.
RGB:
(167,39,187)
(65%,15%,73%)

RGB channels and saturation

R 167 of 255 = 65%
G 39 of 255 = 15%
B 187 of 255 = 73%

167
39
187

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

Portions of RGB colors in percentages

R + G + B =
167 + 39 + 187 = 393 (100%)
R 167 of 393 ~ 42.49%
G 39 of 393 ~ 9.92%
B 187 of 393 ~ 47.58%

%42.49
%9.92
%47.58

CMYK color model

#A727BB color CMYK value is (11,79,0,27).

  • cyan value is 10.70%
  • magenta value is 79.14%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(11,79,0,27)
C11M79Y0K27 
(11%,79%,0%,27%)
(0.11/0.79/0.00/0.27)	

CMYK percentages

%10.7
%79.14
%0
%26.67

Codes

Color #A727BB in popluar color models

A727BB
RGB16739187
HSL292°65.49%44.31%
HSB/HSV292°79.14%73.33%
CMYK10.70%79.14%0.00%
26.67%

Color #A727BB in popluar number systems.

HEXA727BB
Decimal16739187
Binary1010011110011110111011
Octal24747273

Shades and tints

Shades of #A727BB

#A727BB
(167,39,187)
#9824AA
(152,36,170)
#892199
(137,33,153)
#7A1E88
(122,30,136)
#6B1B77
(107,27,119)
#5C1866
(92,24,102)
#4D1555
(77,21,85)
#3E1244
(62,18,68)
#2F0F33
(47,15,51)
#200C22
(32,12,34)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #A727BB

#A727BB
(167,39,187)
#AF3AC1
(175,58,193)
#B74DC7
(183,77,199)
#BF60CD
(191,96,205)
#C773D3
(199,115,211)
#CF86D9
(207,134,217)
#D799DF
(215,153,223)
#DFACE5
(223,172,229)
#E7BFEB
(231,191,235)
#EFD2F1
(239,210,241)
#F7E5F7
(247,229,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A727BB color. Also use rgb(167,39,187) instead hex code.

Text Font Color

.myTextColor { color: #A727BB; }

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

This text font color is #A727BB.


Background Color

.myBgColor { background-color: #A727BB; }

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

This div background color is #A727BB.


Border color

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

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

This div border color is #A727BB.


Opacity

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

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

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

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

This text has shadow with #A727BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A727BB on black background.


Color preview on white background

This text has color #A727BB on white background.



Black color preview on #A727BB background

This text has black color on #A727BB background.


White color preview on #A727BB background

This text has white color on #A727BB background.