COLOR #A700A3

HEX: #A700A3
RGB: (167,0,163)

Color info

#A700A3 contains only red and blue colors. Web safe color of #A700A3 is #990099 (or #909).

RGB color model

#A700A3 color RGB value is (167,0,163).

  • red value is 167;
  • green value is 0;
  • blue value is 163.
RGB:
(167,0,163)
(65%,0%,64%)

RGB channels and saturation

R 167 of 255 = 65%
G 0 of 255 = 0%
B 163 of 255 = 64%

167
0
163

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

Portions of RGB colors in percentages

R + G + B =
167 + 0 + 163 = 330 (100%)
R 167 of 330 ~ 50.61%
G 0 of 330 ~ 0%
B 163 of 330 ~ 49.39%

%50.61
%49.39

CMYK color model

#A700A3 color CMYK value is (0,100,2,35).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 2.40%
  • key color value is 34.51%
CMYK:
(0,100,2,35)
C0M100Y2K35 
(0%,100%,2%,35%)
(0.00/1.00/0.02/0.35)	

CMYK percentages

%0
%100
%2.4
%34.51

Codes

Color #A700A3 in popluar color models

A700A3
RGB1670163
HSL301°100.00%32.75%
HSB/HSV301°100.00%65.49%
CMYK0.00%100.00%2.40%
34.51%

Color #A700A3 in popluar number systems.

HEXA700A3
Decimal1670163
Binary10100111010100011
Octal2470243

Shades and tints

Shades of #A700A3

#A700A3
(167,0,163)
#980095
(152,0,149)
#890087
(137,0,135)
#7A0079
(122,0,121)
#6B006B
(107,0,107)
#5C005D
(92,0,93)
#4D004F
(77,0,79)
#3E0041
(62,0,65)
#2F0033
(47,0,51)
#200025
(32,0,37)
#110017
(17,0,23)
#000000
(0,0,0)

Tints of #A700A3

#A700A3
(167,0,163)
#AF17AB
(175,23,171)
#B72EB3
(183,46,179)
#BF45BB
(191,69,187)
#C75CC3
(199,92,195)
#CF73CB
(207,115,203)
#D78AD3
(215,138,211)
#DFA1DB
(223,161,219)
#E7B8E3
(231,184,227)
#EFCFEB
(239,207,235)
#F7E6F3
(247,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A700A3 color. Also use rgb(167,0,163) instead hex code.

Text Font Color

.myTextColor { color: #A700A3; }

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

This text font color is #A700A3.


Background Color

.myBgColor { background-color: #A700A3; }

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

This div background color is #A700A3.


Border color

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

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

This div border color is #A700A3.


Opacity

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

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

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

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

This text has shadow with #A700A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A700A3 on black background.


Color preview on white background

This text has color #A700A3 on white background.



Black color preview on #A700A3 background

This text has black color on #A700A3 background.


White color preview on #A700A3 background

This text has white color on #A700A3 background.