COLOR #A070C4

HEX: #A070C4
RGB: (160,112,196)

Color info

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

RGB color model

#A070C4 color RGB value is (160,112,196).

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

RGB channels and saturation

R 160 of 255 = 63%
G 112 of 255 = 44%
B 196 of 255 = 77%

160
112
196

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

Portions of RGB colors in percentages

R + G + B =
160 + 112 + 196 = 468 (100%)
R 160 of 468 ~ 34.19%
G 112 of 468 ~ 23.93%
B 196 of 468 ~ 41.88%

%34.19
%23.93
%41.88

CMYK color model

#A070C4 color CMYK value is (18,43,0,23).

  • cyan value is 18.37%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(18,43,0,23)
C18M43Y0K23 
(18%,43%,0%,23%)
(0.18/0.43/0.00/0.23)	

CMYK percentages

%18.37
%42.86
%0
%23.14

Codes

Color #A070C4 in popluar color models

A070C4
RGB160112196
HSL274°41.58%60.39%
HSB/HSV274°42.86%76.86%
CMYK18.37%42.86%0.00%
23.14%

Color #A070C4 in popluar number systems.

HEXA070C4
Decimal160112196
Binary10100000111000011000100
Octal240160304

Shades and tints

Shades of #A070C4

#A070C4
(160,112,196)
#9266B3
(146,102,179)
#845CA2
(132,92,162)
#765291
(118,82,145)
#684880
(104,72,128)
#5A3E6F
(90,62,111)
#4C345E
(76,52,94)
#3E2A4D
(62,42,77)
#30203C
(48,32,60)
#22162B
(34,22,43)
#140C1A
(20,12,26)
#000000
(0,0,0)

Tints of #A070C4

#A070C4
(160,112,196)
#A87DC9
(168,125,201)
#B08ACE
(176,138,206)
#B897D3
(184,151,211)
#C0A4D8
(192,164,216)
#C8B1DD
(200,177,221)
#D0BEE2
(208,190,226)
#D8CBE7
(216,203,231)
#E0D8EC
(224,216,236)
#E8E5F1
(232,229,241)
#F0F2F6
(240,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A070C4; }

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

This text font color is #A070C4.


Background Color

.myBgColor { background-color: #A070C4; }

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

This div background color is #A070C4.


Border color

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

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

This div border color is #A070C4.


Opacity

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

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

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

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

This text has shadow with #A070C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A070C4 on black background.


Color preview on white background

This text has color #A070C4 on white background.



Black color preview on #A070C4 background

This text has black color on #A070C4 background.


White color preview on #A070C4 background

This text has white color on #A070C4 background.