Shades of Dark Magenta #AA028A
Tints of Dark Magenta #AA028A
RGB
CMYK
RGB Variations
Color information
#AA028A (or 0xAA028A) is known color: Dark Magenta. HEX triplet: AA, 02 and 8A. RGB value is (170,2,138). Sum of RGB (Red+Green+Blue) = 170+2+138=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA028A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA028A is #55FD75. Grayscale: #434343. Windows color (decimal): -5635446 or 9044650. OLE color: 9044650.
HSL color Cylindrical-coordinate representation of color #AA028A: hue angle of 311.43º 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 #AA028A is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 138 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.33 |
| HSL | 311.43º | 0.98% | 0.34% | - |
| HSV(B) | 311.43º | 0.99% | 0.67% | - |
| XYZ | 21.19 | 10.42 | 24.94 | - |
| YUV | 67.74 | 167.66 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 138 | 0 | 0.99 | 0.19 | 0.33 | 311.43 | 0.98 | 0.34 |
| Hex | AA | 2 | 8A | 0 | 63 | 13 | 21 | 137 | 62 | 22 |
| Octal | 252 | 2 | 212 | 0 | 143 | 23 | 41 | 467 | 142 | 42 |
| Binary | 10101010 | 10 | 10001010 | 0 | 1100011 | 10011 | 100001 | 100110111 | 1100010 | 100010 |
Color Harmonies of #AA028A
Complementary color
Monochromatic Colors of #AA028A
Black with #AA028A
Text Example
Text Example
White with #AA028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA028A; }
p { color: rgb(170,2,138); }
H1.HeaderClassName
{
color: #AA028A;
}
.AnyTagClassName
{
color: #AA028A;
}
</style>
background-color css
<style>
a { background-color: #AA028A; }
a { background-color: rgb(170,2,138); }
div.DivClassName
{
background-color: #AA028A;
}
.BgClassName
{
background-color: #AA028A;
}
</style>
border-color css
<style>
span { border-color: #AA028A; }
span { border-color: rgb(170,2,138); }
td.TdClassName
{
border-color: #AA028A;
}
.TagClassName
{
border-color: #AA028A;
}
</style>