Shades of Dark Magenta #AA00A6
Tints of Dark Magenta #AA00A6
RGB
CMYK
RGB Variations
Color information
#AA00A6 (or 0xAA00A6) is known color: Dark Magenta. HEX triplet: AA, 00 and A6. RGB value is (170,0,166). Sum of RGB (Red+Green+Blue) = 170+0+166=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 166 (65.23% from 255 or 49.40% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA00A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA00A6 is #55FF59. Grayscale: #454545. Windows color (decimal): -5635930 or 10879146. OLE color: 10879146.
HSL color Cylindrical-coordinate representation of color #AA00A6: hue angle of 301.41º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA00A6 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 166 | - |
| CMYK | 0 | 1 | 0.02 | 0.33 |
| HSL | 301.41º | 1% | 0.33% | - |
| HSV(B) | 301.41º | 1% | 0.67% | - |
| XYZ | 23.46 | 11.3 | 37.02 | - |
| YUV | 69.75 | 182.32 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 166 | 0 | 1 | 0.02 | 0.33 | 301.41 | 1 | 0.33 |
| Hex | AA | 0 | A6 | 0 | 64 | 2 | 21 | 12D | 64 | 21 |
| Octal | 252 | 0 | 246 | 0 | 144 | 2 | 41 | 455 | 144 | 41 |
| Binary | 10101010 | 0 | 10100110 | 0 | 1100100 | 10 | 100001 | 100101101 | 1100100 | 100001 |
Color Harmonies of #AA00A6
Complementary color
Monochromatic Colors of #AA00A6
Black with #AA00A6
Text Example
Text Example
White with #AA00A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA00A6; }
p { color: rgb(170,0,166); }
H1.HeaderClassName
{
color: #AA00A6;
}
.AnyTagClassName
{
color: #AA00A6;
}
</style>
background-color css
<style>
a { background-color: #AA00A6; }
a { background-color: rgb(170,0,166); }
div.DivClassName
{
background-color: #AA00A6;
}
.BgClassName
{
background-color: #AA00A6;
}
</style>
border-color css
<style>
span { border-color: #AA00A6; }
span { border-color: rgb(170,0,166); }
td.TdClassName
{
border-color: #AA00A6;
}
.TagClassName
{
border-color: #AA00A6;
}
</style>