Shades of Dark Magenta #AA04A7
Tints of Dark Magenta #AA04A7
RGB
CMYK
RGB Variations
Color information
#AA04A7 (or 0xAA04A7) is known color: Dark Magenta. HEX triplet: AA, 04 and A7. RGB value is (170,4,167). Sum of RGB (Red+Green+Blue) = 170+4+167=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 167 (65.62% from 255 or 48.97% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA04A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA04A7 is #55FB58. Grayscale: #474747. Windows color (decimal): -5634905 or 10945706. OLE color: 10945706.
HSL color Cylindrical-coordinate representation of color #AA04A7: hue angle of 301.08º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA04A7 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 167 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.33 |
| HSL | 301.08º | 0.95% | 0.34% | - |
| HSV(B) | 301.08º | 0.98% | 0.67% | - |
| XYZ | 23.6 | 11.42 | 37.52 | - |
| YUV | 72.22 | 181.5 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 167 | 0 | 0.98 | 0.02 | 0.33 | 301.08 | 0.95 | 0.34 |
| Hex | AA | 4 | A7 | 0 | 62 | 2 | 21 | 12D | 5F | 22 |
| Octal | 252 | 4 | 247 | 0 | 142 | 2 | 41 | 455 | 137 | 42 |
| Binary | 10101010 | 100 | 10100111 | 0 | 1100010 | 10 | 100001 | 100101101 | 1011111 | 100010 |
Color Harmonies of #AA04A7
Complementary color
Monochromatic Colors of #AA04A7
Black with #AA04A7
Text Example
Text Example
White with #AA04A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA04A7; }
p { color: rgb(170,4,167); }
H1.HeaderClassName
{
color: #AA04A7;
}
.AnyTagClassName
{
color: #AA04A7;
}
</style>
background-color css
<style>
a { background-color: #AA04A7; }
a { background-color: rgb(170,4,167); }
div.DivClassName
{
background-color: #AA04A7;
}
.BgClassName
{
background-color: #AA04A7;
}
</style>
border-color css
<style>
span { border-color: #AA04A7; }
span { border-color: rgb(170,4,167); }
td.TdClassName
{
border-color: #AA04A7;
}
.TagClassName
{
border-color: #AA04A7;
}
</style>