Shades of Dark Magenta #AA0294
Tints of Dark Magenta #AA0294
RGB
CMYK
RGB Variations
Color information
#AA0294 (or 0xAA0294) is known color: Dark Magenta. HEX triplet: AA, 02 and 94. RGB value is (170,2,148). Sum of RGB (Red+Green+Blue) = 170+2+148=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0294 is #55FD6B. Grayscale: #444444. Windows color (decimal): -5635436 or 9700010. OLE color: 9700010.
HSL color Cylindrical-coordinate representation of color #AA0294: hue angle of 307.86º 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 #AA0294 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 148 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.33 |
| HSL | 307.86º | 0.98% | 0.34% | - |
| HSV(B) | 307.86º | 0.99% | 0.67% | - |
| XYZ | 21.94 | 10.73 | 28.93 | - |
| YUV | 68.88 | 172.66 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 148 | 0 | 0.99 | 0.13 | 0.33 | 307.86 | 0.98 | 0.34 |
| Hex | AA | 2 | 94 | 0 | 63 | D | 21 | 134 | 62 | 22 |
| Octal | 252 | 2 | 224 | 0 | 143 | 15 | 41 | 464 | 142 | 42 |
| Binary | 10101010 | 10 | 10010100 | 0 | 1100011 | 1101 | 100001 | 100110100 | 1100010 | 100010 |
Color Harmonies of #AA0294
Complementary color
Monochromatic Colors of #AA0294
Black with #AA0294
Text Example
Text Example
White with #AA0294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0294; }
p { color: rgb(170,2,148); }
H1.HeaderClassName
{
color: #AA0294;
}
.AnyTagClassName
{
color: #AA0294;
}
</style>
background-color css
<style>
a { background-color: #AA0294; }
a { background-color: rgb(170,2,148); }
div.DivClassName
{
background-color: #AA0294;
}
.BgClassName
{
background-color: #AA0294;
}
</style>
border-color css
<style>
span { border-color: #AA0294; }
span { border-color: rgb(170,2,148); }
td.TdClassName
{
border-color: #AA0294;
}
.TagClassName
{
border-color: #AA0294;
}
</style>