COLOR #A800A8

HEX: #A800A8
RGB: (168,0,168)

Color info

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

RGB color model

#A800A8 color RGB value is (168,0,168).

  • red value is 168;
  • green value is 0;
  • blue value is 168.
RGB:
(168,0,168)
(66%,0%,66%)

RGB channels and saturation

R 168 of 255 = 66%
G 0 of 255 = 0%
B 168 of 255 = 66%

168
0
168

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

Portions of RGB colors in percentages

R + G + B =
168 + 0 + 168 = 336 (100%)
R 168 of 336 ~ 50%
G 0 of 336 ~ 0%
B 168 of 336 ~ 50%

%50
%50

CMYK color model

#A800A8 color CMYK value is (0,100,0,34).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(0,100,0,34)
C0M100Y0K34 
(0%,100%,0%,34%)
(0.00/1.00/0.00/0.34)	

CMYK percentages

%0
%100
%0
%34.12

Codes

Color #A800A8 in popluar color models

A800A8
RGB1680168
HSL300°100.00%32.94%
HSB/HSV300°100.00%65.88%
CMYK0.00%100.00%0.00%
34.12%

Color #A800A8 in popluar number systems.

HEXA800A8
Decimal1680168
Binary10101000010101000
Octal2500250

Shades and tints

Shades of #A800A8

#A800A8
(168,0,168)
#990099
(153,0,153)
#8A008A
(138,0,138)
#7B007B
(123,0,123)
#6C006C
(108,0,108)
#5D005D
(93,0,93)
#4E004E
(78,0,78)
#3F003F
(63,0,63)
#300030
(48,0,48)
#210021
(33,0,33)
#120012
(18,0,18)
#000000
(0,0,0)

Tints of #A800A8

#A800A8
(168,0,168)
#AF17AF
(175,23,175)
#B62EB6
(182,46,182)
#BD45BD
(189,69,189)
#C45CC4
(196,92,196)
#CB73CB
(203,115,203)
#D28AD2
(210,138,210)
#D9A1D9
(217,161,217)
#E0B8E0
(224,184,224)
#E7CFE7
(231,207,231)
#EEE6EE
(238,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A800A8; }

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

This text font color is #A800A8.


Background Color

.myBgColor { background-color: #A800A8; }

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

This div background color is #A800A8.


Border color

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

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

This div border color is #A800A8.


Opacity

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

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

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

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

This text has shadow with #A800A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A800A8 on black background.


Color preview on white background

This text has color #A800A8 on white background.



Black color preview on #A800A8 background

This text has black color on #A800A8 background.


White color preview on #A800A8 background

This text has white color on #A800A8 background.