COLOR #A079BC

HEX: #A079BC
RGB: (160,121,188)

Color info

#A079BC contains mainly red and blue colors. Web safe color of #A079BC is #9966CC (or #96C).

RGB color model

#A079BC color RGB value is (160,121,188).

  • red value is 160;
  • green value is 121;
  • blue value is 188.
RGB:
(160,121,188)
(63%,47%,74%)

RGB channels and saturation

R 160 of 255 = 63%
G 121 of 255 = 47%
B 188 of 255 = 74%

160
121
188

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

Portions of RGB colors in percentages

R + G + B =
160 + 121 + 188 = 469 (100%)
R 160 of 469 ~ 34.12%
G 121 of 469 ~ 25.8%
B 188 of 469 ~ 40.09%

%34.12
%25.8
%40.09

CMYK color model

#A079BC color CMYK value is (15,36,0,26).

  • cyan value is 14.89%
  • magenta value is 35.64%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(15,36,0,26)
C15M36Y0K26 
(15%,36%,0%,26%)
(0.15/0.36/0.00/0.26)	

CMYK percentages

%14.89
%35.64
%0
%26.27

Codes

Color #A079BC in popluar color models

A079BC
RGB160121188
HSL275°33.33%60.59%
HSB/HSV275°35.64%73.73%
CMYK14.89%35.64%0.00%
26.27%

Color #A079BC in popluar number systems.

HEXA079BC
Decimal160121188
Binary10100000111100110111100
Octal240171274

Shades and tints

Shades of #A079BC

#A079BC
(160,121,188)
#926EAB
(146,110,171)
#84639A
(132,99,154)
#765889
(118,88,137)
#684D78
(104,77,120)
#5A4267
(90,66,103)
#4C3756
(76,55,86)
#3E2C45
(62,44,69)
#302134
(48,33,52)
#221623
(34,22,35)
#140B12
(20,11,18)
#000000
(0,0,0)

Tints of #A079BC

#A079BC
(160,121,188)
#A885C2
(168,133,194)
#B091C8
(176,145,200)
#B89DCE
(184,157,206)
#C0A9D4
(192,169,212)
#C8B5DA
(200,181,218)
#D0C1E0
(208,193,224)
#D8CDE6
(216,205,230)
#E0D9EC
(224,217,236)
#E8E5F2
(232,229,242)
#F0F1F8
(240,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A079BC color. Also use rgb(160,121,188) instead hex code.

Text Font Color

.myTextColor { color: #A079BC; }

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

This text font color is #A079BC.


Background Color

.myBgColor { background-color: #A079BC; }

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

This div background color is #A079BC.


Border color

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

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

This div border color is #A079BC.


Opacity

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

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

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

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

This text has shadow with #A079BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A079BC on black background.


Color preview on white background

This text has color #A079BC on white background.



Black color preview on #A079BC background

This text has black color on #A079BC background.


White color preview on #A079BC background

This text has white color on #A079BC background.