Shades of Dark Magenta #AA02A6
Tints of Dark Magenta #AA02A6
RGB
CMYK
RGB Variations
Color information
#AA02A6 (or 0xAA02A6) is known color: Dark Magenta. HEX triplet: AA, 02 and A6. RGB value is (170,2,166). Sum of RGB (Red+Green+Blue) = 170+2+166=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 166 (65.23% from 255 or 49.11% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA02A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA02A6 is #55FD59. Grayscale: #464646. Windows color (decimal): -5635418 or 10879658. OLE color: 10879658.
HSL color Cylindrical-coordinate representation of color #AA02A6: hue angle of 301.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 #AA02A6 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 166 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.33 |
| HSL | 301.43º | 0.98% | 0.34% | - |
| HSV(B) | 301.43º | 0.99% | 0.67% | - |
| XYZ | 23.48 | 11.34 | 37.03 | - |
| YUV | 70.93 | 181.66 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 166 | 0 | 0.99 | 0.02 | 0.33 | 301.43 | 0.98 | 0.34 |
| Hex | AA | 2 | A6 | 0 | 63 | 2 | 21 | 12D | 62 | 22 |
| Octal | 252 | 2 | 246 | 0 | 143 | 2 | 41 | 455 | 142 | 42 |
| Binary | 10101010 | 10 | 10100110 | 0 | 1100011 | 10 | 100001 | 100101101 | 1100010 | 100010 |
Color Harmonies of #AA02A6
Complementary color
Monochromatic Colors of #AA02A6
Black with #AA02A6
Text Example
Text Example
White with #AA02A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA02A6; }
p { color: rgb(170,2,166); }
H1.HeaderClassName
{
color: #AA02A6;
}
.AnyTagClassName
{
color: #AA02A6;
}
</style>
background-color css
<style>
a { background-color: #AA02A6; }
a { background-color: rgb(170,2,166); }
div.DivClassName
{
background-color: #AA02A6;
}
.BgClassName
{
background-color: #AA02A6;
}
</style>
border-color css
<style>
span { border-color: #AA02A6; }
span { border-color: rgb(170,2,166); }
td.TdClassName
{
border-color: #AA02A6;
}
.TagClassName
{
border-color: #AA02A6;
}
</style>