COLOR #A081B0

HEX: #A081B0
RGB: (160,129,176)

Color info

#A081B0 contains red, green and blue colors in about the same proportion. Web safe color of #A081B0 is #999999 (or #999).

RGB color model

#A081B0 color RGB value is (160,129,176).

  • red value is 160;
  • green value is 129;
  • blue value is 176.
RGB:
(160,129,176)
(63%,51%,69%)

RGB channels and saturation

R 160 of 255 = 63%
G 129 of 255 = 51%
B 176 of 255 = 69%

160
129
176

R + G + B ~ 61%. #A081B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 129 + 176 = 465 (100%)
R 160 of 465 ~ 34.41%
G 129 of 465 ~ 27.74%
B 176 of 465 ~ 37.85%

%34.41
%27.74
%37.85

CMYK color model

#A081B0 color CMYK value is (9,27,0,31).

  • cyan value is 9.09%
  • magenta value is 26.70%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(9,27,0,31)
C9M27Y0K31 
(9%,27%,0%,31%)
(0.09/0.27/0.00/0.31)	

CMYK percentages

%9.09
%26.7
%0
%30.98

Codes

Color #A081B0 in popluar color models

A081B0
RGB160129176
HSL280°22.93%59.80%
HSB/HSV280°26.70%69.02%
CMYK9.09%26.70%0.00%
30.98%

Color #A081B0 in popluar number systems.

HEXA081B0
Decimal160129176
Binary101000001000000110110000
Octal240201260

Shades and tints

Shades of #A081B0

#A081B0
(160,129,176)
#9276A0
(146,118,160)
#846B90
(132,107,144)
#766080
(118,96,128)
#685570
(104,85,112)
#5A4A60
(90,74,96)
#4C3F50
(76,63,80)
#3E3440
(62,52,64)
#302930
(48,41,48)
#221E20
(34,30,32)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #A081B0

#A081B0
(160,129,176)
#A88CB7
(168,140,183)
#B097BE
(176,151,190)
#B8A2C5
(184,162,197)
#C0ADCC
(192,173,204)
#C8B8D3
(200,184,211)
#D0C3DA
(208,195,218)
#D8CEE1
(216,206,225)
#E0D9E8
(224,217,232)
#E8E4EF
(232,228,239)
#F0EFF6
(240,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A081B0 color. Also use rgb(160,129,176) instead hex code.

Text Font Color

.myTextColor { color: #A081B0; }

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

This text font color is #A081B0.


Background Color

.myBgColor { background-color: #A081B0; }

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

This div background color is #A081B0.


Border color

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

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

This div border color is #A081B0.


Opacity

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

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

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

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

This text has shadow with #A081B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A081B0 on black background.


Color preview on white background

This text has color #A081B0 on white background.



Black color preview on #A081B0 background

This text has black color on #A081B0 background.


White color preview on #A081B0 background

This text has white color on #A081B0 background.