COLOR #A070B2

HEX: #A070B2
RGB: (160,112,178)

Color info

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

RGB color model

#A070B2 color RGB value is (160,112,178).

  • red value is 160;
  • green value is 112;
  • blue value is 178.
RGB:
(160,112,178)
(63%,44%,70%)

RGB channels and saturation

R 160 of 255 = 63%
G 112 of 255 = 44%
B 178 of 255 = 70%

160
112
178

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

Portions of RGB colors in percentages

R + G + B =
160 + 112 + 178 = 450 (100%)
R 160 of 450 ~ 35.56%
G 112 of 450 ~ 24.89%
B 178 of 450 ~ 39.56%

%35.56
%24.89
%39.56

CMYK color model

#A070B2 color CMYK value is (10,37,0,30).

  • cyan value is 10.11%
  • magenta value is 37.08%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(10,37,0,30)
C10M37Y0K30 
(10%,37%,0%,30%)
(0.10/0.37/0.00/0.30)	

CMYK percentages

%10.11
%37.08
%0
%30.2

Codes

Color #A070B2 in popluar color models

A070B2
RGB160112178
HSL284°30.00%56.86%
HSB/HSV284°37.08%69.80%
CMYK10.11%37.08%0.00%
30.20%

Color #A070B2 in popluar number systems.

HEXA070B2
Decimal160112178
Binary10100000111000010110010
Octal240160262

Shades and tints

Shades of #A070B2

#A070B2
(160,112,178)
#9266A2
(146,102,162)
#845C92
(132,92,146)
#765282
(118,82,130)
#684872
(104,72,114)
#5A3E62
(90,62,98)
#4C3452
(76,52,82)
#3E2A42
(62,42,66)
#302032
(48,32,50)
#221622
(34,22,34)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #A070B2

#A070B2
(160,112,178)
#A87DB9
(168,125,185)
#B08AC0
(176,138,192)
#B897C7
(184,151,199)
#C0A4CE
(192,164,206)
#C8B1D5
(200,177,213)
#D0BEDC
(208,190,220)
#D8CBE3
(216,203,227)
#E0D8EA
(224,216,234)
#E8E5F1
(232,229,241)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A070B2 color. Also use rgb(160,112,178) instead hex code.

Text Font Color

.myTextColor { color: #A070B2; }

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

This text font color is #A070B2.


Background Color

.myBgColor { background-color: #A070B2; }

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

This div background color is #A070B2.


Border color

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

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

This div border color is #A070B2.


Opacity

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

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

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

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

This text has shadow with #A070B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A070B2 on black background.


Color preview on white background

This text has color #A070B2 on white background.



Black color preview on #A070B2 background

This text has black color on #A070B2 background.


White color preview on #A070B2 background

This text has white color on #A070B2 background.