Shades of Dark Magenta #AE03A4
Tints of Dark Magenta #AE03A4
RGB
CMYK
RGB Variations
Color information
#AE03A4 (or 0xAE03A4) is known color: Dark Magenta. HEX triplet: AE, 03 and A4. RGB value is (174,3,164). Sum of RGB (Red+Green+Blue) = 174+3+164=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 164 (64.45% from 255 or 48.09% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE03A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE03A4 is #51FC5B. Grayscale: #484848. Windows color (decimal): -5373020 or 10748846. OLE color: 10748846.
HSL color Cylindrical-coordinate representation of color #AE03A4: hue angle of 303.51º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE03A4 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 3 | 164 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.32 |
| HSL | 303.51º | 0.97% | 0.35% | - |
| HSV(B) | 303.51º | 0.98% | 0.68% | - |
| XYZ | 24.19 | 11.74 | 36.11 | - |
| YUV | 72.48 | 179.65 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 3 | 164 | 0 | 0.98 | 0.06 | 0.32 | 303.51 | 0.97 | 0.35 |
| Hex | AE | 3 | A4 | 0 | 62 | 6 | 20 | 130 | 61 | 23 |
| Octal | 256 | 3 | 244 | 0 | 142 | 6 | 40 | 460 | 141 | 43 |
| Binary | 10101110 | 11 | 10100100 | 0 | 1100010 | 110 | 100000 | 100110000 | 1100001 | 100011 |
Color Harmonies of #AE03A4
Complementary color
Monochromatic Colors of #AE03A4
Black with #AE03A4
Text Example
Text Example
White with #AE03A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE03A4; }
p { color: rgb(174,3,164); }
H1.HeaderClassName
{
color: #AE03A4;
}
.AnyTagClassName
{
color: #AE03A4;
}
</style>
background-color css
<style>
a { background-color: #AE03A4; }
a { background-color: rgb(174,3,164); }
div.DivClassName
{
background-color: #AE03A4;
}
.BgClassName
{
background-color: #AE03A4;
}
</style>
border-color css
<style>
span { border-color: #AE03A4; }
span { border-color: rgb(174,3,164); }
td.TdClassName
{
border-color: #AE03A4;
}
.TagClassName
{
border-color: #AE03A4;
}
</style>