Shades of Dark Magenta #AA028F
Tints of Dark Magenta #AA028F
RGB
CMYK
RGB Variations
Color information
#AA028F (or 0xAA028F) is known color: Dark Magenta. HEX triplet: AA, 02 and 8F. RGB value is (170,2,143). Sum of RGB (Red+Green+Blue) = 170+2+143=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA028F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA028F is #55FD70. Grayscale: #434343. Windows color (decimal): -5635441 or 9372330. OLE color: 9372330.
HSL color Cylindrical-coordinate representation of color #AA028F: hue angle of 309.64º 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 #AA028F is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 143 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.33 |
| HSL | 309.64º | 0.98% | 0.34% | - |
| HSV(B) | 309.64º | 0.99% | 0.67% | - |
| XYZ | 21.56 | 10.57 | 26.89 | - |
| YUV | 68.31 | 170.16 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 143 | 0 | 0.99 | 0.16 | 0.33 | 309.64 | 0.98 | 0.34 |
| Hex | AA | 2 | 8F | 0 | 63 | 10 | 21 | 136 | 62 | 22 |
| Octal | 252 | 2 | 217 | 0 | 143 | 20 | 41 | 466 | 142 | 42 |
| Binary | 10101010 | 10 | 10001111 | 0 | 1100011 | 10000 | 100001 | 100110110 | 1100010 | 100010 |
Color Harmonies of #AA028F
Complementary color
Monochromatic Colors of #AA028F
Black with #AA028F
Text Example
Text Example
White with #AA028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA028F; }
p { color: rgb(170,2,143); }
H1.HeaderClassName
{
color: #AA028F;
}
.AnyTagClassName
{
color: #AA028F;
}
</style>
background-color css
<style>
a { background-color: #AA028F; }
a { background-color: rgb(170,2,143); }
div.DivClassName
{
background-color: #AA028F;
}
.BgClassName
{
background-color: #AA028F;
}
</style>
border-color css
<style>
span { border-color: #AA028F; }
span { border-color: rgb(170,2,143); }
td.TdClassName
{
border-color: #AA028F;
}
.TagClassName
{
border-color: #AA028F;
}
</style>