Shades of Dark Magenta #AA028E
Tints of Dark Magenta #AA028E
RGB
CMYK
RGB Variations
Color information
#AA028E (or 0xAA028E) is known color: Dark Magenta. HEX triplet: AA, 02 and 8E. RGB value is (170,2,142). Sum of RGB (Red+Green+Blue) = 170+2+142=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA028E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA028E is #55FD71. Grayscale: #434343. Windows color (decimal): -5635442 or 9306794. OLE color: 9306794.
HSL color Cylindrical-coordinate representation of color #AA028E: hue angle of 310º degrees, saturation: 0.98, 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 #AA028E is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 142 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.33 |
| HSL | 310º | 0.98% | 0.34% | - |
| HSV(B) | 310º | 0.99% | 0.67% | - |
| XYZ | 21.48 | 10.54 | 26.49 | - |
| YUV | 68.19 | 169.66 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 142 | 0 | 0.99 | 0.16 | 0.33 | 310 | 0.98 | 0.34 |
| Hex | AA | 2 | 8E | 0 | 63 | 10 | 21 | 136 | 62 | 22 |
| Octal | 252 | 2 | 216 | 0 | 143 | 20 | 41 | 466 | 142 | 42 |
| Binary | 10101010 | 10 | 10001110 | 0 | 1100011 | 10000 | 100001 | 100110110 | 1100010 | 100010 |
Color Harmonies of #AA028E
Complementary color
Monochromatic Colors of #AA028E
Black with #AA028E
Text Example
Text Example
White with #AA028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA028E; }
p { color: rgb(170,2,142); }
H1.HeaderClassName
{
color: #AA028E;
}
.AnyTagClassName
{
color: #AA028E;
}
</style>
background-color css
<style>
a { background-color: #AA028E; }
a { background-color: rgb(170,2,142); }
div.DivClassName
{
background-color: #AA028E;
}
.BgClassName
{
background-color: #AA028E;
}
</style>
border-color css
<style>
span { border-color: #AA028E; }
span { border-color: rgb(170,2,142); }
td.TdClassName
{
border-color: #AA028E;
}
.TagClassName
{
border-color: #AA028E;
}
</style>