Shades of Dark Magenta #AA018D
Tints of Dark Magenta #AA018D
RGB
CMYK
RGB Variations
Color information
#AA018D (or 0xAA018D) is known color: Dark Magenta. HEX triplet: AA, 01 and 8D. RGB value is (170,1,141). Sum of RGB (Red+Green+Blue) = 170+1+141=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA018D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA018D is #55FE72. Grayscale: #434343. Windows color (decimal): -5635699 or 9241002. OLE color: 9241002.
HSL color Cylindrical-coordinate representation of color #AA018D: hue angle of 310.3º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA018D is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 141 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.33 |
| HSL | 310.3º | 0.99% | 0.34% | - |
| HSV(B) | 310.3º | 0.99% | 0.67% | - |
| XYZ | 21.4 | 10.49 | 26.1 | - |
| YUV | 67.49 | 169.49 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 141 | 0 | 0.99 | 0.17 | 0.33 | 310.3 | 0.99 | 0.34 |
| Hex | AA | 1 | 8D | 0 | 63 | 11 | 21 | 136 | 63 | 22 |
| Octal | 252 | 1 | 215 | 0 | 143 | 21 | 41 | 466 | 143 | 42 |
| Binary | 10101010 | 1 | 10001101 | 0 | 1100011 | 10001 | 100001 | 100110110 | 1100011 | 100010 |
Color Harmonies of #AA018D
Complementary color
Monochromatic Colors of #AA018D
Black with #AA018D
Text Example
Text Example
White with #AA018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA018D; }
p { color: rgb(170,1,141); }
H1.HeaderClassName
{
color: #AA018D;
}
.AnyTagClassName
{
color: #AA018D;
}
</style>
background-color css
<style>
a { background-color: #AA018D; }
a { background-color: rgb(170,1,141); }
div.DivClassName
{
background-color: #AA018D;
}
.BgClassName
{
background-color: #AA018D;
}
</style>
border-color css
<style>
span { border-color: #AA018D; }
span { border-color: rgb(170,1,141); }
td.TdClassName
{
border-color: #AA018D;
}
.TagClassName
{
border-color: #AA018D;
}
</style>