Shades of Dark Magenta #AA028B
Tints of Dark Magenta #AA028B
RGB
CMYK
RGB Variations
Color information
#AA028B (or 0xAA028B) is known color: Dark Magenta. HEX triplet: AA, 02 and 8B. RGB value is (170,2,139). Sum of RGB (Red+Green+Blue) = 170+2+139=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA028B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA028B is #55FD74. Grayscale: #434343. Windows color (decimal): -5635445 or 9110186. OLE color: 9110186.
HSL color Cylindrical-coordinate representation of color #AA028B: hue angle of 311.07º 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 #AA028B is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 139 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.33 |
| HSL | 311.07º | 0.98% | 0.34% | - |
| HSV(B) | 311.07º | 0.99% | 0.67% | - |
| XYZ | 21.26 | 10.45 | 25.32 | - |
| YUV | 67.85 | 168.16 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 139 | 0 | 0.99 | 0.18 | 0.33 | 311.07 | 0.98 | 0.34 |
| Hex | AA | 2 | 8B | 0 | 63 | 12 | 21 | 137 | 62 | 22 |
| Octal | 252 | 2 | 213 | 0 | 143 | 22 | 41 | 467 | 142 | 42 |
| Binary | 10101010 | 10 | 10001011 | 0 | 1100011 | 10010 | 100001 | 100110111 | 1100010 | 100010 |
Color Harmonies of #AA028B
Complementary color
Monochromatic Colors of #AA028B
Black with #AA028B
Text Example
Text Example
White with #AA028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA028B; }
p { color: rgb(170,2,139); }
H1.HeaderClassName
{
color: #AA028B;
}
.AnyTagClassName
{
color: #AA028B;
}
</style>
background-color css
<style>
a { background-color: #AA028B; }
a { background-color: rgb(170,2,139); }
div.DivClassName
{
background-color: #AA028B;
}
.BgClassName
{
background-color: #AA028B;
}
</style>
border-color css
<style>
span { border-color: #AA028B; }
span { border-color: rgb(170,2,139); }
td.TdClassName
{
border-color: #AA028B;
}
.TagClassName
{
border-color: #AA028B;
}
</style>