COLOR #A007F4

HEX: #A007F4
RGB: (160,7,244)

Color info

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

RGB color model

#A007F4 color RGB value is (160,7,244).

  • red value is 160;
  • green value is 7;
  • blue value is 244.
RGB:
(160,7,244)
(63%,3%,96%)

RGB channels and saturation

R 160 of 255 = 63%
G 7 of 255 = 3%
B 244 of 255 = 96%

160
7
244

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

Portions of RGB colors in percentages

R + G + B =
160 + 7 + 244 = 411 (100%)
R 160 of 411 ~ 38.93%
G 7 of 411 ~ 1.7%
B 244 of 411 ~ 59.37%

%38.93
%59.37

CMYK color model

#A007F4 color CMYK value is (34,97,0,4).

  • cyan value is 34.43%
  • magenta value is 97.13%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(34,97,0,4)
C34M97Y0K4 
(34%,97%,0%,4%)
(0.34/0.97/0.00/0.04)	

CMYK percentages

%34.43
%97.13
%0
%4.31

Codes

Color #A007F4 in popluar color models

A007F4
RGB1607244
HSL279°94.42%49.22%
HSB/HSV279°97.13%95.69%
CMYK34.43%97.13%0.00%
4.31%

Color #A007F4 in popluar number systems.

HEXA007F4
Decimal1607244
Binary1010000011111110100
Octal2407364

Shades and tints

Shades of #A007F4

#A007F4
(160,7,244)
#9207DE
(146,7,222)
#8407C8
(132,7,200)
#7607B2
(118,7,178)
#68079C
(104,7,156)
#5A0786
(90,7,134)
#4C0770
(76,7,112)
#3E075A
(62,7,90)
#300744
(48,7,68)
#22072E
(34,7,46)
#140718
(20,7,24)
#000000
(0,0,0)

Tints of #A007F4

#A007F4
(160,7,244)
#A81DF5
(168,29,245)
#B033F6
(176,51,246)
#B849F7
(184,73,247)
#C05FF8
(192,95,248)
#C875F9
(200,117,249)
#D08BFA
(208,139,250)
#D8A1FB
(216,161,251)
#E0B7FC
(224,183,252)
#E8CDFD
(232,205,253)
#F0E3FE
(240,227,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A007F4 color. Also use rgb(160,7,244) instead hex code.

Text Font Color

.myTextColor { color: #A007F4; }

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

This text font color is #A007F4.


Background Color

.myBgColor { background-color: #A007F4; }

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

This div background color is #A007F4.


Border color

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

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

This div border color is #A007F4.


Opacity

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

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

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

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

This text has shadow with #A007F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A007F4 on black background.


Color preview on white background

This text has color #A007F4 on white background.



Black color preview on #A007F4 background

This text has black color on #A007F4 background.


White color preview on #A007F4 background

This text has white color on #A007F4 background.