COLOR #A707D8

HEX: #A707D8 RGB: (167,7,216)

Color info

#A707D8 contains mainly red and blue colors. Web safe color of #A707D8 is #9900CC (or #90C).

RGB color model

#A707D8 color RGB value is (167,7,216).

RGB: (167,7,216) (65%, 3%, 85%)

RGB channels and saturation

R 167 of 255 = 65%
G 7 of 255 = 3%
B 216 of 255 = 85%

167
7
216

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

Portions of RGB colors in percentages

R + G + B = 167 + 7 + 216 = 390 (100%)
R 167 of 390 ~ 42.82%
G 7 of 390 ~ 1.79%
B 216 of 390 ~ 55.38'%

%42.82
%55.38

CMYK color model

#A707D8 color CMYK value is (23,97,0,15).

  • cyan value is 22.69%
  • magenta value is 96.76%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (23,97,0,15)
C23M97Y0K15 (23%, 97%, 0%, 15%)
(0.23 / 0.97 / 0.00 / 0.15)

CMYK percentages

%22.69
%96.76
%0
%15.29

Codes

Color #A707D8 in popluar color models

A7 07 D8
RGB 167 7 216
HSL 286° 93.72% 43.73%
HSB/HSV 286° 96.76% 84.71%
CMYK 22.69% 96.76% 0.00%
15.29%

Color #A707D8 in popluar number systems.

HEX A7 07 D8
Decimal 167 7 216
Binary 10100111 111 11011000
Octal 247 7 330

Shades and tints

Shades of #A707D8

#A707D8
(167,7,216)
#9807C5
(152,7,197)
#8907B2
(137,7,178)
#7A079F
(122,7,159)
#6B078C
(107,7,140)
#5C0779
(92,7,121)
#4D0766
(77,7,102)
#3E0753
(62,7,83)
#2F0740
(47,7,64)
#20072D
(32,7,45)
#11071A
(17,7,26)
#000000
(0,0,0)

Tints of #A707D8

#A707D8
(167,7,216)
#AF1DDB
(175,29,219)
#B733DE
(183,51,222)
#BF49E1
(191,73,225)
#C75FE4
(199,95,228)
#CF75E7
(207,117,231)
#D78BEA
(215,139,234)
#DFA1ED
(223,161,237)
#E7B7F0
(231,183,240)
#EFCDF3
(239,205,243)
#F7E3F6
(247,227,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A707D8 color. Also use rgb(167,7,216) instead hex code.

Text Font Color

.myTextColor { color: #A707D8; }

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

This text font color is #A707D8.

Background Color

.myBgColor { background-color: #A707D8; }

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

This div background color is #A707D8.

Border color

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

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

This div border color is #A707D8.

Opacity

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

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

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

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

This text has shadow with #A707D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A707D8.

Preview

Color preview on black background

This text has color #A707D8 on black background.


Color preview on white background

This text has color #A707D8 on white background.


Black color preview on #A707D8 background

This text has black color on #A707D8 background.


White color preview on #A707D8 background

This text has white color on #A707D8 background.


Related colors

Complementary color

Complementary color for #hex is #58F827.


I love getcolorcode.com

Triadic colors

1 #D8A707 and #07D8A7 with #A707D8 are triadic colors.

2 #D807A7 and #07A7D8 with #A707D8 are triadic colors.