#aa0072 color RGB value is (10, 160, 7).
#aa0072 hex color red value is 10, green value is 160, and blue value is 7.
Cylindrical-coordinate representations (HSL) of color #aa0072
hue: 118.82,
saturation: 0.92 and lightness: 0.33.
The process color (four-color CMYK) of #aa0072 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #aa0072 is #ff9999. Color #aa0072 contains mainly RED.
| Color spaces of #aa0072 | Value |
|---|---|
| RGB | 170, 0, 114 |
| HSL | 0.89, 1, 0.33 |
| HSV | 320°, 100°, 67° |
| XYZ | 19.62, 9.76, 16.77 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10101010 | 0 | 1110010 |
| Octal | 252 | 0 | 162 |
| Decimal | 170 | 0 | 114 |
| Hex | AA | 0 | 72 |
Shades of #aa0072
Tints of #aa0072
.mybgColor {background-color: #aa0072;}
.myforeColor {color: #aa0072;}
.myborderColor {border:3px solid #aa0072;}
<p style="color:#aa0072">Text here</p>
This sample text is styled with the font color #aa0072. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#aa0072">Div content here</div>
<div style="border:3px solid #aa0072">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(170, 0, 114, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #aa0072; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #aa0072;
-webkit-box-shadow: 1px 1px 3px #aa0072;
box-shadow: 1px 1px 3px #aa0072; }
<p style="text-shadow: 4px 4px 2px rgba(170, 0, 114, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #aa0072;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #aa0072;
-webkit-box-shadow: 1px 1px 3px #aa0072;
box-shadow: 1px 1px 3px #aa0072;">Div content here</div>
