HEX: #A9008A
RGB: (169,0,138)
#A9008A contains only red and blue colors. Web safe color of #A9008A is #990099 (or #909).
#A9008A color RGB value is (169,0,138).
RGB: (169,0,138)
(66%, 0%, 54%)
R 169 of 255 = 66%
G 0 of 255 = 0%
B 138 of 255 = 54%
R + G + B ~ 40%. #A9008A is middle color (not dark and not light).
R + G + B = 169 + 0 + 138 = 307 (100%)
R 169 of 307 ~ 55.05%
G 0 of 307 ~ 0%
B 138 of 307 ~ 44.95'%
#A9008A color CMYK value is (0,100,18,34).
CMYK: (0,100,18,34) C0M100Y18K34 (0%,100%,18%,34%) (0.00/1.00/0.18/0.34)
Color #A9008A in popluar color models
A9 | 00 | 8A | |
---|---|---|---|
RGB | 169 | 0 | 138 |
HSL | 311° | 100.00% | 33.14% |
HSB/HSV | 311° | 100.00% | 66.27% |
CMYK | 0.00% | 100.00% | 18.34% |
33.73% |
Color #A9008A in popluar number systems.
HEX | A9 | 00 | 8A |
Decimal | 169 | 0 | 138 |
Binary | 10101001 | 0 | 10001010 |
Octal | 251 | 0 | 212 |
Shades of #A9008A
Tints of #A9008A
Examples of css and html codes for elements with #A9008A color. Also use rgb(169,0,138) instead hex code.
.myTextColor { color: #A9008A; }
<p style="color:#A9008A">This sample text font color is #A9008A.</p>
This text font color is #A9008A.
.myBgColor { background-color: #A9008A; }
<div style="background-color:#A9008A">Inner text</div>
This div background color is #A9008A.
.myBorderColor { border: 1px solid #A9008A; }
<div style="border:3px solid #A9008A">Div</div>
This div border color is #A9008A.
.myOpacity80 { color: #A9008A; opacity: 0.8; }
<p style="color:#A9008A;opacity:0.8;">80%</p>
Text with #A9008A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A9008A;}
<p style="text-shadow: 3px 3px 1px #A9008A">Text here.</p>
This text has shadow with #A9008A color.
.textShadow {text-shadow: 3px 3px 1px #A9008A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A9008A, 5px 5px 20px red">Text here.</p>
This text has shadow with #A9008A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A9008A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A9008A, Direction=45, Strength=4)">Text</p>
This text has shadow with #A9008A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A9008A;
-webkit-box-shadow: 1px 1px 3px 2px #A9008A;
box-shadow: 1px 1px 3px 2px #A9008A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A9008A; -webkit-box-shadow: 1px 1px 3px 2px #A9008A; box-shadow:1px 1px 3px 2px #A9008A;">
Div content here
</div>
This text has color #A9008A on black background.
This text has color #A9008A on white background.
This text has black color on #A9008A background.
This text has white color on #A9008A background.
Complementary color for #hex is #56FF75.