COLOR #A70CF8

HEX: #A70CF8
RGB: (167,12,248)

Color info

#A70CF8 contains mainly blue color. Web safe color of #A70CF8 is #9900FF (or #90F).

RGB color model

#A70CF8 color RGB value is (167,12,248).

  • red value is 167;
  • green value is 12;
  • blue value is 248.
RGB:
(167,12,248)
(65%,5%,97%)

RGB channels and saturation

R 167 of 255 = 65%
G 12 of 255 = 5%
B 248 of 255 = 97%

167
12
248

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

Portions of RGB colors in percentages

R + G + B =
167 + 12 + 248 = 427 (100%)
R 167 of 427 ~ 39.11%
G 12 of 427 ~ 2.81%
B 248 of 427 ~ 58.08%

%39.11
%58.08

CMYK color model

#A70CF8 color CMYK value is (33,95,0,3).

  • cyan value is 32.66%
  • magenta value is 95.16%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(33,95,0,3)
C33M95Y0K3 
(33%,95%,0%,3%)
(0.33/0.95/0.00/0.03)	

CMYK percentages

%32.66
%95.16
%0
%2.75

Codes

Color #A70CF8 in popluar color models

A70CF8
RGB16712248
HSL279°94.40%50.98%
HSB/HSV279°95.16%97.25%
CMYK32.66%95.16%0.00%
2.75%

Color #A70CF8 in popluar number systems.

HEXA70CF8
Decimal16712248
Binary10100111110011111000
Octal24714370

Shades and tints

Shades of #A70CF8

#A70CF8
(167,12,248)
#980BE2
(152,11,226)
#890ACC
(137,10,204)
#7A09B6
(122,9,182)
#6B08A0
(107,8,160)
#5C078A
(92,7,138)
#4D0674
(77,6,116)
#3E055E
(62,5,94)
#2F0448
(47,4,72)
#200332
(32,3,50)
#11021C
(17,2,28)
#000000
(0,0,0)

Tints of #A70CF8

#A70CF8
(167,12,248)
#AF22F8
(175,34,248)
#B738F8
(183,56,248)
#BF4EF8
(191,78,248)
#C764F8
(199,100,248)
#CF7AF8
(207,122,248)
#D790F8
(215,144,248)
#DFA6F8
(223,166,248)
#E7BCF8
(231,188,248)
#EFD2F8
(239,210,248)
#F7E8F8
(247,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A70CF8 color. Also use rgb(167,12,248) instead hex code.

Text Font Color

.myTextColor { color: #A70CF8; }

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

This text font color is #A70CF8.


Background Color

.myBgColor { background-color: #A70CF8; }

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

This div background color is #A70CF8.


Border color

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

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

This div border color is #A70CF8.


Opacity

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

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

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

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

This text has shadow with #A70CF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A70CF8 on black background.


Color preview on white background

This text has color #A70CF8 on white background.



Black color preview on #A70CF8 background

This text has black color on #A70CF8 background.


White color preview on #A70CF8 background

This text has white color on #A70CF8 background.