Shades of Dark Magenta #AA04A3
Tints of Dark Magenta #AA04A3
RGB
CMYK
RGB Variations
Color information
#AA04A3 (or 0xAA04A3) is known color: Dark Magenta. HEX triplet: AA, 04 and A3. RGB value is (170,4,163). Sum of RGB (Red+Green+Blue) = 170+4+163=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 163 (64.06% from 255 or 48.37% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA04A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA04A3 is #55FB5C. Grayscale: #474747. Windows color (decimal): -5634909 or 10683562. OLE color: 10683562.
HSL color Cylindrical-coordinate representation of color #AA04A3: hue angle of 302.53º 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 #AA04A3 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 163 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.33 |
| HSL | 302.53º | 0.95% | 0.34% | - |
| HSV(B) | 302.53º | 0.98% | 0.67% | - |
| XYZ | 23.23 | 11.28 | 35.6 | - |
| YUV | 71.76 | 179.5 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 163 | 0 | 0.98 | 0.04 | 0.33 | 302.53 | 0.95 | 0.34 |
| Hex | AA | 4 | A3 | 0 | 62 | 4 | 21 | 12F | 5F | 22 |
| Octal | 252 | 4 | 243 | 0 | 142 | 4 | 41 | 457 | 137 | 42 |
| Binary | 10101010 | 100 | 10100011 | 0 | 1100010 | 100 | 100001 | 100101111 | 1011111 | 100010 |
Color Harmonies of #AA04A3
Complementary color
Monochromatic Colors of #AA04A3
Black with #AA04A3
Text Example
Text Example
White with #AA04A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA04A3; }
p { color: rgb(170,4,163); }
H1.HeaderClassName
{
color: #AA04A3;
}
.AnyTagClassName
{
color: #AA04A3;
}
</style>
background-color css
<style>
a { background-color: #AA04A3; }
a { background-color: rgb(170,4,163); }
div.DivClassName
{
background-color: #AA04A3;
}
.BgClassName
{
background-color: #AA04A3;
}
</style>
border-color css
<style>
span { border-color: #AA04A3; }
span { border-color: rgb(170,4,163); }
td.TdClassName
{
border-color: #AA04A3;
}
.TagClassName
{
border-color: #AA04A3;
}
</style>