Shades of Dark Magenta #AA008F
Tints of Dark Magenta #AA008F
RGB
CMYK
RGB Variations
Color information
#AA008F (or 0xAA008F) is known color: Dark Magenta. HEX triplet: AA, 00 and 8F. RGB value is (170,0,143). Sum of RGB (Red+Green+Blue) = 170+0+143=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 143 (56.25% from 255 or 45.69% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA008F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA008F is #55FF70. Grayscale: #424242. Windows color (decimal): -5635953 or 9371818. OLE color: 9371818.
HSL color Cylindrical-coordinate representation of color #AA008F: hue angle of 309.53º 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 #AA008F is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.16 | 0.33 |
| HSL | 309.53º | 1% | 0.33% | - |
| HSV(B) | 309.53º | 1% | 0.67% | - |
| XYZ | 21.54 | 10.53 | 26.88 | - |
| YUV | 67.13 | 170.82 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 143 | 0 | 1 | 0.16 | 0.33 | 309.53 | 1 | 0.33 |
| Hex | AA | 0 | 8F | 0 | 64 | 10 | 21 | 136 | 64 | 21 |
| Octal | 252 | 0 | 217 | 0 | 144 | 20 | 41 | 466 | 144 | 41 |
| Binary | 10101010 | 0 | 10001111 | 0 | 1100100 | 10000 | 100001 | 100110110 | 1100100 | 100001 |
Color Harmonies of #AA008F
Complementary color
Monochromatic Colors of #AA008F
Black with #AA008F
Text Example
Text Example
White with #AA008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA008F; }
p { color: rgb(170,0,143); }
H1.HeaderClassName
{
color: #AA008F;
}
.AnyTagClassName
{
color: #AA008F;
}
</style>
background-color css
<style>
a { background-color: #AA008F; }
a { background-color: rgb(170,0,143); }
div.DivClassName
{
background-color: #AA008F;
}
.BgClassName
{
background-color: #AA008F;
}
</style>
border-color css
<style>
span { border-color: #AA008F; }
span { border-color: rgb(170,0,143); }
td.TdClassName
{
border-color: #AA008F;
}
.TagClassName
{
border-color: #AA008F;
}
</style>