COLOR #A067B0

HEX: #A067B0
RGB: (160,103,176)

Color info

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

RGB color model

#A067B0 color RGB value is (160,103,176).

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

RGB channels and saturation

R 160 of 255 = 63%
G 103 of 255 = 40%
B 176 of 255 = 69%

160
103
176

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

Portions of RGB colors in percentages

R + G + B =
160 + 103 + 176 = 439 (100%)
R 160 of 439 ~ 36.45%
G 103 of 439 ~ 23.46%
B 176 of 439 ~ 40.09%

%36.45
%23.46
%40.09

CMYK color model

#A067B0 color CMYK value is (9,41,0,31).

  • cyan value is 9.09%
  • magenta value is 41.48%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(9,41,0,31)
C9M41Y0K31 
(9%,41%,0%,31%)
(0.09/0.41/0.00/0.31)	

CMYK percentages

%9.09
%41.48
%0
%30.98

Codes

Color #A067B0 in popluar color models

A067B0
RGB160103176
HSL287°31.60%54.71%
HSB/HSV287°41.48%69.02%
CMYK9.09%41.48%0.00%
30.98%

Color #A067B0 in popluar number systems.

HEXA067B0
Decimal160103176
Binary10100000110011110110000
Octal240147260

Shades and tints

Shades of #A067B0

#A067B0
(160,103,176)
#925EA0
(146,94,160)
#845590
(132,85,144)
#764C80
(118,76,128)
#684370
(104,67,112)
#5A3A60
(90,58,96)
#4C3150
(76,49,80)
#3E2840
(62,40,64)
#301F30
(48,31,48)
#221620
(34,22,32)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #A067B0

#A067B0
(160,103,176)
#A874B7
(168,116,183)
#B081BE
(176,129,190)
#B88EC5
(184,142,197)
#C09BCC
(192,155,204)
#C8A8D3
(200,168,211)
#D0B5DA
(208,181,218)
#D8C2E1
(216,194,225)
#E0CFE8
(224,207,232)
#E8DCEF
(232,220,239)
#F0E9F6
(240,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A067B0; }

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

This text font color is #A067B0.


Background Color

.myBgColor { background-color: #A067B0; }

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

This div background color is #A067B0.


Border color

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

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

This div border color is #A067B0.


Opacity

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

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

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

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

This text has shadow with #A067B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A067B0 on black background.


Color preview on white background

This text has color #A067B0 on white background.



Black color preview on #A067B0 background

This text has black color on #A067B0 background.


White color preview on #A067B0 background

This text has white color on #A067B0 background.