Shades of Dark Magenta #AA008D
Tints of Dark Magenta #AA008D
RGB
CMYK
RGB Variations
Color information
#AA008D (or 0xAA008D) is known color: Dark Magenta. HEX triplet: AA, 00 and 8D. RGB value is (170,0,141). Sum of RGB (Red+Green+Blue) = 170+0+141=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA008D is #55FF72. Grayscale: #424242. Windows color (decimal): -5635955 or 9240746. OLE color: 9240746.
HSL color Cylindrical-coordinate representation of color #AA008D: hue angle of 310.24º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA008D is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 141 | - |
| CMYK | 0 | 1 | 0.17 | 0.33 |
| HSL | 310.24º | 1% | 0.33% | - |
| HSV(B) | 310.24º | 1% | 0.67% | - |
| XYZ | 21.39 | 10.47 | 26.09 | - |
| YUV | 66.9 | 169.82 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 141 | 0 | 1 | 0.17 | 0.33 | 310.24 | 1 | 0.33 |
| Hex | AA | 0 | 8D | 0 | 64 | 11 | 21 | 136 | 64 | 21 |
| Octal | 252 | 0 | 215 | 0 | 144 | 21 | 41 | 466 | 144 | 41 |
| Binary | 10101010 | 0 | 10001101 | 0 | 1100100 | 10001 | 100001 | 100110110 | 1100100 | 100001 |
Color Harmonies of #AA008D
Complementary color
Monochromatic Colors of #AA008D
Black with #AA008D
Text Example
Text Example
White with #AA008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA008D; }
p { color: rgb(170,0,141); }
H1.HeaderClassName
{
color: #AA008D;
}
.AnyTagClassName
{
color: #AA008D;
}
</style>
background-color css
<style>
a { background-color: #AA008D; }
a { background-color: rgb(170,0,141); }
div.DivClassName
{
background-color: #AA008D;
}
.BgClassName
{
background-color: #AA008D;
}
</style>
border-color css
<style>
span { border-color: #AA008D; }
span { border-color: rgb(170,0,141); }
td.TdClassName
{
border-color: #AA008D;
}
.TagClassName
{
border-color: #AA008D;
}
</style>