Shades of Dark Magenta #AA04A8
Tints of Dark Magenta #AA04A8
RGB
CMYK
RGB Variations
Color information
#AA04A8 (or 0xAA04A8) is known color: Dark Magenta. HEX triplet: AA, 04 and A8. RGB value is (170,4,168). Sum of RGB (Red+Green+Blue) = 170+4+168=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 168 (66.02% from 255 or 49.12% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA04A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA04A8 is #55FB57. Grayscale: #474747. Windows color (decimal): -5634904 or 11011242. OLE color: 11011242.
HSL color Cylindrical-coordinate representation of color #AA04A8: hue angle of 300.72º 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 #AA04A8 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 168 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.33 |
| HSL | 300.72º | 0.95% | 0.34% | - |
| HSV(B) | 300.72º | 0.98% | 0.67% | - |
| XYZ | 23.69 | 11.46 | 38.01 | - |
| YUV | 72.33 | 182 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 168 | 0 | 0.98 | 0.01 | 0.33 | 300.72 | 0.95 | 0.34 |
| Hex | AA | 4 | A8 | 0 | 62 | 1 | 21 | 12D | 5F | 22 |
| Octal | 252 | 4 | 250 | 0 | 142 | 1 | 41 | 455 | 137 | 42 |
| Binary | 10101010 | 100 | 10101000 | 0 | 1100010 | 1 | 100001 | 100101101 | 1011111 | 100010 |
Color Harmonies of #AA04A8
Complementary color
Monochromatic Colors of #AA04A8
Black with #AA04A8
Text Example
Text Example
White with #AA04A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA04A8; }
p { color: rgb(170,4,168); }
H1.HeaderClassName
{
color: #AA04A8;
}
.AnyTagClassName
{
color: #AA04A8;
}
</style>
background-color css
<style>
a { background-color: #AA04A8; }
a { background-color: rgb(170,4,168); }
div.DivClassName
{
background-color: #AA04A8;
}
.BgClassName
{
background-color: #AA04A8;
}
</style>
border-color css
<style>
span { border-color: #AA04A8; }
span { border-color: rgb(170,4,168); }
td.TdClassName
{
border-color: #AA04A8;
}
.TagClassName
{
border-color: #AA04A8;
}
</style>