COLOR #A300A7

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

163
0
167

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

Portions of RGB colors in percentages

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

%49.39
%50.61

CMYK color model

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

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

CMYK percentages

%2.4
%100
%0
%34.51

Codes

Color #A300A7 in popluar color models

A300A7
RGB1630167
HSL299°100.00%32.75%
HSB/HSV299°100.00%65.49%
CMYK2.40%100.00%0.00%
34.51%

Color #A300A7 in popluar number systems.

HEXA300A7
Decimal1630167
Binary10100011010100111
Octal2430247

Shades and tints

Shades of #A300A7

#A300A7
(163,0,167)
#950098
(149,0,152)
#870089
(135,0,137)
#79007A
(121,0,122)
#6B006B
(107,0,107)
#5D005C
(93,0,92)
#4F004D
(79,0,77)
#41003E
(65,0,62)
#33002F
(51,0,47)
#250020
(37,0,32)
#170011
(23,0,17)
#000000
(0,0,0)

Tints of #A300A7

#A300A7
(163,0,167)
#AB17AF
(171,23,175)
#B32EB7
(179,46,183)
#BB45BF
(187,69,191)
#C35CC7
(195,92,199)
#CB73CF
(203,115,207)
#D38AD7
(211,138,215)
#DBA1DF
(219,161,223)
#E3B8E7
(227,184,231)
#EBCFEF
(235,207,239)
#F3E6F7
(243,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A300A7; }

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

This text font color is #A300A7.


Background Color

.myBgColor { background-color: #A300A7; }

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

This div background color is #A300A7.


Border color

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

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

This div border color is #A300A7.


Opacity

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

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

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

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

This text has shadow with #A300A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A300A7 on black background.


Color preview on white background

This text has color #A300A7 on white background.



Black color preview on #A300A7 background

This text has black color on #A300A7 background.


White color preview on #A300A7 background

This text has white color on #A300A7 background.