COLOR #A07CF6

HEX: #A07CF6 RGB: (160,124,246)

Color info

#A07CF6 contains mainly blue color. Web safe color of #A07CF6 is #9966FF (or #96F).

RGB color model

#A07CF6 color RGB value is (160,124,246).

RGB: (160,124,246) (63%, 49%, 96%)

RGB channels and saturation

R 160 of 255 = 63%
G 124 of 255 = 49%
B 246 of 255 = 96%

160
124
246

R + G + B ~ 69%. #A07CF6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 124 + 246 = 530 (100%)
R 160 of 530 ~ 30.19%
G 124 of 530 ~ 23.4%
B 246 of 530 ~ 46.42'%

%30.19
%23.4
%46.42

CMYK color model

#A07CF6 color CMYK value is (35,50,0,4).

  • cyan value is 34.96%
  • magenta value is 49.59%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (35,50,0,4)
C35M50Y0K4 (35%, 50%, 0%, 4%)
(0.35 / 0.50 / 0.00 / 0.04)

CMYK percentages

%34.96
%49.59
%0
%3.53

Codes

Color #A07CF6 in popluar color models

A0 7C F6
RGB 160 124 246
HSL 258° 87.14% 72.55%
HSB/HSV 258° 49.59% 96.47%
CMYK 34.96% 49.59% 0.00%
3.53%

Color #A07CF6 in popluar number systems.

HEX A0 7C F6
Decimal 160 124 246
Binary 10100000 1111100 11110110
Octal 240 174 366

Shades and tints

Shades of #A07CF6

#A07CF6
(160,124,246)
#9271E0
(146,113,224)
#8466CA
(132,102,202)
#765BB4
(118,91,180)
#68509E
(104,80,158)
#5A4588
(90,69,136)
#4C3A72
(76,58,114)
#3E2F5C
(62,47,92)
#302446
(48,36,70)
#221930
(34,25,48)
#140E1A
(20,14,26)
#000000
(0,0,0)

Tints of #A07CF6

#A07CF6
(160,124,246)
#A887F6
(168,135,246)
#B092F6
(176,146,246)
#B89DF6
(184,157,246)
#C0A8F6
(192,168,246)
#C8B3F6
(200,179,246)
#D0BEF6
(208,190,246)
#D8C9F6
(216,201,246)
#E0D4F6
(224,212,246)
#E8DFF6
(232,223,246)
#F0EAF6
(240,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A07CF6 color. Also use rgb(160,124,246) instead hex code.

Text Font Color

.myTextColor { color: #A07CF6; }

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

This text font color is #A07CF6.

Background Color

.myBgColor { background-color: #A07CF6; }

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

This div background color is #A07CF6.

Border color

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

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

This div border color is #A07CF6.

Opacity

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

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

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

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

This text has shadow with #A07CF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07CF6.

Preview

Color preview on black background

This text has color #A07CF6 on black background.


Color preview on white background

This text has color #A07CF6 on white background.


Black color preview on #A07CF6 background

This text has black color on #A07CF6 background.


White color preview on #A07CF6 background

This text has white color on #A07CF6 background.


Related colors

Complementary color

Complementary color for #hex is #5F8309.


I love getcolorcode.com

Triadic colors

1 #F6A07C and #7CF6A0 with #A07CF6 are triadic colors.

2 #F67CA0 and #7CA0F6 with #A07CF6 are triadic colors.